Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 8th February 2005, 23:16   #1
grahama
Senior Member
 
Join Date: Sep 2004
Location: Los Angeles
Posts: 223
Question access files before extracted

Instead of using the 'File' command to extract files to the InstallDir....
Is it possible to access them within the EXE resource ? I have an xml file within the exe that I would like to keep inside the exe's resources...
is this possible ?
grahama is offline   Reply With Quote
Old 9th February 2005, 09:57   #2
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
Not that I know of.
You should extract it to $PLUGINSDIR.

To make sure it's extracted quickly, use ReserveFile rather than File. This will make the compiler store your file at the top of the compressed files list (so it's accessed quicker).

-Stu

Need an installer? http://www.afrowsoft.co.uk
Afrow UK is offline   Reply With Quote
Old 9th February 2005, 19:28   #3
grahama
Senior Member
 
Join Date: Sep 2004
Location: Los Angeles
Posts: 223
many thanks
I'll give it a try....
grahama is offline   Reply With Quote
Reply
Go Back   Winamp 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