How to use logical or in NSIS?
For example if I want to use the statement like,
${If} $0 == "test1" || $0 == "test2" || $0 == "test3"
...
${EndIf}
The statement above won't work. So how to make it work? Thanks.
Archive: How to use logical or in NSIS?
How to use logical or in NSIS?
For example if I want to use the statement like,
${If} $0 == "test1" || $0 == "test2" || $0 == "test3"
...
${EndIf}
The statement above won't work. So how to make it work? Thanks.
${OrIf}
Originally posted by 820815Thanks a lot!
${OrIf}