Forum: NSIS Discussion
9th March 2006, 21:28
|
|
Replies: 6
Views: 2,246
|
Forum: NSIS Discussion
8th March 2006, 16:58
|
|
Replies: 6
Views: 2,246
I try putting that in a fuction and get a...
I try putting that in a fuction and get a 'install function "TouchFile" not referenced - zeroing code (0-4) out
' error.
Function TouchFile
FileOpen $0 $INSTDIR\test.txt a
FileClose $0...
|
Forum: NSIS Discussion
7th March 2006, 20:51
|
|
Replies: 6
Views: 2,246
NSIS and Touch
I'm a novice at this and am trying touch a single file when executing the installer I'm creating using NSIS. I want this single file to show the install date as the "last modified" so that I know...
|