To run an unattended uninstall
setup.exe /x /r /f1"C:\YourPath\setup.iss"
This command creates the setup.iss file in the YourPath directory. If the /f1 parameter is not specified, it defaults to setup.iss in your WINDOWS directory.
Note: The file may be created in a different directory, depending on your operating system.
The file setup.iss contains all the parameters of your uninstall.
setup.exe /x /s /f1"C:\YourPath\setup.iss"
Substitute your full path name or drive letter in this example, if appropriate.
|
Copyright © 2013 CA.
All rights reserved.
|
|