Hello All,

Does v3.6 support the indication/usage of a custom EULA/License file?

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
  <Bundle  Version="1.0.0.0" Manufacturer="Children's Hospital Boston">
    <WixVariable Id="WixUILicenseRtf" Value="c:\portal_bundles\License.rtf" />  
<!--   Want to use this  variable...  -->
    <BootstrapperApplicationRef 
Id="WixStandardBootstrapperApplication.RtfLicense"  />      <!-- If I remove 
this entry, I see the following error:   "The given key was not present in the 
dictionary."    (by light.exe)   -->
     <Chain>
      .... removed for brevity 
    </Chain>
 </Bundle>
</Wix>

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to