[QUOTE=MMBDON;463587]
Quote:
Originally Posted by darkwolves
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