Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #391  
Old 28-04-2012, 10:40
alias-as's Avatar
alias-as alias-as is offline
Registered User
 
Join Date: Sep 2011
Location: France
Posts: 64
Thanks: 30
Thanked 3 Times in 2 Posts
alias-as is on a distinguished road
Unhappy

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  
Old 28-04-2012, 13:29
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
looks like its asking for dvd1 again ?
  #393  
Old 28-04-2012, 14:05
alias-as's Avatar
alias-as alias-as is offline
Registered User
 
Join Date: Sep 2011
Location: France
Posts: 64
Thanks: 30
Thanked 3 Times in 2 Posts
alias-as is on a distinguished road
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  
Old 28-04-2012, 22:04
darshana darshana is offline
Registered User
 
Join Date: Feb 2011
Location: SriLanka
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
darshana is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
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 )
  #395  
Old 28-04-2012, 22:16
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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  
Old 29-04-2012, 06:41
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
thx you dudes for helping the others
currently my internet + system is broken.
im writing from phone.
cant help anyone.
  #397  
Old 29-04-2012, 11:47
alias-as's Avatar
alias-as alias-as is offline
Registered User
 
Join Date: Sep 2011
Location: France
Posts: 64
Thanks: 30
Thanked 3 Times in 2 Posts
alias-as is on a distinguished road
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  
Old 29-04-2012, 21:59
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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  
Old 30-04-2012, 01:47
alias-as's Avatar
alias-as alias-as is offline
Registered User
 
Join Date: Sep 2011
Location: France
Posts: 64
Thanks: 30
Thanked 3 Times in 2 Posts
alias-as is on a distinguished road
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  
Old 30-04-2012, 20:49
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by alias-as View Post
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 ??
  #401  
Old 01-05-2012, 04:19
alias-as's Avatar
alias-as alias-as is offline
Registered User
 
Join Date: Sep 2011
Location: France
Posts: 64
Thanks: 30
Thanked 3 Times in 2 Posts
alias-as is on a distinguished road
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
Attached Files
File Type: arc F1_2011.arc (6.20 MB, 12 views)
File Type: arc Desktop exeexutable.arc (122.4 KB, 10 views)
  #402  
Old 02-05-2012, 10:48
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
------------------------------------------------
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  
Old 02-05-2012, 13:25
alias-as's Avatar
alias-as alias-as is offline
Registered User
 
Join Date: Sep 2011
Location: France
Posts: 64
Thanks: 30
Thanked 3 Times in 2 Posts
alias-as is on a distinguished road
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  
Old 02-05-2012, 14:02
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
oh now i realised...sorry for this.
didnt test all possibilites.

UPDATE 8.2.7.1
- fixed background issue
  #405  
Old 03-05-2012, 03:25
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
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.
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



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


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