如何本地化 Visual Studio 引导程序?

发布于 2024-10-11 10:11:02 字数 530 浏览 5 评论 0原文

我有一个wix安装项目,具有以下msbuild引导程序设置:

<GenerateBootstrapper ApplicationFile="$(TargetFileName)" 
  Culture="cs" 
  ApplicationName="Slais" 
  BootstrapperItems="@(BootstrapperFile)" 
  ComponentsLocation="Relative" 
  CopyComponents="True" 
  OutputPath="$(OutputPath)" 
  Path="c:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A\Bootstrapper\" />

当引导程序对话框运行时,它有英文UI。 EULA 已更改,但标签和“接受”等按钮仍为英文。是否可以本地化该对话框或跳过它?或者以其他方式创建静默引导程序?

替代文字

I have a wix setup project with the following msbuild bootstraper settings:

<GenerateBootstrapper ApplicationFile="$(TargetFileName)" 
  Culture="cs" 
  ApplicationName="Slais" 
  BootstrapperItems="@(BootstrapperFile)" 
  ComponentsLocation="Relative" 
  CopyComponents="True" 
  OutputPath="$(OutputPath)" 
  Path="c:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A\Bootstrapper\" />

When the bootstraper dialog runs it has UI in english. The EULA is changed but the labels and the buttons like "Accept" are still in English. Is it possible to localize the dialog or to skip it? Or to create silent bootstraper other way?

alt text

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文