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!