These are not command line choices I've seen or used. Why not those listed here?
http://msdn.microsoft.com/en-us/library/windows/desktop/aa372104(v=vs.85).as px Phil -----Original Message----- From: robe070 [mailto:[email protected]] Sent: Wednesday, March 27, 2013 5:38 PM To: [email protected] Subject: [WiX-users] Running Patch Uninstall from command line uninstalls whole app 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® 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 [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Own the Future-Intel® 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 [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

