|
#391
|
||||
|
||||
|
Hi again
i made a conversation DVD9 To 2xDVD5 to the game F1 2011 all worked fine but at the end i got this message that's in french , the translation is: an error occurred while reading the source file: the reader does not contain the correct disk insert% 2 (Volume Serial Number:% 3) into drive% 1 press retry to try again, ignore to skip this file so if any one can help NB: i only modified the icon (#define CustomBinaryIcon "Setup.ico") and in the regestry section Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueName: PATH_APPLICATION; ValueData: {app}; ValueType: string; Flags: UninsDeleteKey; Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueName: LANGUAGE; ValueData: 1036; ValueType: string; Flags: UninsDeleteKey; Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueName: locale; ValueData: 1036; ValueType: string; Flags: UninsDeleteKey; Last edited by Joe Forster/STA; 28-04-2012 at 14:51. |
| Sponsored Links |
|
#392
|
||||
|
||||
|
looks like its asking for dvd1 again ?
|
|
#393
|
||||
|
||||
|
i realised that the probleme was in the commande:
#define CustomBinaryIcon "Setup.ico" ( the Setup.ico is the icon whitch i want to see in the desktop , i put it with the same folder with the script CI 8.2.6) when i change the desktop icon by deleting the ( ; ) i met this error. but if i re-put the ( ; ) it works fine ;#define CustomBinaryIcon "Setup.ico" so yener please can you help me |
|
#394
|
|||
|
|||
|
Quote:
freearc->precomp->srep->freearc But We can do the same with using a command like this in freearc. EX: (from peterf1999's Syndicate) arc a -ep1 -ed -r -w.\ .\Disk\Data1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\Content\Textures\*" arc a -ep1 -ed -r -w.\ .\Disk\Data2.bin -mprecomp:zl98:d1+srep+lzma:a1:mfbt4:d256m:fb128:mc 1000:lc8 "%choice1%\Content\XDF\*" arc a -ep1 -ed -r -w.\ .\Disk\Data3.bin -x"%choice1%\Content\XDF\*" -x"%choice1%\Content\Textures\*" -x"%choice1%\Content\Videos\*" -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\Content\*" arc a -ep1 -ed -r -w.\ .\Disk\Data4.bin -x"%choice1%\Content_Rus\*" -x"%choice1%\Content\*" -x"%choice1%\__Installer\*" -x"%choice1%\*RU.dll" -mprecomp:t-nfj+srep+exe+delta+lzma:a1:mfbt4:d256m:fb128:mc100 0:lc8 "%choice1%\*" My problem is When we compile like this the final freearc file cannot be extracted using yenner90 scrip. You might probably say use the other normal method. But the advantage of this method is that the extraction is very fast and when we open the freearc file, inside we can see the original files as they are, eventhough they are precomped and sreped. What this command actually do is it precoms and srep file by file unlike what we normally do(Processing a group of files packed with freearc using store mode ) |
|
#395
|
||||
|
||||
|
using freearc in filter mode from command line( peter's Syndicate ) which is different then how yener's CI works ( as of right now, but sure that it will be updated to allow filtermode ) so it will not extract even using PrecSrep:1 in setup.ini. must use old method arc precomp srep arc ( until new update comes out )
|
|
#396
|
|||
|
|||
|
thx you dudes for helping the others
![]() currently my internet + system is broken. im writing from phone. cant help anyone. |
|
#397
|
||||
|
||||
|
yener please i'm getting a probleme here:
whene i change the desktop icon in installer.iss by deleting the ( ; ) ( #define CustomBinaryIcon "Setup.ico" ) ( the Setup.ico is the icon whitch i want to see in the desktop , i put it with the same folder with the script CI 8.2.6) i get this error ![]() but when let it in default ( ;#define CustomBinaryIcon "Setup.ico" ) i dont get this error help please |
|
#398
|
||||
|
||||
|
why you dont get error is because of the ; at front of the line ( it means skip this line)
Once you've compiled the script WITH the Setup.ico enabled ( NO ; at front of line ) and you end up with the exe etc.. you have the setup*.* files & the bin files all included within your iso, or in a subfolder, the error still shows up when installing? |
|
#399
|
||||
|
||||
|
the error still shows
![]() when i made 1 DVD9 the installation was perfect but when i made 2 x DVD5 i got this error extraction setting parts is Ok [ExtractSettings] FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1 FreeArcFile2={src}\Data2.cab;DestDir:{app};Disk:2 i dont know where is the probleme |
|
#400
|
||||
|
||||
|
Quote:
worked fine no issues ?? |
|
#401
|
||||
|
||||
|
i uploaded My CI F1 2011 project source and the executable (its the crack which should be the desktop shortcut " may be it was the probleme" LOL )
THANX SO MUTCH Pakrat2k2
|
|
#402
|
|||
|
|||
|
------------------------------------------------
UPDATE 8.2.7 - flash problems solved - added two new options: MoveDirectoryInfo => move the part of selecting directory page up/down MoveProgressBar => move progressbar up/down - alignment partially fixed - solved CustomBinaryIcon - small fixes ------------------------------------------------ |
|
#403
|
||||
|
||||
|
Yener i think that there is a probleme in the new CI 8.2.7
the background images didn't appear ?? there is a black screen in the place of the background images is there any one to confirme ???? what's good in this update is that my probleme with CustomBinaryIcon is resolved ![]() thanx yener
|
|
#404
|
|||
|
|||
|
oh now i realised...sorry for this.
didnt test all possibilites. UPDATE 8.2.7.1 - fixed background issue |
|
#405
|
|||
|
|||
|
i must say new version is harder to make than 8.1.0 to many buttons to edit *sigh*
Anyway i'll make things more automated way until Diablo III ![]() found a bug but nothing important: Back button, there are 2 '' before 'Back' writing in English version BTW is it possible to make game language selecteble from setup via GDF binaries ? Normally game checks Reg entries to define which language game will be, maybe adding a selection to Setup via INNO's reg entries so setup will install one GDF entry for language ? Or is it already exist but i forgot lol BTW a Request: Can you separate the buttons on autorun screen ? so one for ınstall one for play one for others etc. If it wont require to change everything of course i just finished photoshop phase i dont want to re-make everything again
Last edited by REV0; 03-05-2012 at 03:48. |
![]() |
|
|
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 |