Hi,
I'm trying to uninstall an existing application using uninstallapplication function but its not working may be cause im not passing correct parameters, here is some of my trials:
szInstalledVersionGuid = "{41C6757F-36D9-4E1D-9D2E-A64BB27BF141}";
szParams = "/x /qn /s";
2- UninstallApplication("{41C6757F-36D9-4E1D-9D2E-A64BB27BF141}","/passive;/uninstall",LAAW_OPTION_WAIT);
3- added the option |LAAW_OPTION_HIDDEN
could anyone who have used it please let me know how to use it.
Thanks in advance
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

Uninstallapplication function
Started by
haggag87
, Sep 15 2011 08:46
1 reply to this topic
Posted 17 September 2011 - 13:49
UninstallApplication only applies to InstallScript projects (not InstallScript MSI)
Stefan Krüger
InstallSite.org twitter facebook