View Single Post
  #7  
Old 29-10-2017, 12:43
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 280 Times in 166 Posts
darkwolves is on a distinguished road
[QUOTE=MMBDON;463587]
Quote:
Originally Posted by darkwolves View Post

Hey Sir, Please provide UHARC Support Windows phone installer script! i tried with uharc unpacking commands in arc.ini by including uharc.exe, cls-uharcmt.dll and also uha.dll (In WPI). But unable to decompress uharc compressed file through script provided by you.

Also if you have EZ Installer Creator created by Razor12911, please provide it!
you can add it yourself it used to have uharc but i removed it because i don't like it
and i do not have EZ Installer Creator i use my own compressor and my own wpi script
that i edited based on razors script
putting the files into the resource folder will not work
they must be written in the script

like so

Source: Resources\uharc.exe; DestDir: {tmp}; Flags: dontcopy;
Source: Resources\cls-uharcmt.dll; DestDir: {tmp}; Flags: dontcopy;

ExtractTemporaryFile('uharc.exe');
ExtractTemporaryFile('cls-uharcmt.dll');


if you look for the areas were the script has these commands
it will support the files you put into the resources folder
__________________
Ideas are bulletproof...

Last edited by darkwolves; 29-10-2017 at 13:09.
Reply With Quote