Hi there,

Just want to ask if someone knows how to tell visual studio to put the 
Platform="x64"  into the wix project file automatically when that platform is 
selected.

Currently how we do it is the following:

<?if $(var.Platform) = x86 ?>
  <?define is64 = "no" ?>
  <?define PFolder = "ProgramFilesFolder" ?>
  <?define plat = "x86" ?>
  <?else?>
  <?define is64 = "yes" ?>
  <?define PFolder = "ProgramFiles64Folder" ?>
  <?define plat = "x64" ?>
  <?endif ?>

And then we say

Platform="$(var.plat)"/> in the wix project file.

Does anybody know of an easier way maybe?

Regards,

Henk Roos
Software Engineer

A R I C E N T

260 Surrey Avenue
Ferndale
Randburg

Main      +27 11 293 0604
Fax        +27 11 293 0533
Mobile   +27 82 5513515


________________________________
"DISCLAIMER: This message is proprietary to Aricent and is intended solely for 
the use of the individual to whom it is addressed. It may contain privileged or 
confidential information and should not be circulated or used for any purpose 
other than for what it is intended. If you have received this message in 
error,please notify the originator immediately. If you are not the intended 
recipient, you are notified that you are strictly prohibited from using, 
copying, altering, or disclosing the contents of this message. Aricent accepts 
no responsibility for loss or damage arising from the use of the information 
transmitted by this email including damage from virus."
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to