开发者

Localized License Agreements in Visual Studio Setup Projects?

开发者 https://www.devze.com 2022-12-30 20:57 出处:网络
I\'ve added a EULA using VS2005\'s built in License Agreement UI form in a Setup Project. This form has a LicenseFile property that you set to an RTF file that displays the EULA.

I've added a EULA using VS2005's built in License Agreement UI form in a Setup Project.

This form has a LicenseFile property that you set to an RTF file that displays the EULA.

Assuming I have a number of translated RTFs, how can I make the EULA that is displayed point to the appropriate RTF localized to the user's Windows CurrentCulture settings?

I've seen some articles on WiX but at this point I need to stick with our current installation setup开发者_运维技巧.

Thanks!


In VS you have to create a setup for each language you support. If VS enables you to localize your setup it doesn't support multilanguage setups. Therefore, if you have a specific setup for each language you have to reference the right translated licence RTF in each setup.

0

精彩评论

暂无评论...
验证码 换一张
取 消