multiple language license pages
Hi All,
Quick note: I have been using NSIS for a day and a half now and have nearly completed an installer for a big release PC game. I have spent approx 2 weeks over 2 months trying to get InstallShield working properly and in the end gave up. At last a decent installer which is easy to use!!!
Anyway,
I am using the modern ui and need to put multiple language License pages in. I have tried
LicenseData /LANG=LANG_ENGLISH "C:\Starsky\InstallFiles\LicenseENG.rtf"
LicenseData /LANG=LANG_FRENCH "C:\Starsky\InstallFiles\LicenseFRE.rtf"
LicenseData /LANG=LANG_GERMAN "C:\Starsky\InstallFiles\LicenseGER.rtf"
LicenseData /LANG=LANG_SPANISH "C:\Starsky\InstallFiles\LicenseSPA.rtf"
LicenseData /LANG=LANG_ITALIAN "C:\Starsky\InstallFiles\LicenseITA.rtf"
etc. but I get warnings about not the last 4 not being needed.
I'm very new to NSIS and dont know all the ins and outs yet.
The installer works fine in multiple languages but I cannot get the License pages displaying. Im now using rtf's and cannot even get english to display now but i could with .txt but still no other languages.
Any idea's? This product is going to E3 in about 3 days time and Im under a little preasure :cry:
Thanks guys
Stu