When I use this command it uninstalls the whole app:
msiexec /package my.msi /uninstall my.msp

This also does the same thing:
msiexec /package my.msi MSIPATCHREMOVE=my.msp

but this just uninstalls the patch:
msiexec /package my.msi /uninstall my.msp /qb

Why might a quiet execution not uninstall the app but a "loud" one uninstall
the app?

These conditions are all true at the end of the UI sequence:
NOT REMOVE = "ALL"
MSIPATCHREMOVE
NOT WixUI_InstallMode = "Remove"

What Installer state causes this to be actioned?:
         <RemoveExistingProducts After="InstallInitialize"/>

thanks
Rob



-----
warm regards

Rob Goodridge
--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Running-Patch-Uninstall-from-command-line-uninstalls-whole-app-tp7584691.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to