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

时间:2011-01-11 15:01:33

标签: installation bootstrapper

我有一个带有以下msbuild bootstraper设置的wix安装项目:

<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\" />

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

alt text