|
|
#1 |
|
Junior Member
Join Date: Dec 2004
Posts: 2
|
Why is it packing *that* directory?
I am having trouble with the basic "File" command. The command I am using is this:
File /r d:\project\built\lib It proceeds to pack up the specified directory, but then it also packs up d:\project\built\python\lib. Why did it pack this latter directory? How do I get it to stop doing that and only pack the specific directory? |
|
|
|
|
|
#2 | ||
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
That happens due to a bug fix in 2.03. From the release notes:
Quote:
Quote:
code: NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
||
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Dec 2004
Posts: 2
|
hm.
You guys really ought to document that behavior in the "File" section of the manual. I mean, it really is weird.
|
|
|
|
|
|
#4 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
Seems I forgot to document it back when it was added in 2.0b4. I will update the documentation.
The idea behind this feature is to allow easy inclusion of files in multiple directories. For example, instead of: All you have to use is:code: You might also want to use:code: code: NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|