Bob, thank you. So I have to do all my product releases (1.0.0, 1.0.1, ... 
99.999.9999) as a major updates. But - how to determine that some
build/update is already installed? I'd like to simply uninstall previous
version after never one has been installed (no "REINSTALL=ALL
REINSTALLMODE=vomus") - where I can do that?

At the moment I have 3 install packages - with versions 1.0.0, 1.0.1, 1.0.2.
The product code is unique, the package code is too. Only update code is the
same. 
And I wrote this:

    <Upgrade Id="873492DE-351D-45DC-9449-AEE8ECD01BC7">
      <UpgradeVersion OnlyDetect="yes" Property="NEWERFOUND"
Minimum="[ProductVersion]" IncludeMinimum="no" IgnoreRemoveFailure="yes" />
      <UpgradeVersion OnlyDetect="yes" Property="PATCHFOUND"
IncludeMinimum="yes" Minimum="[ProductVersion]" Maximum="[ProductVersion]"
IncludeMaximum="yes" IgnoreRemoveFailure="yes" />
    </Upgrade>
    <Condition
Message="$(loc.Update_LaterVersionIsInstalled)">[NEWERFOUND]</Condition>
    <Condition
Message="$(loc.Update_AlreadyUpdatedTo)">[PATCHFOUND]</Condition>

It doesn't work. 1.0.0, 1.0.1, 1.0.2 are living simultaneously.. the
conditions are silent.. Add/Remove programs shows all there 3 setups
installed. "shef, vse propalo!" as one said.

-- 
View this message in context: 
http://www.nabble.com/%22SampleUpgrade%22-WiX-seems-doesn%27t-work-tf1849674.html#a5065192
Sent from the wix-users forum at Nabble.com.


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to