Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VBS InstallShield script
Name: Victor Date: May 21, 2003 at 13:47:56 Pacific OS: XP / 98SE CPU/Ram: P3-500 128Mb
Comment:
Hello,
I am using a WSH VBScript to install a program using InstallShield's setup.iss answer file. I want the install to run and complete before moving on the the next line of the script. It seems that InstallShield's setup.exe launches other executables (_INST32I.EX_) and quits, tricking my script into thinking that the installation is finished. I launch setup using the TRUE switch to tell it to wait for completion before continuing, but it does not seem to know about the other precesses spawned by the setup executable and continues prematurely. Any thoughts on how to wait until everything is finished before proceeding?
Summary: Hello, I have created a login script that will install the hotfixes from Microsoft. The only problem is the users are not administrators, just power users/standard users. How can I enable the script ...
Summary: Thanks razor23, Yes, normally I used some of Unix but sometimes I have to work with something else which in this case there is a macro VB script that I need to add more to exist Unix scripts and I'm n...