I have an application in which the user can change the language on the fly. All (five) translations are in the exe file and so in one msi.
(And I am careful about all characters being in the codepage)
I want the user that installs the program to be welcomed with a language
selection box (that is choosing the language in which the installation
process will be communicated to the user).
I think Adv Inst gets the language from the msi-language or from the
locale, but many users like to make the language choice on the spot.
I do not think that this can be done with Adv Installer now, whereas it is
simple to implement
Ad