FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   yener90's Inno Project Source Codes (https://fileforums.com/showthread.php?t=91563)

alias-as 28-04-2012 10:40

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
http://fileforums.com/attachment.php...1&d=1335634340
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;

pakrat2k2 28-04-2012 13:29

looks like its asking for dvd1 again ?

alias-as 28-04-2012 14:05

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

darshana 28-04-2012 22:04

Quote:

Originally Posted by pakrat2k2 (Post 402157)
darshana its already there ( precomp/srep) look here
http://fileforums.com/showthread.php?t=92805

That not what iam saying.I know the method of

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 )

pakrat2k2 28-04-2012 22:16

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 )

yener90 29-04-2012 06:41

thx you dudes for helping the others :D
currently my internet + system is broken.
im writing from phone.
cant help anyone.

alias-as 29-04-2012 11:47

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
http://img846.imageshack.us/img846/7876/sanstitremv.jpg

but when let it in default ( ;#define CustomBinaryIcon "Setup.ico" )
i dont get this error
help please

pakrat2k2 29-04-2012 21:59

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?

alias-as 30-04-2012 01:47

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

pakrat2k2 30-04-2012 20:49

Quote:

Originally Posted by alias-as (Post 402252)
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

upload your installerscript.iss & setup.ini, i'll take a look.. i tested on binary domain, #define CustomBinaryIcon "Setup.ico"

worked fine no issues ??

alias-as 01-05-2012 04:19

2 Attachment(s)
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 :)

yener90 02-05-2012 10:48

------------------------------------------------
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
------------------------------------------------

alias-as 02-05-2012 13:25

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 ;)

yener90 02-05-2012 14:02

oh now i realised...sorry for this.
didnt test all possibilites.

UPDATE 8.2.7.1
- fixed background issue

REV0 03-05-2012 03:25

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 :D

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 :D


All times are GMT -7. The time now is 11:23.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com