There are a bunch of Burn built-in variables that we can use, but if what I
want is not included in that list then how can I go about declaring a new
variable that gets a standard environment variable?
Basically what I need is to get the %USERDNSDOMAIN and %USERDOMAIN
environment variables and append those values on to some Variable Names that
I have declared.
I have just tried:
<Variable Name="DNS" Type="string" Value="[%USERDNSDOMAIN]" />
<Variable Name="UserDomain" Type="string" Value="[%USERDOMAIN]" />
But this will simply set those variables to [%USERDNSDOMAIN] and
[%USERDOMAIN]. So is there a way to get the value of these environment
variables and place them into variable names that I can then use to append
to other variables that get pushed to the chained msi?
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-built-in-variables-question-tp7596676.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users