pww
03-18-2006, 02:55 PM
Hi,
my app requires Windows Scripting Host to be installed, latest 5.6 version.
I wonder if there is a completely silent way to install WSH.
I think to include Microsoft WSH installers scripten.exe (for 2000/XP) and scr56en.exe (for NT4/9x/Me) as primer files, and run one of them depending on the user OS before my app installation.
Although Microsoft installers accept a /Q switch that supresses most messages and dialogs, it does not ensure a completely silent installation - still an extraction progress bar at the beginning appears and sometimes a prompt to reboot at the end - I want to avoid both.
Anyone knows how?
Note that you can't just include the needed ocx/dll's in your setup because they are protected (on 2000/XP and later) and Windows will not allow the installer to update them - the only way to update WSH on 2000/XP is to run the Microsoft's installer logged as admin.
Thanks
my app requires Windows Scripting Host to be installed, latest 5.6 version.
I wonder if there is a completely silent way to install WSH.
I think to include Microsoft WSH installers scripten.exe (for 2000/XP) and scr56en.exe (for NT4/9x/Me) as primer files, and run one of them depending on the user OS before my app installation.
Although Microsoft installers accept a /Q switch that supresses most messages and dialogs, it does not ensure a completely silent installation - still an extraction progress bar at the beginning appears and sometimes a prompt to reboot at the end - I want to avoid both.
Anyone knows how?
Note that you can't just include the needed ocx/dll's in your setup because they are protected (on 2000/XP and later) and Windows will not allow the installer to update them - the only way to update WSH on 2000/XP is to run the Microsoft's installer logged as admin.
Thanks