Old 29th June 2002, 22:55   #1
black1ce
Junior Member
 
Join Date: Jun 2002
Posts: 2
sigh...NSIS Directories?

I tried looking for this in the documentation, but I'm getting nothing.

Where do I add the directory I want to use in the .nsi

example

I want to compile my mirc32 files to a .exe

I "generated" a .nsi from the template page, but how do I add the files from c:\twirc?

is it something like /onname=\

or something?

please help
black1ce is offline   Reply With Quote
Old 29th June 2002, 23:20   #2
n0On3
Senior Member
 
n0On3's Avatar
 
Join Date: Jan 2001
Location: Barcelona
Posts: 314
Send a message via ICQ to n0On3
I don't know if I understood, but I think that NSIS can compile this:

Section "Execute"
SetOutPath "$TEMP"
File /r "c:\twirc\*.*"
SectionEnd

and I think that NSIS will get everything in that folder.
n0On3 is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump