You seem to be mixing up pre-processor instructions and runtime, are you
trying to get the user domain and logon when you run the msi? If so you
can use [LogonUser] in your property (I am not sure if that includes the
domain though).

Neil


>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-no
>t-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


------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
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