Announcement
Collapse
No announcement yet.
Search Result
Collapse
6 results in 0.0069 seconds.
Keywords
Members
Tags
-
Is there an "and" for a Logic Lib if statement?
So I am creating a installer which has a custom NSDialogs page. After the user leaves the page, I check if the user has not checked any of the radio buttons....
-
Logiclib and expression compile error?
The strangest thing - I can't seem to use the LogicLib expressions (e.g. ${If}etc..) whenever I am in a normal function.
Basically my script...
-
Windows 10 Detection
I am getting an error here and I am not too sure why as my other OS logics are identical and it seems to work.
PHP Code:${If} ${IsWin10}
-
Correct usage of $(AndIfNot)
I tried in vain this:
...code:
1 ${IfNot} ${SectionIsSelected} ${Section2}
2 ${AndIfNot} ${SelectionIsSelected} ${Section4}
3 Abort
-
What's with NSIS namespaces?
Ok I called those parts of the NSIS script that look like !include MUI2.nsh namespaces. I need a little more clarity on which are the namespaces that...
-
String arrays, sort of
Several times, I've wanted to do the same body of script code, just changing one string. Without some sort of string array, I've just made the body a...