Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/wix/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在WiX中自定义标准对话框文本?_Wix_Customization - Fatal编程技术网

如何在WiX中自定义标准对话框文本?

如何在WiX中自定义标准对话框文本?,wix,customization,Wix,Customization,我很难让WiX 3.6beta2按照我认为应该的方式运行。我跑得很轻,所以: light -loc strings.wxl 其中strings.wxl有一行 <String Id="InstallDirDlgDescription>Click Next to install.</String> 结果表明,如果您确实希望WiX使用本地化值,那么指向正确的.wxl文件非常有用。PEBKAC.:P <String Id="WelcomeDlgDescription"&

我很难让WiX 3.6beta2按照我认为应该的方式运行。我跑得很轻,所以:

light -loc strings.wxl
其中strings.wxl有一行

<String Id="InstallDirDlgDescription>Click Next to install.</String>

结果表明,如果您确实希望WiX使用本地化值,那么指向正确的.wxl文件非常有用。PEBKAC.:P

<String Id="WelcomeDlgDescription">This is a custom welcome message. Click Next to continue or Cancel to exit.</String>