PDA

View Full Version : How to generate a random filename in nsi?


xinpule
11th April 2007, 09:04
How to generate a random filename in nsi? Or How to generate a temp filename?

Red Wine
11th April 2007, 09:14
http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.3.10

xinpule
11th April 2007, 09:30
Thank you! Another question, is there a function like strtok to explode a string by some haystack?

Red Wine
11th April 2007, 09:36
There is a function ${StrTok} within the included StrFunc header, might be what you're looking.

xinpule
11th April 2007, 10:11
I have resolved my problems. Thank you very much!