What argument can you use to have the unistall program run unattended, without showing the yes or no msg box. I need it to tell the uninstall to run with the yes command.
Announcement
Collapse
No announcement yet.
unistall program run unattended,
Collapse
X
-
Re: unistall program run unattended,
The following was copied from the Setup Factory 6.0 Command Reference:
Silent Mode (/S)
You can force the uninstaller to run in silent mode by using the /S option. In silent mode, no screens, errors, or any other parts of the interface will be shown. This includes any messages displayed using the Show Message Box and Yes/No Message Box actions.
Example:
iun600.exe "C:\Program Files\Foobar 2002\irunin.ini" /S
You can use that to accomplish what you are looking to do.
Comment