Uninstall SPE without forced reboot?

I am trying to do a silent uninstall of the SPE agent for Password Manager.  It forces a reboot without warning.   Is there a way to prevent that?   

Parents
  • You could also take a look at the msiexec options.

    msiexec /Option <Required Parameter> [Optional Parameter]

    </uninstall | /x> <Product.msi | ProductCode>
    Uninstalls the product

    Restart Options
    /norestart
    Do not restart after the installation is complete
    /promptrestart
    Prompts the user for restart if necessary
    /forcerestart
    Always restart the computer after installation

Reply
  • You could also take a look at the msiexec options.

    msiexec /Option <Required Parameter> [Optional Parameter]

    </uninstall | /x> <Product.msi | ProductCode>
    Uninstalls the product

    Restart Options
    /norestart
    Do not restart after the installation is complete
    /promptrestart
    Prompts the user for restart if necessary
    /forcerestart
    Always restart the computer after installation

Children
No Data