You don't need WiX installed to use it. Check out the "Integrating WiX Projects 
Into Daily Builds" topic in the help file.

Short version is to download the binaries zip, put it in a known location on 
your build machine, and then use 

<PropertyGroup>
      <WixToolPath>$(SourceCodeControlRoot)\wix\[[Version]]\</WixToolPath>
      <WixTargetsPath>$(WixToolPath)Wix.targets</WixTargetsPath>
      <WixTasksPath>$(WixToolPath)wixtasks.dll</WixTasksPath>
</PropertyGroup>

in your project to point it at the desired WiX version.

-----Original Message-----
From: Tunney, Stephen [mailto:stephen.tun...@nuance.com] 
Sent: Thursday, October 02, 2014 1:29 PM
To: General discussion about the WiX toolset.
Subject: [WiX-users] WiX 3.x Installs are mutually exclusive. Why? :)

Hey guys,

Just ramping up to upgrade from 3.7 to 3.9 and it appears as though I can only 
have 1 version installed (via the installer) at a time on my development box.  
This has me a touch concerned.

I would really like to maintain older versions of our product with the version 
of WiX that generated the RTM installer.  I think this would be essential for 
generating patches, etc.

Also, I have noticed that the SDK folder structure in the ZIPs in 3.9 (and 3.8) 
do not match the directory structure of the installer.  Is there a reason for 
this?

Cheers,
Stephen Tunney
Nuance Communications, Inc.
Solutions Architect, Imaging Division
Waterloo, Ontario, Canada
stephen.tun...@nuance.com<mailto:stephen.tun...@nuance.com>
519-880-7463      Office
NUANCE.COM
The experience speaks for itself (tm)

------------------------------------------------------------------------------
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

------------------------------------------------------------------------------
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