MyInstaller.nsi:
If we call this installer with following parameters:
"MyInstaller.exe" -t=12 -s=yes -k=abc
...a message box will display text: "s = yes".
GetOptions is not case sensitive so if we called it with "-S", the result would be the same. GetOptionsS is a case sensitive form of this function.
2 comments:
Buenas tardes,
Estoy realizando el mismo ejemplo en mi NSIS 2.16, pero me muestra un error "Invalid command: ${GetParameters}"
Tiene que ver algo la versión??
Hola! ¿Ha incluido "FileFunc.nsh"? [http://nsis.sourceforge.net/Include/FileFunc.nsh]
Post a Comment