Skip to content
⌘ NSIS Forum Archive

How to get an form with language selection and Shellexe with special number

2 posts

Biarchiv2#

How to get an form with language selection and Shellexe with special number

Hello,

How to get an form with language selection and Shellexe with special number of the right langauge.

Example:
The user get a form and select a language.
English
Deutsch
Spain
... about 8 or so.

ExecWait '"$INSTDIR\MyFile.exe" 1' > for English
ExecWait '"$INSTDIR\MyFile.exe" 2' > for Deutsch
...
Here I need a variable to can execute this when install.