Probably this is how the actual ${GetOption} command works, but I wanted to be sure.
Let's assume my installer parses the command line arguments passed when executed and it searches for this flag option "/argument1".
If I execute the installer and pass the /argument1234 it detects that /argument1 was passed. Is there a way to avoid this situation?
ClearErrors
${GetOptions} $cmdLineParams '/argument1' $R0
IfErrors +2 0
Thanks,
Isa