Bugs item #3156202, was opened at 2011-01-12 11:48
Message generated for change (Tracker Item Submitted) made by cyrillebollu
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3156202&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Cyrille Bollu (cyrillebollu)
Assigned to: Nobody/Anonymous (nobody)
Summary: windows script host behaviour changes after pywin32 install
Initial Comment:
Hi,
This problem has been reported on http://pythonforum.org/topic62-pywin32-and-windows-script-host-problem.html.
I'm experiencing the same problem.
The bug is reproductible (validated with http://surfnet.dl.sourceforge.net/sourceforge/pywin32/pywin32-214.win32-py2.5.exe):
1- take a computer where pywin32 is not installed
2- open a cmd prompt and type "wscript //h:wscript" => you get a prompt telling you that the default script host has been changed
3- install http://surfnet.dl.sourceforge.net/sourceforge/pywin32/pywin32-214.win32-py2.5.exe
4- open a new cmd prompt and type "wscript //h:wscript" => you get "can't change the default script host"
This problem might seem minor but in my company we use this "wscript //h:wscript" command to silently install softwares on client computers. And, when this problem occurs, our silent installation fails.
I will gladly help but I don't have visual studio.
Best regards,
Cyrille
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3156202&group_id=78018
|