|
|
|
#1
|
|||
|
|||
|
Hi!
Evereything is working for me except I can not get disk spanning to work tried nearly everything. Here is the error ![]() I also discovered that when I insert the disk 1 again it completes succesfully but it does not extract the second archive Here is my compression method arc a -lc8 -ep1 -ed -r -w.\ "Data.bin" -msrep+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8 "D:\compress\*" Thanks in Advance! |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
IE: Archive1Source={src}\data1.cab Archive1Output={app} Archive1Disk=1 Archive2Source={src}\data2.cab Archive2Output={app} Archive2Disk=2 see the difference? |
|
#3
|
|||
|
|||
|
Quote:
So I have script setup as you said. On cd 1 I have: Start.exe autorun.ini Redist --> with all redists inside Data-1.bin --> compressed with: arc a -lc8 -ep1 -ed -r -w.\ "Data.bin" -msrep+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8 "D:\compress\*" Cd 2 is the same only that I have Data-2.bin And also what exactly is Setup-1.bin, I get only 1 for 2 cds... I probably messed up somewhere here. Thanks in Advance! |
|
#4
|
|||
|
|||
|
Razor bro can i put Remaining time option in it ?????
|
|
#5
|
|||
|
|||
|
Since a friend of mine asked me if I can add internal Inno compression to WPI (because he don't want to mess with freearc/precomp/ect...) I tried and I succedeed.
Keep in mind that internal compression is LESS effective than external but easier to manage (spkanning, Slice size, ect...) and of course quicker to compress/decompress. Internal compression is enabled by default in this script. To enable external compression, just change this line : Code:
#define External 0 Code:
#define External 1 I made a try with the game Fairy Fencer F, a small game (~5GB) and I ended up with a ~2.41GB bin files (lzma2/ultra64) while external compression ended up with ~2.08GB (FreeARC: precomp, msc, srep, exe, exe2, delta, lzma) bin file. Here are some screenshots of the installer, for fun ![]() ![]()
|
| The Following 4 Users Say Thank You to toto621 For This Useful Post: | ||
|
#6
|
|||
|
|||
|
Internal compression is enabled by default in this script.
To enable external compression, just change this line : Code:
#define External 0 Code:
#define External 1
|
|
#7
|
|||
|
|||
|
Download the latest version (with french translation), I fixed this error in it and forgot to fix previous version. Don't worry it's in english by default and it also have internal compression support
|
| The Following User Says Thank You to toto621 For This Useful Post: | ||
Stor31 (09-08-2015) | ||
|
#8
|
||||
|
||||
|
Only with precom+srep 1,95 GB
|
|
#9
|
|||
|
|||
|
Testing all settings take time, much time and i also still unfamilliar with Freearc options, when use them, when not.
@all: Here is a fully french translated version of WPI (No lockscreen with internal compression support). By default it's still in english, to change language, simply change this line at the bigining of the script : Code:
#define Language "us" Code:
#define Language "fr" ![]() If you want to add your translation, it's structurated like this : Code:
#if Language == "fr" #define text1 "Démarage" ... #endif #if Language == "us" #define text1 "Start" ... #endif Since I'm still new to Inno and script language I could not direct translate some sentences because the sentence build is not the same from english to french, for example this english sentence : Code:
Welcome to {#AppName} Installer Wizard
Code:
Bienvenue sur l'assistant d'installation de {#AppName}
If someone know please tell me and I will update the script so you will be able to translate each text without messing with the code
Last edited by toto621; 08-08-2015 at 19:31. |
|
#10
|
|||
|
|||
|
have you manage to change require space for installation MB to GB
|
|
#11
|
|||
|
|||
|
Quote:
I personally see no use to do it. If you want accurate game size in MB, simply use Compressor 2.2, it show the game size in MB (next to input size), just copy/paste it in the script and you're good to go. |
| The Following 2 Users Say Thank You to toto621 For This Useful Post: | ||
pakrat2k2 (09-08-2015), Razor12911 (09-08-2015) | ||
|
#12
|
|||
|
|||
|
sorry error n2
|
|
#13
|
|||
|
|||
|
You forgot to provide an icon file, for example for Fairy Fencer F, icon file was in the folder Icons next to the script so I made it like this, in the begining of the script :
Code:
;Setup File Icon #define IconFile "Icons\FFF-02.ico" Code:
;Setup File Icon #define IconFile "name_of_the_icon.ico" |
| The Following User Says Thank You to toto621 For This Useful Post: | ||
Stor31 (09-08-2015) | ||
|
#14
|
|||
|
|||
|
Thx @toto612 All work very good
but how to change the color ?, I do not like purple !!!! Last edited by Stor31; 09-08-2015 at 11:47. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1613 | 03-10-2024 01:24 |
| Windows XP - Tricks | gargujjwal | Software | 3 | 25-05-2008 02:54 |
| Error Windows Installer: Command And Conquer 3 Kane Edition | glfsd | PC Games | 14 | 24-01-2008 06:00 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |