"variables" in MSI files are called Properties. You can dereference a
Property using [PropertyId] but that only works when the column type is
Formatted. You can read about "Formatted" in the MSI SDK.

On Mon, Sep 17, 2012 at 4:25 AM, Nageswara Rao <nagmittapa...@gmail.com>wrote:

> Hi Team,
>
> I am creating an AppPool from my wix project with the below code
>
> <iis:WebAppPool Id="AppPoolId" Name="XXXXX" Identity="networkService"
> RecycleMinutes="600" ManagedPipelineMode="integrated"/>
>
> Now I want the AppPool Name different for different environments.
> So, My idea is to create a variable and assign that variable to AppPool
> Name
> and when I am calling the MSI from commandline, variable value should be
> override as per environment.
>
> Please help me to get the above
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-override-wix-variable-value-in-runtime-via-command-line-tp7580570.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to