简体   繁体   English

捆绑带有安装程序的EULA-使用WiX 3.10(与VS 2015和Add in Express 8.1.4350一起使用)

[英]Bundle EULA with setup - using WiX 3.10 (with VS 2015 & Add in Express 8.1.4350)

I just need to add EULA (End User License Agreement) to my WiX setup. 我只需要在WiX设置中添加EULA(最终用户许可协议)即可。 I have done the same thing using WiX 3.8 (with VS 2012) more than 10 times, but I can't make the same using 3.10 (with VS 2015). 使用WiX 3.8(使用VS 2012)进行相同的操作超过10次,但使用3.10(使用VS 2015)无法进行相同的操作。

What I have tried? 我尝试了什么?

I added the same old code in the .wxs file. 我在.wxs文件中添加了相同的旧代码。 See below; 见下文;

<WixVariable Id="WixUILicenseRtf" Value="EULA.rtf" /> 

It gives me this error in compile time. 它在编译时给了我这个错误。

“A string was provided with characters that are not available in the specified database code page '1252'. “为字符串提供了在指定的数据库代码页'1252'中不可用的字符。 Either change these characters to ones that exist in the database's code page, or update the database's code page by modifying one of the following attributes: Product/@Codepage, Module/@Codepage, Patch/@Codepage, PatchCreation/@Codepage, or WixLocalization/@Codepage. 可以将这些字符更改为数据库的代码页中存在的字符,或者通过修改以下属性之一来更新数据库的代码页:Product / @ Codepage,Module / @ Codepage,Patch / @ Codepage,PatchCreation / @ Codepage或WixLocalization / @代码页。 Blackbaud CRMSetup2 C:\\build\\work\\eca3d12b\\wix3\\src\\ext\\UIExtension\\wixlib\\LicenseAgreementDlg.wxs” Blackbaud CRMSetup2 C:\\ build \\ work \\ eca3d12b \\ wix3 \\ src \\ ext \\ UIExtension \\ wixlib \\ LicenseAgreementDlg.wxs”

I went through WiX documentation and could not find something interesting either. 我浏览了WiX文档,也找不到有趣的东西。 (Please note that I don't have a requirement for implementing multiple cultures/ localization) (请注意,我并不需要实施多种文化/本地化)

Any ideas please?? 有什么想法吗?

看来您的RTF文件已损坏,您可以使用简单的RTF文件再试一次吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用VS2015_ROOT_FOLDER在Wix 3.10中设置安装位置 - How to use VS2015_ROOT_FOLDER to set install location in Wix 3.10 无法在TFS 2015中构建WiX 3.10项目 - Unable to build WiX 3.10 project in TFS 2015 是否可以使用 .wxl 文件在 WiX 中本地化 EULA? - Is it possible to localize EULA in WiX using .wxl file? 从VS安装项目升级时,在WiX中捆绑的版本和UpgradeCode与安装程序 - Version and UpgradeCode of Bundle vs Setup in WiX When Upgrading from VS Setup Project 在Wix套件中包含Wix设置项目输出 - Including Wix Setup Project Output in Wix Bundle 如何使用Harvest Project和VS2015将文件关联添加到Wix项目? - How to add a fileassociation to a Wix Project with Harvest Project and VS2015? 使用Wix卸载主要设置时,卸载附加设置 - Uninstall add-on setup when uninstall the Main setup using Wix 需要在此代码中添加 EULA UI,使用 WIX。 我尝试了许多在线博客,似乎没有一个适合。 我正在使用带有蜡烛和灯光的 cmd - Need to add EULA UI to this code, using WIX. I have tried many online blog, none seems to fit. I am using cmd with candle and light 我找不到 wix 安装编辑器来将文件添加到 Visual Studio 2015 中的安装程序 - I can't find wix setup editor to add files to the installer in Visual studio 2015 使用WiX 3.8-如何确保EULA最初正确显示? - Using WiX 3.8 - how to make sure the EULA is actually properly displayed initially?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM