View Single Post
  #2  
Old 18-08-2014, 14:23
Dante1995 Dante1995 is offline
Banned
 
Join Date: Feb 2014
Location: Black Hole
Posts: 297
Thanks: 116
Thanked 481 Times in 162 Posts
Dante1995 is on a distinguished road
Quote:
Originally Posted by Djc3100 View Post
How to use UHARC to make a repack games like black box?

____________________
Call Me Carl!

UHARC??? are you sure it is not FreeArc

Example:
uharc function Inno Setup:

Code:
function InitializeSetup:boolean;
var
ResultCode: Integer;
begin
ShellExec('', ExpandConstant('{src}\Dec.bat'), '', '', SW_SHOW, ewNoWait, ResultCode);
Result:=True;
end;
Dec.bat:
Code:
@echo off
uharc x -y Data.uha
pause
SRC FILE:
UHARC.exe
Data.uha
Dec.bat

Last edited by Dante1995; 18-08-2014 at 16:08.
Reply With Quote
The Following 2 Users Say Thank You to Dante1995 For This Useful Post:
Danik1B9 (19-10-2014)