|
|
#1 |
|
Junior Member
Join Date: Jan 2009
Posts: 1
|
Multilingual Readme (again), please help me
Try use Readme Page Based on MUI License Page
http://nsis.sourceforge.net/Readme_P...I_License_Page My code: PHP Code:
If to make so: !insertmacro MUI_PAGE_README "ReadmeEnglish.rtf" instead of: !insertmacro MUI_PAGE_README "$(MyReadme)" the page is displayed correctly, but always in English. Help me, please. How correctly to make multilingual Readme page ? |
|
|
|
|
|
#2 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
What is $(MyReadme) anyway? If it's a definition, it has to be defined on your definitions table e.g.
!define MYREADME "local_path_to_text_or_rtf_file" and use it later as, !insertmacro MUI_PAGE_README "${MYREADME}" The way you use it is referring to a lang string which also has to be defined on your lang strings table therefore it represents a specific language string and not the path to a local file. Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|