Re: [WiX-users] Accessing Target Computers Environment Variables

2007-03-08 Thread Rob Mensching
The Formatted topic in the MSI SDK says: If a substring of the form [%environmentvariable] is found, the value of the environment variable is substituted for the substring. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shankar Manian Sent: Thursd

Re: [WiX-users] Accessing Target Computers Environment Variables

2007-03-08 Thread Levi Wilson
Probably a Type 51 custom action? On 3/8/07, Shankar Manian <[EMAIL PROTECTED]> wrote: Hi, I need to access environment variable COMPUTERNAME of the TargetComputer and use it to set a propertyhow do i do that in WIX ? I am using WIX 2.0 Thanks shankar --