#1
|
|||
|
|||
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: I've tried with and ResourseTuner ResourseHacker and it was not possible to edit compressed files because they can not. |
Sponsored Links |
#2
|
||||
|
||||
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 Last edited by Joe Forster/STA; 15-09-2013 at 03:10. Reason: uploaded file as forum attachment |
#3
|
||||
|
||||
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? |
#4
|
||||
|
||||
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 Last edited by sulfurum1989; 05-11-2011 at 20:07. |
#5
|
|||
|
|||
Miracle .!!!!! It was what I was looking for. Thank you very much. Greetings from Taringa!
|
#6
|
|||
|
|||
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 Last edited by Joe Forster/STA; 06-11-2011 at 09:41. |
#7
|
||||
|
||||
: O amazing, , we are close to having a good script, , this day I will make tests with these parameters
|
#8
|
||||
|
||||
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" |
#9
|
||||
|
||||
@DN8. You Can Be more specific about these parameters, in which section you have to place them?? , (image )
PD , activate your MPs |
#10
|
||||
|
||||
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.
|
#11
|
||||
|
||||
Freearc In Inno More Easier than never
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 Last edited by sulfurum1989; 06-11-2011 at 21:45. |
#12
|
||||
|
||||
if you want subdirectories then change to this
Filename: {src}\DATA.exe; Parameters: "-x -d""{app}\xyz\"" -y -s2"; where \xyz\ is the subfolder |
#13
|
||||
|
||||
Quote:
But the subfolders problems can be solved compressing in your sfx multiple folders at the root folder of the game Last edited by sulfurum1989; 06-11-2011 at 11:36. |
#14
|
||||
|
||||
tried with {app}\xyz ?
|
#15
|
||||
|
||||
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 |
Tags |
appearance, compressed, freearc, menú, sfx |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
The Sims Medieval DVD9 to 2xDVD5 | senseman | PC Games - CD/DVD Conversions | 6 | 01-07-2011 03:06 |
WinRAR archive question/s | coffin filler | Software | 4 | 11-10-2007 11:33 |
winRAR diagnostic error 1: unexpected archive end? | whatevaz_cleva | DC Games | 1 | 11-07-2001 05:09 |