Hi all,

I have these two set:

  <?define LogonUserName = "[%USERNAME]"?>
  <?define LogonDomainName = "[%USERDOMAIN]"?>

Then this property:
<Property Id="DATABASE_USERNAME" Secure="yes"
Value="$(var.LogonDomainName)\$(var.LogonUserName)" />

but when I use it at runtime I see this:
[%USERDOMAIN]\[%USERNAME]

thanks,

Steve




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/variables-not-working-tp7580709.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to