Adding a License Agreement

Add-in Express™ Support Service
That's what is more important than anything else

Adding a License Agreement
How do you add a License Agreement to the Setup with Add-in Express Dialogs? 
Tony Horton


Guest


I need to add an end user license agreement to my installer.
I used the Add-in Express | Create Setup Project feature to create my Wix setup.

It doesn't appear that I can use one of the canned Wix UI's which have a license agreement dialog built-in due to the Add-in Express dialogs that have been defined (see "Duplicate symbol 'Dialog:FilesInUse' found. Error in WIX Project" error posted in this topic:https://www.add-in-express.com/forum/read.php?FID=11&TID=12303 )

Thanks in advance.
Tony
Posted 17 Sep, 2016 14:07:34 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Hello Tony,

Please check http://wixtoolset.org/documentation/manual/v3/wixui/wixui_customizations.html.

To get a license agreement displayed you need to add the following XML tag to the Product.wxs:

<WixVariable Id="WixUILicenseRtf" Value="{path to the license agreement}.rtf" />


Andrei Smolin
Add-in Express Team Leader
Posted 19 Sep, 2016 06:56:41 Top