May 7, 200818 yr Hi, i'm having some issues on restarting the computer after the WPI finishes to install all my programs, it sometimes restarts before all the softwares are completely installed and also if i want to isntall only one aplication it will restar my computer as well, and it doesn't wait for the application to install successfully.Any help will be really apreciated.
May 9, 200818 yr Hmm, i don't know exactly what WPI is, but if it runs silent installers, try finding a switch to disable restarting for those installers.If, for example, your script gets called like this:setup.exe /qtry to get the parameters with one of the following:setup.exe /?setup.exe /helpsetup.exe -help <-- seldom, maybe does not work as intended.setup.exe /h <-- maybe does not work as intended.setup.exe -h <-- maybe does not work as intended.(or look at the documentation?)Add the switch to your command line. It could then l look like one of this:setup /q /r:ssetup /q /Wsetup /quiet /norestart <-- works especially for msi-installersA bit over-detailed, but I hope this helps. Edited May 9, 200818 yr by BAReFOOt
Create an account or sign in to comment