![]() |
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. |
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 |
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? |
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 |
Miracle .!!!!! It was what I was looking for. Thank you very much. Greetings from Taringa!
|
Quote:
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";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 |
: O amazing, , we are close to having a good script, , this day I will make tests with these parameters
|
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" |
@DN8. You Can Be more specific about these parameters, in which section you have to place them?? , (image :))
PD , activate your MPs |
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.
|
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 |
if you want subdirectories then change to this
Filename: {src}\DATA.exe; Parameters: "-x -d""{app}\xyz\"" -y -s2"; where \xyz\ is the subfolder |
Quote:
But the subfolders problems can be solved compressing in your sfx multiple folders at the root folder of the game |
tried with {app}\xyz ?
|
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