I have the following:

<Product Id="8DCE7F2A-3F35-4C16-8241-906829AA9F86" Name="!(loc.ProductName)"
Language="1033" Version="$(var.VersionNumber)"
Manufacturer="!(loc.ManufacturerName)" UpgradeCode="$(var.UpgradeCode)">
                <Package InstallerVersion="200" Compressed="yes" 
InstallScope="perMachine"
/>
    <Media Id="1" Cabinet="media1.cab" EmbedCab="yes" />
    <Upgrade Id="$(var.UpgradeCode)">
      <UpgradeVersion OnlyDetect="yes" Minimum="$(var.VersionNumber)"
IncludeMinimum="no" Property="NEWER_VERSION_FOUND" />
      <UpgradeVersion Minimum="0.0.0.0" IncludeMinimum="yes"
Maximum="$(var.VersionNumber)" IncludeMaximum="no"
Property="OLDER_VERSION_FOUND" />
    </Upgrade>

Is that enough and should that be modified?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Uninstall-previous-version-tp7596982p7596985.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&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