weixin_42841923 2019-04-14 19:48 采纳率: 0%
浏览 696
已采纳

VS2017利用WIX打包MSI文件时,代码页问题

请教各位大神:VS2017利用WIX打包MSI文件时,添加了WixUIExtension这个引用后,就提示1252代码页不可用,这个是什么原因?如何才能可以用?

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
    <Product Id="*" Name="补丁安装程序" Language="1033"  Codepage ="1252"  Version="1.0.0.0"
           Manufacturer="AAA有限公司" UpgradeCode="19248e91-a1af-4ba3-9ad8-c820183ea53b" >
        <Package InstallerVersion="200" Compressed="yes"  InstallScope="perMachine" Languages ="1033" SummaryCodepage ="1252" />

执行后提示:

A string was provided with characters that are not available in the specified database code page '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.   

真的搞不懂要怎么操作了。。。。。

  • 写回答

2条回答 默认 最新

  • weixin_42841923 2019-04-20 20:47
    关注

    已解决,哈哈哈哈哈哈哈哈哈哈

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 关于vue2中methods使用call修改this指向的问题
  • ¥15 idea自动补全键位冲突
  • ¥15 请教一下写代码,代码好难
  • ¥15 iis10中如何阻止别人网站重定向到我的网站
  • ¥15 滑块验证码移动速度不一致问题
  • ¥15 定制ai直播实时换脸软件
  • ¥100 栈回溯相关,模块加载后KiExceptionDispatch无法正常回溯了
  • ¥15 Utunbu中vscode下cern root工作台中写的程序root的头文件无法包含
  • ¥15 麒麟V10桌面版SP1如何配置bonding
  • ¥15 Marscode IDE 如何预览新建的 HTML 文件