I am currently using WiX 3.5 in VS2010 and I am trying to make a custom output 
path.  I'm doing this so that when I change my product version from 1.2.0.0 to 
1.3.0.0 it will create a folder under obj\release\1.3.0.0\ for the installation 
files.  This way, I can compile and keep different versions of the software for 
testing.  I want it to go to \obj\$(Configuration)\$(ProductVersion), but it 
never sees my product version.  It creates a folder with the name of "0.0.0.0".

In the 'Define preprocessor variables:' section in the project properties I have
ProductVersion=$(Version)

In the 'Define variables:' section in the project properties I have
ProductVersion=1.2.0.0

Any ideas? Thanks.

Best Regards,
Jonathan Ebersole
Microsoft Certified Solution Developer
Computer Development Systems, LLC
Phone: 1 (717) 591-0995  x102
http://www.CompDevSys.com<../../../../../exchweb/bin/redir.asp?URL=http://www.compdevsys.com/>




------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to