Function .onInit
setoutpath $TEMP
File $TEMP\blah.txt
FunctionEnd
Can someone tell me why when i compile this script with HM NSIS always get an error on the File line ? It tells "file not found" but the file is on my temp folder.
Why not work ?
2 posts