how can extract rar files?
ZipDLL::extractall cant work for rar files
how can extract rar file?
4 posts
At least try to search the forum before asking questions!
I know it can be done this way:
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 🙁
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 🙁
System::Call "UnRAR::RAROpenArchiveEx('$ExeDir\12.rar','c:\')"
is possible give example for plugin: UnRARDLL.dll
Download Link:
for extract rar file?
with system::Call and without System::Call
Download Link:
for extract rar file?
with system::Call and without System::Call