PDA

View Full Version : Silent Uninstall using CLI


hercules33
09-14-2009, 01:35 AM
Hi Everyone

I'm trying to uninstall existing application (created by setup factory) when installing a new one, by using the following code:

-- Uninstall previous version
Shell.Execute("C:\\Uninstall.exe","open","/U:c:\\uninstall.xml /S");

The uninstall appears but not in silent mode

Any ideas?

Thanks

Ulrich
09-14-2009, 06:11 AM
Is the option Uninstall > Settings > Allow silent uninstall enabled?

Ulrich