Hi there

 

I've set up 3 msi. One base install(309) and 2 minor upgrades (499 and
599)

I expect that 599.msi can only br run when 499 is previously patched. 

However, I am able to run 599.msi straight after installing 309.msi

How do u specify this range?

 

309.wxs

    <Upgrade Id='b9bb6a3a-1cd3-4d20-a0b0-769c4eec4d0e'>

        <UpgradeVersion OnlyDetect='yes' Property='NEWERFOUND'

          Minimum='2.2.40.309' IncludeMinimum='no' />

    </Upgrade>

 

499.wxs

    <Upgrade Id='b9bb6a3a-1cd3-4d20-a0b0-769c4eec4d0e'>

      <UpgradeVersion OnlyDetect='yes' Property='PATCHFOUND'

        Minimum='2.2.40.309' IncludeMinimum='yes' Maximum='2.2.40.499'
IncludeMaximum='yes'/> 

      <UpgradeVersion OnlyDetect='yes' Property='NEWERFOUND'

        Minimum='2.2.40.499' IncludeMinimum='no' />

    </Upgrade>

    

599.wxs

    <Upgrade Id='b9bb6a3a-1cd3-4d20-a0b0-769c4eec4d0e'>

      <UpgradeVersion OnlyDetect='yes' Property='PATCHFOUND'

        Minimum='2.2.40.499' IncludeMinimum='yes' Maximum='2.2.40.599'
IncludeMaximum='yes'/> 

      <UpgradeVersion OnlyDetect='yes' Property='NEWERFOUND'

        Minimum='2.2.40.599' IncludeMinimum='no' />

    </Upgrade>

    

 

 

 

Brian Yu

EasyScreen (Marex Financial)

155 Bishopsgate

London

EC2M 3TQ

0207 650 4410

 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to