Forum: NSIS Discussion
17th December 2008, 02:35
|
|
Replies: 2
Views: 1,324
It works now with the current codes:
...
It works now with the current codes:
SetOutPath $INSTDIR
CreateDirectory "$INSTDIR\apache-tomcat-5.5.27"
DetailPrint "Copying the Tomcat zip files"
SetOutPath...
|
Forum: NSIS Discussion
11th December 2008, 09:21
|
|
Replies: 2
Views: 1,324
Mass directory and file creation
Is there anywhere where I can have a whole folder (with many sub folders and files) copied to a specified location at the target system?
I am doing this as I want to create an installer for my web...
|