[InnoSetup] Install different files depending on the language of OS
Hi all,
We can use "MinVersion" parameter to install different files depend of the
Windows version (e.g. XP, 2000, etc).
What about if installing different files depending on the language of the OS
(e.g. English Windows, Simplified Chinese Windows, Traditional Chinese
Windows, etc)? Will this be possible?
Thanks a lot for help.
Carmen
Re: [InnoSetup] Install different files depending on the language of OS
Unless each languages has different version numbers, no you cannot use MinVersion.
What you might want to look into the [Language] or [LangOptions] section in the help documentation. To see if it will help with what you want to do.
Re: [InnoSetup] Install different files depending on the language of OS
Also check into the [Task] section.