Re: [WiX-users] Prevent Downgrade without any message prompt

2012-05-02 Thread shengyixing
Thanks, Rob. WixExitEarlyWithSuccess meets the requirements. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Prevent-Downgrade-without-any-message-prompt-tp7505576p7522108.html Sent from the wix-users mailing list archive at Nabble.com.

[WiX-users] Prevent Downgrade without any message prompt

2012-04-27 Thread shengyixing
Hi All, I'm trying to perform a major upgrade for my installer, and use Upgrade table to detect the existing installer version. /Upgrade Id=$(var.UpgradeCode) UpgradeVersion Minimum=$(var.ProductVersion) IncludeMinimum=no OnlyDetect=yes Property=NEWERVERSIONDETECTED /

Re: [WiX-users] Prevent Downgrade without any message prompt

2012-04-27 Thread Rob Mensching
Yes,. use the WixFailWithSuccess (named something like that) custom action. On Fri, Apr 27, 2012 at 2:53 AM, shengyixing shengyix...@hotmail.comwrote: Hi All, I'm trying to perform a major upgrade for my installer, and use Upgrade table to detect the existing installer version. /Upgrade