View Single Post
  #8  
Old 05-10-2013, 19:47
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
@jksengko

I don't know what's your problem :/

@61n4n74r


For RAR and 7Zip add this:

On top

Code:
#define unrar
#define 7ZIP
and

On CODE

Code:
#ifdef unrar
    ExtractTemporaryFile('Unrar.dll');
#endif
#ifdef 7ZIP
    ExtractTemporaryFile('7z.dll');
    ExtractTemporaryFile('PackZIP.exe');
#endif
Reply With Quote
The Following User Says Thank You to Kurutucu For This Useful Post:
61n4n74r (06-10-2013)