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