Cryptonomicon wrote:
> 
> I am guessing that 
> <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?
> 
Not for me it didn't :) I tried this (actually: Win64="$(var.Win64)"), got
the squiggly blue lines and gave up for other things. Then a while later I
actually thought about it and tried pressing Compile. Sure enough it all
works fine! Makes it all very easy to have a single source for compiling up
32-/64-bit installers. I also have a Guid="$(var.Guid)" line (referring to a
fragment-local Guid variable) in each 32-/64-bit component, as I think
otherwise there's scope for messing up component rules.

Cryptonomicon wrote:
> 
> or is there a variation on 
> 
> <?define Is64=no type=enumerated?>
> <?define InstallVersion=200 type=integer?>
> 
> I have missed?
> 
Getting rid of the squiggly blue lines would be even better so I'd be
interested in an answer to this too!

-K
-- 
View this message in context: 
http://www.nabble.com/Wix-Integer-Variables-tf4730515.html#a13528211
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