Forum: NSIS Discussion
11th August 2006, 02:29
|
|
Replies: 9
Views: 2,673
|
Forum: NSIS Discussion
10th August 2006, 01:12
|
|
Replies: 9
Views: 2,673
|
Forum: NSIS Discussion
10th August 2006, 01:06
|
|
Replies: 9
Views: 2,673
Thanks for the replies guys.
I tried using...
Thanks for the replies guys.
I tried using the AllowRootDirInstall true and that seems to allow installation to the root of a drive with the use of the /D switch
For example this works now:
...
|
Forum: NSIS Discussion
9th August 2006, 03:20
|
|
Replies: 9
Views: 2,673
|
Forum: NSIS Discussion
9th August 2006, 02:53
|
|
Replies: 9
Views: 2,673
|
Forum: NSIS Discussion
9th August 2006, 02:41
|
|
Replies: 9
Views: 2,673
Passing UNC path to setup with /D switch
Hi guys,
Any idea why it is not possible to set the installation path to an UNC path during the execution of the setup?
For example:
setup.exe /D=\\mycomputer\install
Doing this does...
|