|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#1 |
Senior Member
Join Date: Nov 2013
Location: Iran
Posts: 243
|
![]()
how can extract rar files?
ZipDLL::extractall cant work for rar files |
![]() |
![]() |
![]() |
#2 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 4,700
|
At least try to search the forum before asking questions!
IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
#3 |
Senior Member
Join Date: Nov 2013
Location: Iran
Posts: 243
|
I know it can be done this way:
HTML Code:
Section ExecDos::exec '"$PLUGINSDIR\UnRAR.exe" x "$ExeDir\RarFile.Rar" "$ExeDir\MyRar\" /y' SectionEnd Function .onInit InitPluginsDir File /oname=$PLUGINSDIR\UnRAR.exe "${NSISDIR}\ExeFiles\UnRAR.exe" FunctionEnd I want to know the DLL gets the job done? I need to dll for extract rar file,i search and found unrar.dll in forum but i dont know how i can send parameter x to that for working,i try but application suspend process and closed ![]() HTML Code:
System::Call "UnRAR::RAROpenArchiveEx('$ExeDir\12.rar','c:\')" Last edited by r2du-soft; 15th May 2017 at 04:35. |
![]() |
![]() |
![]() |
#4 |
Senior Member
Join Date: Nov 2013
Location: Iran
Posts: 243
|
is possible give example for plugin: UnRARDLL.dll
Download Link: http://www.rarlab.com/rar/UnRARDLL.exe for extract rar file? with system::Call and without System::Call |
![]() |
![]() |
![]() |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|