Localized License Agreements in Visual Studio Setup Projects?
Posted
by byanity
on Stack Overflow
See other posts from Stack Overflow
or by byanity
Published on 2010-05-14T14:21:04Z
Indexed on
2010/05/14
14:24 UTC
Read the original article
Hit count: 315
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!
© Stack Overflow or respective owner