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
  #376  
Old 25-04-2012, 15:47
lupetto77's Avatar
lupetto77 lupetto77 is offline
Registered User
 
Join Date: Nov 2008
Location: Italia
Posts: 87
Thanks: 1
Thanked 2 Times in 2 Posts
lupetto77 is on a distinguished road
Help!

Can you tell me why I get this error Setup couldnt find necessary files.
I got these files once completed:

__Installer
autorun.inf
Setup.exe
Setup-1a.bin
Setup-1b.bin
Setup-1c.bin
Setup-2a.bin
Setup-2b.bin


I state that I used CI 8.2.6
Sponsored Links
  #377  
Old 25-04-2012, 19:32
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
needs ALL the setup.* files to be complete, along with the bin files too.
  #378  
Old 26-04-2012, 00:14
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
Quote:
Originally Posted by lupetto77 View Post
Can you tell me why I get this error Setup couldnt find necessary files.
I got these files once completed:

__Installer
autorun.inf
Setup.exe
Setup-1a.bin
Setup-1b.bin
Setup-1c.bin
Setup-2a.bin
Setup-2b.bin


I state that I used CI 8.2.6
because you need Setup.ini and Setup.cab also.
  #379  
Old 26-04-2012, 13:22
lupetto77's Avatar
lupetto77 lupetto77 is offline
Registered User
 
Join Date: Nov 2008
Location: Italia
Posts: 87
Thanks: 1
Thanked 2 Times in 2 Posts
lupetto77 is on a distinguished road
yener90 thanks I had to add the 2 files you said to me more Setup.dll if not wrong ...
  #380  
Old 26-04-2012, 19:01
Th3Raven's Avatar
Th3Raven Th3Raven is offline
Registered User
 
Join Date: Mar 2012
Location: Romania
Posts: 90
Thanks: 57
Thanked 54 Times in 33 Posts
Th3Raven is on a distinguished road
Send a message via Yahoo to Th3Raven
Quote:
Originally Posted by lupetto77 View Post
yener90 thanks I had to add the 2 files you said to me more Setup.dll if not wrong ...
Yes you have to copy the Setup.dll; setup.cab; setup.ini where you have the setup.exe file and the other files.
  #381  
Old 27-04-2012, 03:13
mehrdad mehrdad is offline
Registered User
 
Join Date: Nov 2011
Location: turkey
Posts: 14
Thanks: 2
Thanked 0 Times in 0 Posts
mehrdad is on a distinguished road
hi yener ihave problem with setup.ini.when i created setup not install directx,....
and dont want silent install.
  #382  
Old 27-04-2012, 04:46
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
@yener90

Hey bro,Awesome work with the installer.

BTW I noticed that it is possible to add "precomp" & "srep" compression to freearc directly in freearc so that freearc does all the things including the compressions of precomp and srep.peterf1999 had used it to his "syndicate" installer.Is it possible to add it to your installer. And also background video(avi) instead of slideshow in his syndicate installer also seems so cool.
  #383  
Old 27-04-2012, 06:02
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
darshana its already there ( precomp/srep) look here
http://fileforums.com/showthread.php?t=92805
  #384  
Old 27-04-2012, 06:42
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
hi
i wnna know how to write this reg information in inno

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Codemasters]

[HKEY_LOCAL_MACHINE\SOFTWARE\Codemasters\F1 2011]
"PATH_APPLICATION"="C:\\Program Files\\Codemasters\\F1 2011\\"
"LANGUAGE"="1036"
"locale"="1036"

and i want to change "PATH_APPLICATION"="C:\\Program Files\\Codemasters\\F1 2011\\" by the game path whitch i chose in installation.
please

AND
what shall i put here in LaunchArg to (silent) install OpenAL and Rapture3D (OpenALwEAX.exe + rapture3d_2.4.9game.exe)

LaunchCom3=redist\OpenAL\OpenALwEAX.exe + redist\Rapture3D\rapture3d_2.4.9game.exe
LaunchArg3=???

Last edited by Joe Forster/STA; 27-04-2012 at 07:34.
  #385  
Old 27-04-2012, 16:23
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
look up 1 post all the information needed is written in tutorial post

for each additional program to install look at end of setup.ini Launch settings

directx = launch1
openal = launch2
rapture3d = launch3
etc up to 8 programs if needed, again all this is listed in link i posted above your post.

Last edited by pakrat2k2; 27-04-2012 at 16:26.
  #386  
Old 28-04-2012, 00:58
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
thnx so much pakarat2k2 you are always here helping people but:

1- I Tried using yener's tutorial (regestry part) but i faild i dont know where exactly so if you can give the right reg in inno to compare with mine, here is it:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Codemasters]
[HKEY_LOCAL_MACHINE\SOFTWARE\Codemasters\F1 2011]
"PATH_APPLICATION"="C:\\Program Files\\Codemasters\\F1 2011\\"
"LANGUAGE"="1036"
"locale"="1036"

2- i know bro how to put additionat programs but what i don't know is their silent installation code LaunchArg3=???
thnx again
  #387  
Old 28-04-2012, 05:18
Ademarpato Ademarpato is offline
Registered User
 
Join Date: Nov 2009
Location: Brazil
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Ademarpato is on a distinguished road
Hello, alias-as
To register make this section as follows;

[Registry]
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;


Your setup.ini should look like;
[InstallOptions]
ApplicationName=F1 2011
Publisher=Codemasters


To better understand;
HKLM is the default key HKEY_LOCAL_MACHINE
ApplicationName=F1 2011 is the {code:GetAppName}
Publisher=Codemasters is the {code:GetAppPublisher}


Then you have the record;
"HKEY_LOCAL_MACHINE\SOFTWARE\Codemasters\F1 2011"

{app} is the installation location of the User selects, from what I understand PATH_APPLICATION the key is to define where the game is installed, so it can change depending on where the User to install the game.

If Win is 64 bit it will automatically add the correct key for the 64.

Language and Locale as I understand it is to set the language, 1036 = France?
If you do only one language is ready ... just save the script and compile it to create Setup.exe with the new settings.
  #388  
Old 28-04-2012, 05:54
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
Ademarpato
i don't know how to thank you brother ... really you helped me a lot thanks to now i can write regestry info in inno by my self
and yes 1036=France lol i'm french so i need only french language
  #389  
Old 28-04-2012, 07:27
Ademarpato Ademarpato is offline
Registered User
 
Join Date: Nov 2009
Location: Brazil
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Ademarpato is on a distinguished road
Then you're ready to part of the record...
To make the silent OpenAL try ​​to put in;
LaunchArg3=/s

To try putting 3D Rapture so;
LaunchArg4=/silent

You need to separate the Rapture OpenAL, will be 2 launch...
  #390  
Old 28-04-2012, 09:22
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
thanks for stepping in Ademarpato i was writing out just what you replied with, so i dont need to
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 18:57.


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