FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   How to edit the appearance of a FreeArc sfx archive? (https://fileforums.com/showthread.php?t=92196)

DN8 05-11-2011 10:16

How to edit the appearance of a FreeArc sfx archive?
 
Hello friends.

I want to know how I can change the appearance of a sfx archive of FreeArc? , I want that when you unzip the exe file looks like this:

http://k15.kn3.net/D8014639D.png:confused:

I've tried with and ResourseTuner ResourseHacker and it was not possible to edit compressed files because they can not.

sulfurum1989 05-11-2011 17:44

1 Attachment(s)
Use th modificable sfx attached.

And replace the bitmap images with which you want

use resourse hacker to open the sfx archive

in Bitmap tab you can replace the image , (bmp)
in Dialog tab , you can resize the extraction window


http://img829.imageshack.us/img829/6436/sfxi.jpg

pakrat2k2 05-11-2011 19:33

thanks for the info.. only had part of left hand column, but not the program name itself.

Now to incorporate that into INNO + Freearc script?

sulfurum1989 05-11-2011 19:55

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

DN8 06-11-2011 05:40

Miracle .!!!!! It was what I was looking for. Thank you very much. Greetings from Taringa!

DN8 06-11-2011 05:54

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

sulfurum1989 06-11-2011 08:55

: O amazing, , we are close to having a good script, , this day I will make tests with these parameters

pakrat2k2 06-11-2011 09:31

found this on RU forum too: might help if there are more then 1 freearc files

Code:

#define Archives "{src}\1.arc;DestDir:{app}\;Disk:1"
#define Archives Archives + "|" + "{src}\2.arc;DestDir:{app};Disk:2"
#define Archives Archives + "|" + "{src}\3.arc;DestDir:{app};Disk:3"
#define Archives Archives + "|" + "{src}\4.arc;DestDir:{app};Disk:4"


sulfurum1989 06-11-2011 09:57

@DN8. You Can Be more specific about these parameters, in which section you have to place them?? , (image :))

PD , activate your MPs

pakrat2k2 06-11-2011 10:29

what I posted #8, those can go i top section of script before [FILES], what DN8 posted #6 that can go in [FILES] section, but not necessary to be there. It can go anywhere.

sulfurum1989 06-11-2011 11:07

Freearc In Inno More Easier than never

http://img717.imageshack.us/img717/1050/testrpq.jpg


Explaining the tutorial

1 - Do not put your arc sfx in Files & Dirs dont!

2 - Go to Install Run Section and

3 - Create New Item and put these commands ( like in the image )

{src}\DATA.exe
-x -d"{app}" -y -s2


To create subfolders


example ( thanks to pakrat2k2 )

-x -d"{app}"\BmGame\Movies -y -s2



PD : DATA . exe is an example (name of your choice.exe)

4 - Your ARC SFX archive must be in the Output folder of your project Inno Setup

At the end of the installation runs automatically the decompression of The Sfx

pakrat2k2 06-11-2011 11:19

if you want subdirectories then change to this

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

where \xyz\ is the subfolder

sulfurum1989 06-11-2011 11:31

Quote:

Originally Posted by pakrat2k2 (Post 397906)
if you want subdirectories then change to this

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

where \xyz\ is the subfolder

I get an error decompression with this line

But the subfolders problems can be solved compressing in your sfx multiple folders at the root folder of the game

pakrat2k2 06-11-2011 12:00

tried with {app}\xyz ?

sulfurum1989 06-11-2011 12:16

yes friend,,,

at this moment . the solution is compress multiple folders in the X game instalation folder ,, when the sfx is unpacked creates an exact copy :)


All times are GMT -7. The time now is 07:20.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com