Inno Setup : How to change language file depending on code -


i use own languages files (.isl) instead of using default languages files of inno setup. permits me customize messages. now, have 2 versions of each language files, 1 in case of first installation , 1 in case of update, but, possible choose file code? if yes, how it?

maybe there better way changing messages change languages files depending on type of installation, if yes, know do.

thanks

add alternative texts [custom messages] section:
http://www.jrsoftware.org/ishelp/index.php?topic=custommessagessection

then in pascal script, when upgrading, update respective gui element alternative translation loaded using custommessage('myalternativeupgradestring')
http://www.jrsoftware.org/ishelp/index.php?topic=isxfunc_custommessage


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -