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

[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