Re: [WiX-users] Wix: Conditional uninstall

2014-01-15 Thread Ruth Lu
Nicolás OK, I got what you mean. It works fine for me now. Thank you so much! Ruth -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Conditional-uninstall-tp7591787p7591799.html Sent from the wix-users mailing list archive at Nabble.com. --

Re: [WiX-users] Wix: Conditional uninstall

2014-01-15 Thread Ruth Lu
Thanks Nicolás! But, not quite understand what do you mean. Could you please explain more? What I need to do is: In Wix, I need check registry, if some keys exists, I need keep some components there during uninstall. Now, I modified code to make the Comonent Id and File Id different to eliminate

Re: [WiX-users] Wix: Conditional uninstall

2014-01-15 Thread Nicolás Alvarez
2014/1/15 Ruth Lu : > Hi, > I got a problem during uninstall: > > Our COM project (build by install shield) and WIX project shared some common > files. > In WIX, during uninstall, I want to check if our COM project is installed > or not through registry. > > If COM project is installed, I don’t wa

[WiX-users] Wix: Conditional uninstall

2014-01-15 Thread Ruth Lu
Hi, I got a problem during uninstall: Our COM project (build by install shield) and WIX project shared some common files. In WIX, during uninstall, I want to check if our COM project is installed or not through registry. If COM project is installed, I don’t want to uninstall these shared compo