I want to pass the Options Location in the Bootstrapper UI (
WixStandardBootstrapperApplication.RtfLicense) to the MSI:

In Bundle:

<Variable Name="InstallFolder" Type="string"
Value="[ProgramFilesFolder]The Application"/>

<Chain>
  <PackageGroupRef Id="NetFx40ClientRedist"/>
  <MsiPackage Id="MyApplication" SourceFile="$(var.MsiProject.TargetPath)">
    <MsiProperty Name="INSTALLLOCATION" Value="[InstallFolder]"/>
  </MsiPackage>
</Chain>

How to pickup this property in the MSI (I go for a MSI without a UI, and
let the bootstrapper be the only visible UI to the user)?
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to