Try something like this in your authoring:
<WixVariable Id="WixUILicenseRtf" Value="$(env.WIX)\examples\data\test.txt"
/>

I think you are using the wrong variable name.

Derek

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Slava
Sent: Tuesday, August 01, 2006 11:22 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Custom license with wix-3.0.1821.0

Hey. I'm sorry for probably a stupid question. I'm trying to figure out how
to include my own license to be shown when setup runs in the
LicenseAgreementDlg when building setup using wix-3.0.1821.0. I have tried
everything I found docs on or could think of: include License.rtf in the
current directory when light runs, in the source dir, in the output dir, in
the light.exe dir. I tried to set "licenseRtf" variable to point to the file
location. I'm using UI extension and everything builds fine, setup works,
but shows CPL default license instead of my license.

Any idea about what I might be doing wrong and how to fix this?

Thanks.
Slava Ivanyuk
http://liquidmaze.emeraldhand.com/

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to