03-10-2004, 09:27 PM
|
#1
|
|
Member (7 bit)
Join Date: Feb 2002
Location: Montreal
Posts: 64
|
Windows Scripting Host
Hello,
I am running a silent install of a program (Acrobat Reader 5.1)using the "setup.exe /s" switches and combining this with an .iss file.
The problem is that no dialog box appears to indicate that the installation is complete.
The exe is launched from a batch file (start /wait) with an echo statement "Setup Completed", but it does not wait until the program is finished installing. As soon as the program is finished de compressing to the hardrive the batch file resumes and echo's "Setup Completed" but that is not the case.
I would like to know if a script could be written to either indicate the end of the installation or reboot the computer after completion.
|
|
|