|
#196
|
||||
|
||||
|
Quote:
Code:
1. cls 2. set choice1=C:\Program Files (x86)\EA Games\Syndicate 3. echo Creating archive files, please wait... 4. arc a -ep1 -ed -r -w.\ .\Disk\Data3.arc -x"%choice1%\Content\XDF\*" -x"%choice1%\Content\Textures\*" -x"%choice1%\Content\Videos\*" -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\Content\*" 5. if ERRORLEVEL 1 goto arcfail 6. cls 7. :arcfail 8. echo.WARNING: FreeArc returns an error, please retry... 9. pause 10. :EOF Step#1 line 2 change the path to YOUR game. C:\Program Files (x86)\EA Games\Syndicate Step#2 line 4 change Disk\Data3.arc to what archive you want, AND the path to what you want archived \Content\*" the -x in front of the other paths states to NOT compress it. save the file & run it for each archive you want created. changing line 4 for each archive. easy as pie ![]() all thanks go to peterf1999, also you MUST have the arc.exe & arc.ini in same folder as the bat file. Last edited by pakrat2k2; 05-03-2012 at 14:36. |
| Sponsored Links |
|
#197
|
|||
|
|||
|
How to extract files of inno 5.4.2 setup.exe file???
|
|
#198
|
|||
|
|||
|
UPDATE 7.2.1
- increased number of redist installation to 8 (it was 4 before) - added option centering automaticly language box in autorun screen - added option to center text in installler |
|
#199
|
||||
|
||||
|
thanks yener...tested and works 8 items
|
|
#200
|
|||
|
|||
|
one little suggestion if you don't mind
make the installbeforeinstall separate for each redist as changing it within the script itself broke the final setup screen thanks again for your hardwork |
|
#201
|
|||
|
|||
|
UPDATE 7.2.2
- cleaned up source and fixed language "errors" - changed launch code -> now you can select seperatly, when every file should be launched - changed taskbar text |
|
#202
|
|||
|
|||
|
UPDATE 7.2.3
- patched ISDone.dll for not changing taskbar title - disk require message will be shown in taskbar OK all problems connected to the newest version of ISDone 0.6f is fixed. No more problems |
|
#203
|
|||
|
|||
|
UPDATE 7.2.4
- Fixed Button clicking - For some users Inno Setup versions making conflicts while compiling (Ansi vs Unicode) -> Therefore ported the messages to ansi compatible format -> Only InstallScript.iss - For LangScript.iss it is impossible (But its not required that you compile it )
Last edited by yener90; 08-03-2012 at 04:56. |
|
#204
|
||||
|
||||
|
yener my friend i have two quetions
1. where it sounds "Button" and "buttononmouse" for each game 2. You can add the function to put a "ISSKIN"???? |
|
#205
|
|||
|
|||
|
dont understand exactly bro...what do you mean with button and buttononmouse??
isskin is easily addable XD but with my installer it will only change the border of the installer and the progressbar, nothing more. |
|
#206
|
||||
|
||||
|
think he means the wav files for button* in setup.cab
|
|
#207
|
||||
|
||||
|
I mean where I can download the sounds (wav) for games, for example in the NFS script RUN buttons of the game sounded like
and how do I add ISSKIN, and if not too much to ask can add music to autorun |
|
#208
|
|||
|
|||
|
i recorded from game.
the other things...im not sure about autorunmenu music :/ it just shows a few seconds :/ isskin....will try to add. |
|
#209
|
|||
|
|||
|
UPDATE 7.2.5
- Font Support added (thx to BaMsE for the idea) -> rename the font that you want to use to font.ttf and insert it to setup.cab -> change ButtonFont or SetupFont to the name of your added font |
|
#210
|
||||
|
||||
|
yener90 thanks a lot. One day I'll come up with an idea that'll give you more difficulties than 30 minutes of codding
Unfortunately as yet my 2xDVD5 conv of ME3 is interrupted due to problems with resampled biks. Waiting for newer version of RADTools =(
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Questions Here | REV0 | Conversion Tutorials | 1565 | 29-11-2024 09:51 |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Help- How to extract a .bin file compressed by a code ? | Adonix | Conversion Tutorials | 22 | 22-03-2015 15:02 |
| yener90's older Inno Project Source Codes | THADEADMAN2011 | PC Games - CD/DVD Conversions | 0 | 16-06-2012 03:40 |