I would like to use the WixStandardBootstrapperApplication.HyperlinkLicense but 
reference a local license file rather than an internet URL. I have embedded the 
license file using this syntax:
    <BootstrapperApplicationRef 
Id="WixStandardBootstrapperApplication.HyperlinkLicense">
      <Payload SourceFile="Resource\License.rtf" />
    </BootstrapperApplicationRef>

I would have assumed the url would be set like this:
    <WixVariable Id="WixStdbaLicenseUrl" Value="file://./License.rtf" />

But that doesn't work. I can see my file in the .ba1 folder in the temp folder 
so I know it has been extracted as part of the bundle.

Can anyone suggest who I can reference it?

Thanks

Neil

Neil Sleightholm
X2 Systems Limited
n...@x2systems.com<mailto:n...@x2systems.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

Reply via email to