Forum: NSIS Discussion
24th August 2007, 21:22
|
|
Replies: 172
Views: 85,821
|
Forum: NSIS Discussion
16th August 2007, 22:06
|
|
Replies: 172
Views: 85,821
Thanks kichik, I will give that a go.
I've...
Thanks kichik, I will give that a go.
I've put together the following macros, I'm pretty new with trying to put these together but they work for me.
!macro _NSD_ENABLE NAME TOGGLE
...
|
Forum: NSIS Discussion
16th August 2007, 17:03
|
|
Replies: 2
Views: 1,725
IntOp 5000 + 025 = 5021!
IntOp doesn't seem to be able to add up correctly if one of the values has a leading zero.
I could remove the leading zero, but I would have thought it should ignore them, instead the calculation...
|
Forum: NSIS Discussion
15th August 2007, 23:21
|
|
Replies: 172
Views: 85,821
|