Prev Previous Post   Next Post Next
Old 1st December 2011, 17:52   #1
mbnoimi
Junior Member
 
Join Date: Aug 2008
Posts: 7
Question Extract compressed files by 7z.dll

Hi all,

I want to extract a specific password protected *.7z file by using 7z.dll so I've to use CallInstDLL because I couldn't find any NSIS plugin.

I tried to use:
code:
Push "x"
Push "-t7z"
Push "files.7z"
Push "-psecret"
CallInstDLL "$INSTDIR\7z.dll" "IInArchive"



but it didn't work because of these two missing points:
  1. I don't know what's the needed 7zip function to make extract process
  2. I'm not sure what if I called CallInstDLL correctly or it?

Could you please help me?

I read these resources but they didn't help me here:
mbnoimi is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Tags
*.7z, .7z, 7-zip, callinstdll, dll

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