Hi again,

I forgot two things: [%VariableName] can only be used with UI-Elements
that are displayed to the user.

If you want to use environment variables within WiX-scripts as
conditions, you have to use them via the preprocessor:
$(env.VariableName) will be resolved to the value of %VariableName%.

/Dirk

2009/6/19 Dirk Räder <d...@raeder.cc>:
> Hi,
>
> have a look at http://www.tramontana.co.hu/wix/lesson5.php#5.4
>
> You can use [%VariableName] to use an environment variable in formatted 
> strings.
>
> Hope it helps,
>
> Dirk Raeder
>
>
> 2009/6/19 Natarajan, Thangaraj (MLITS) <thangaraj_natara...@ml.com>:
>> Hi,
>>
>> I have defined a environment variable in my system. I want to use that
>> Environment variable in Wix. How to go about it?
>>
>> Thanks,
>> Thangaraj Natarajan
>> Associate Consultant.GWMT (TASCS)
>> Merrill Lynch India Tech Service Pvt Ltd.,
>>
>

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to