Forum: NSIS Discussion
15th August 2003, 18:45
|
|
Replies: 18
Views: 21,119
Alternative to recompile NSIS
Another alternative is to use a function to dump the contents fo log window to a file.
See in:
http://nsis.sourceforge.net/Docs/AppendixC.html
the item C.6 Dump Content of Log Window to File.
...
|
Forum: NSIS Discussion
12th August 2003, 00:45
|
|
Replies: 2
Views: 2,865
Function to verify if string is numeric
To all members:
I've searched in this forum and doesn't found. Then I wrote this function to verify is a string is numeric. This is usefull to check serial number during installation.
Enjoy!
...
|