Skip to content
⌘ NSIS Forum Archive

About Traditional Language installer

3 posts

yzldni#

About Traditional Language installer

why i select system language is tradchinese, but my installer display is simpchinese

but i use a tradchinese system, my installer display is tradchinese..

i want to take my put my pictures on here, but i don't no how to do
yzldni#
About $CMDLINE in silent install

This is my code:
${If} ${Silent}
${GetOptions} $CMDLINE "/F " $R1
ReadINIStr $1 $R1 "xxxx" "host"
ReadINIStr $2 $R1 "xxxx" "port"
${EndIf}

ps : $R1 is a ".ini" file, this only a example.

Problem:
1.When user install the old version installer, how i display error information. ex:"You have install a newest product, the install will exit now." Because i can't use the MessageBox to show the information in the silent install, i must use a return value in the cmdline... How to resolve this problem.??