Jump to content

Restarting after installing softwares using WPI


Recommended Posts

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.

Link to comment
Share on other sites


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 /q

try to get the parameters with one of the following:

setup.exe /?

setup.exe /help

setup.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:s

setup /q /W

setup /quiet /norestart <-- works especially for msi-installers

A bit over-detailed, but I hope this helps. ;):ph34r:

Edited by BAReFOOt
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...