Re: [WiX-users] ExePackage uninstall doesn't work

2013-01-18 Thread abs
Thank you Peter! Now I removed the DetectCondition and retried, but still no good... -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ExePackage-uninstall-doesn-t-work-tp7583002p7583007.html Sent from the wix-users mailing list archive at Nabble.com

Re: [WiX-users] ExePackage uninstall doesn't work

2013-01-18 Thread Peter Shirtcliffe
Possibly the detectcondition is preventing removal. Check the value of KeyA in the log during a removal. -Original Message- From: abs [mailto:mail.jie.ji...@gmail.com] Sent: 18 January 2013 09:34 To: wix-users@lists.sourceforge.net Subject: [WiX-users] ExePackage uninstall doesn't

[WiX-users] ExePackage uninstall doesn't work

2013-01-18 Thread abs
Hi all: Would you kindly help me on this issue please? I am creating a bootstrapper installer supporting remote payload, the way I'm doing it now is to create a Msi package firstly and then use setupbld.exe to convert it into an exe file (named InstallerA.exe), and then use the following wxs file