Old 7th December 2001, 23:14   #1
i_nsis_t
Junior Member
 
Join Date: Dec 2001
Posts: 2
Lightbulb notion of current directory for File cmd

Maybe there's a way to do this already, but I've missed it. Wondering if you can set the "current directory" so that when using the File command, the path would be relative to that dir?

What I am doing now is something like this:

!define top some_path
File ${top}\bin\x86\foo
File ${top}\bar

But, if possible, I might do...

SetCurrentDir some_path
File bin\x86\foo
File bar


Just a thought..
i_nsis_t is offline   Reply With Quote
Old 7th December 2001, 23:44   #2
i_nsis_t
Junior Member
 
Join Date: Dec 2001
Posts: 2
shite. just saw !cd in the manual. nev'mind.
i_nsis_t 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