I want to build a multilingual install but I do not want to use the bootstrap setup.exe or autorun.exe.
I could get it to work using the bootstrap exe which would check the locale & launch the MSI with appropriate language transform.
however I want to do it using a single MSI file only.
I have 2 or 3 localizable tables. I tried stuff like storing additional tables with te localized strings info.
then from a custom action during initialize try to copy the contents of one table to another based on locale. that does not seem to be working.

any ideas? is this doable. please help!

Thank you,
-Fundoo