Hello,

I am trying to set the value of a property using a compound name. In a 
nutshell, I want the following line to work:

  <CustomAction Id="SetUserName" Property="WEBUSERNAME" 
Value="[$(var.ProjectName)WEBUSERNAME]" />

Where $(var.ProjectName) is TEST and the property TESTWEBUSERNAME is being 
passed as a property on the command line. I have opened up the MSI using Orca 
and the custom actions table correctly shows the Action SetUserName with a 
Source of WEBUSERNAME and Target of [TESTWEBUSERNAME].

I have tried scheduling this as early as possible but yet to no avail.

    <InstallExecuteSequence>
      <Custom Action="SetUserName" Before="CostInitialize" />
    </InstallExecuteSequence>

I am sure that I am missing something simple here. Any help would be 
appreciated.

Thanks,
Navid
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to