Forum: NSIS Discussion
29th August 2003, 16:13
|
|
Replies: 24
Views: 10,573
|
Forum: NSIS Discussion
17th August 2003, 09:59
|
|
Replies: 24
Views: 10,573
Install log useable by uninstall
I want to make a new sort of install log, in fact, in my main section, i use a command like that :
File /r "${PROJECT_PATH}\*.*"
This command include all files in ${PROJECT_PATH}, but the...
|