How can I reference in my MSI a variable that I'm passing in from my
bootstrapper.  For example, I have the following text in my bundle.wxs file:
within Bundle
<Variable Name="baVersion" bal:Overridable ="yes" Type ="string" Value
="123456789"/>
within MsiPackage
<MsiProperty Name ="baVersion" Value ="[baVersion]"/>

In my MSI where ever I have $(var.msiVersion) I would like to use the
Msiproperty variable baVersion from my BA bundle.wxs.  Is this possible?
Examples are greatly appreciated.

Thanks InAdvance




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-reference-variables-within-an-msi-that-are-set-in-bootstrapper-app-tp7596474.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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to