View Single Post
  #6  
Old 06-11-2011, 05:54
DN8 DN8 is offline
Registered User
 
Join Date: Nov 2011
Location: Venezuela
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
DN8 is on a distinguished road
Quote:
it is possible , call frearc sfx in inno setup whit autoit , no dlls , no codes , only 1 sfx archive , and , 1 auto ok button created with AutoIt

is easy , in inno setup at the final of installation calls the auto ok , the auto ok calls the freaarc sfx

with this method is executed sfx file with AutoIt , in inno setup calls the auto ok , like calls directx for example

I want to learn how to call a FreeArc file with Inno Setup - as peterf conversions but I had to try alternative methods
(Translated by pakrat2k2)

Look I have the commands needed to make the file executable FreeArc sfx, make unattended installation.

You should only add this:

Code:
Filename: {src}\DATA.exe; Parameters: "-x -d""{app}"" -y -s2";
where:

Data = sfx is your executable file prepared by the FreeArc
{app} = Destination Directory. With a *slag(backslash) can be placed more subdirectories

These parameters are necessary for the installation is deatenida. regards

Last edited by Joe Forster/STA; 06-11-2011 at 09:41.
Reply With Quote