I am guessing that 

 <?if $(var.Platform)=x64?>
    <?define InstallVersion=300 ?>
    <?define Is64=yes ?>
  <?else?>
    <?define InstallVersion=200 ?>
    <?define Is64=no ?>
  <?endif?>

<Package InstallerVersion=$(var.InstallVersion) Compressed="yes" />

and

<Component Id="Comp_StrawberryClassesDLL"
Guid="C4AB05E7-BE8D-40F2-891F-583750779D05" DiskId="1" Win64=$(var.Is64)>

will cause pain grief and misery?

or is there a variation on 

<?define Is64=no type=enumerated?>
<?define InstallVersion=200 type=integer?>

I have missed?

-- 
View this message in context: 
http://www.nabble.com/Wix-Integer-Variables-tf4730515.html#a13526479
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to