Re: [WiX-users] RemoveExsistingProducts (was Running Patch Uninstall from command line uninstalls whole app)

2013-03-28 Thread robe070
an upgrade has been detected. What problem are you trying to > solve? > > Phil > > -Original Message- > From: robe070 [mailto:[hidden > email]<http://user/SendEmail.jtp?type=node&node=7584726&i=0>] > > Sent: Wednesday, March 27, 2013 7:28 PM > To:

Re: [WiX-users] Running Patch Uninstall from command line uninstalls whole app

2013-03-28 Thread robe070
r XML (WiX) toolset] wrote: > 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: ro

Re: [WiX-users] Running Patch Uninstall from command line uninstalls whole app

2013-03-27 Thread robe070
And how do you add a condition to RemoveExistingProducts? - 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-tp7584691p7584692.html Sent from the wix-user

[WiX-users] Running Patch Uninstall from command line uninstalls whole app

2013-03-27 Thread robe070
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

Re: [WiX-users] Can Patch Uninstall from Programs & Features be given a UI?

2013-03-21 Thread robe070
Thanks for your clear replies. I thought that was the case but had to check. @Phil I don't think the Custom Action gives me anything I can't already do. When the patch uninstall is run from the command line I can achieve what I need to - displaying a dialog to undo the schema changes. Just conditi