In Inno Setup, while updating an application, how to get the language of the previous installation and skip asking for language again?
During the first time installation, the languages listed in the [Languages]
section for example,
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "hindi"; MessagesFile: "compiler:Languages\Hindi.islu"
would be displayed to the user.
When the application is being updated, I want to skip the language selection and use the same language that the user has selected in the previous installation.