Skip to content
⌘ NSIS Forum Archive

InstType Switch

5 posts

veekee#

InstType Switch

Hi

As i'm a french translator, i wonder if there was any way to use a InstType Switch ! I mean, if we could tell the installer : the user could use one of these option : french translation, english translation ... ! If not, if this would be a suggestion for next releases ? 😁
Guest#
You could do the following:
1) Rebuild NSIS in French an distribute it as a separate installer.
2) use install options to give some options in the computers native language.
3) search the forum because I believe someone already translated NSIS once to German, but i'm not completely sure of that.

Good luck, greetz,
Hendri.
veekee#
hey, french nsis has been released a efw weeks ago ! I tlaking about another frenc translation of mine : Yahoo! Messenger !
😁
THEMike#
You could build a seperate french and english installers, without compression.

Then install them with a second installer that has compression, and choses either to install the french or the english version...