Try using a Registry Install Constraint:

In 1.0.0.0, add a Version Number Subkey, ie. HKLM\VendorName\Software,  
containing String Values Named:
Major Version
Minor Version
Build Number
Etc

Set the values appropriately.

In the upgrade install, test the major version and build number, ie  
CONDITION Installed Or Major version = 1.  then abort install

Later on when you decide how to handle upgrades, write a new condition, ie.
CONDITION Installed or MajorVersion = 1 then Uninstall if Build Number  
is < Current Installer Build, then Perform Install

Carter
Quoting Tony <yellowjacketl...@gmail.com>:

> <Snip>



------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to