Forum: NSIS Discussion
22nd April 2009, 20:49
|
|
Replies: 1
Views: 1,507
|
Forum: NSIS Discussion
23rd February 2009, 21:29
|
|
Replies: 3
Views: 1,562
|
Forum: NSIS Discussion
23rd February 2009, 19:57
|
|
Replies: 3
Views: 1,562
Title for ExecWait
I have in my .nsi something like this:
Section "-download modules"
ExecWait '"$INSTDIR\ftp_client.exe" remoteserver/remotefolder1 $INSTDIR/modules/localfolder1'
ExecWait...
|
Forum: NSIS Discussion
13th February 2009, 18:11
|
|
Replies: 1
Views: 1,618
How to define source directory?
Original files I need to install is located in \\networkshare\Dev\NewProject. That folder has everything - source codes, documentation, binaries... But it is extremely slow on write-access and I can...
|