Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-11-2012, 04:38
Brazilica Brazilica is offline
Banned
 
Join Date: Dec 2009
Location: Cernavoda
Posts: 29
Thanks: 4
Thanked 34 Times in 6 Posts
Brazilica is on a distinguished road
007 Legends (DVD9 to 2xDVD5)

InstallerScript CI 8.5.7.4 by yener90 compression lzma/Normal


1. Install the game


2. Download the attachment, extract completely (wherever you want)


3. Open InstallerScript.iss


Edit the following lines, according to the installation directory of the game.


Code:
#define ProgramFiles "D:\Games\007 Legends"

4. Save and compile


5. Will create 6 setup files":


6. Move to Disk1:
Code:
Autorun.exe
Autorun.ini
Setup.exe
Setup.ico
Setup.ini
Setup.cab
Setup-1a.bin
Setup-1b.bin
Setup-1c.bin
7. Move to Disk2:
Code:
Redist folder
Setup-2a.bin
Setup-2b.bin
Setup-2c.bin
8. Copy from Disk1 to Disk2
Code:
autorun.ini
Setup.ico
9. Edit autorun.ini from Disk2 to look like this:
Code:
[autorun]
OPEN=0
ICON=Setup.ico
Burn content to DVDs, and enjoy installer music during install.

Disk1= 4.35 GB
Disk2= 3.42 GB







P.S. Thx mesut for the buttons

Redist Folder
Attached Files
File Type: rar 007 Legends 2xDVD5.rar (15.17 MB, 1451 views)

Last edited by Brazilica; 03-11-2012 at 10:27.
Reply With Quote
The Following 17 Users Say Thank You to Brazilica For This Useful Post:
BANJA (06-11-2012), Betoxr1 (03-11-2012), correntino (03-11-2012), Demonn (04-11-2012), GlassER (04-11-2012), leo95 (04-11-2012), lMoyo (26-11-2012), n00dls (16-11-2013), pakrat2k2 (03-11-2012), Prashantoo7 (03-11-2012), Privat (03-11-2012), silviugut (04-11-2012), supernoro (19-12-2013), tonet666 (07-11-2012), twizted (03-11-2012), Van Helsing (03-11-2012), wit (03-11-2012)
Sponsored Links
  #2  
Old 03-11-2012, 05:59
robbos21 robbos21 is offline
Banned
 
Join Date: Jul 2012
Location: UK
Posts: 275
Thanks: 3
Thanked 47 Times in 40 Posts
robbos21 is on a distinguished road
and how and what use to compile ??
Reply With Quote
  #3  
Old 03-11-2012, 06:04
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
use INNO go read this topic
http://fileforums.com/showthread.php?t=92407
Reply With Quote
  #4  
Old 03-11-2012, 06:07
robbos21 robbos21 is offline
Banned
 
Join Date: Jul 2012
Location: UK
Posts: 275
Thanks: 3
Thanked 47 Times in 40 Posts
robbos21 is on a distinguished road
cheers bud at least know what have use now and would help if put in post what use !!!
Reply With Quote
  #5  
Old 03-11-2012, 06:10
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
true .. but you should at least look at the STICKY topics in the forum, they contain a huge amount of information.
Reply With Quote
  #6  
Old 03-11-2012, 06:21
Privat's Avatar
Privat Privat is offline
Registered User
 
Join Date: Apr 2011
Location: space
Posts: 55
Thanks: 120
Thanked 11 Times in 8 Posts
Privat is on a distinguished road
work , but there is no entry in the registry and there is no shortcut on the desktop
Register:
[HKEY_LOCAL_MACHINE\SOFTWARE\Activision\007 Legends]
"InstallPath"="C:\\Program Files\\Activision Publishing\\007 Legends"
"ExePath"="C:\\Program Files\\Activision Publishing\\007 Legends\\Bond2012PC.exe"
"version"="1.0"
"language"=dword:00000006

Other languages:

english-00000001
french-00000002
italian-00000003
german-00000004
spanish-00000005
russian-00000006
Reply With Quote
The Following 2 Users Say Thank You to Privat For This Useful Post:
Demonn (04-11-2012), pakrat2k2 (03-11-2012)
  #7  
Old 03-11-2012, 07:59
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Put this on Registry section in InstallerScript. I think its correct (i dont have this game, i took the registry infos from Privat's post).

Code:
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: string; ValueData: {app}; ValueName: InstallPath; Flags: uninsdeletekey
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: string; ValueData: {app}\Bond2012PC.exe; ValueName: ExePath; Flags: uninsdeletekey
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: string; ValueData: 1.0; ValueName: version; Flags: uninsdeletekey
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: dword; ValueName: language; ValueData: 1; Flags: uninsdeletekey; Languages: eng
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: dword; ValueName: language; ValueData: 2; Flags: uninsdeletekey; Languages: fre
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: dword; ValueName: language; ValueData: 3; Flags: uninsdeletekey; Languages: ita
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: dword; ValueName: language; ValueData: 4; Flags: uninsdeletekey; Languages: ger
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: dword; ValueName: language; ValueData: 5; Flags: uninsdeletekey; Languages: esp
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: dword; ValueName: language; ValueData: 6; Flags: uninsdeletekey; Languages: rus
Edit: Oh, and please, set the exe from game in Setup.ini. There is no exe file specified (<- missing shortcut)

Last edited by KaktoR; 03-11-2012 at 09:21.
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
Demonn (04-11-2012), pakrat2k2 (03-11-2012)
  #8  
Old 03-11-2012, 08:54
cacone cacone is offline
Registered User
 
Join Date: Nov 2008
Location: dominican republic
Posts: 2
Thanks: 6
Thanked 2 Times in 1 Post
cacone is on a distinguished road
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: dword; ValueName: language; ValueData: 5; Flags: uninsdeletekey; Languages: spa


change spa to esp and work!!
Reply With Quote
  #9  
Old 03-11-2012, 08:56
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
nice work bud, might want to upload here at least 1 screenshot of installer...
Reply With Quote
  #10  
Old 03-11-2012, 09:07
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
Drinks are on me;







PS: I'd use Skyfall from Adele as OST tho

Cheers

PS2: These are screenshots of the conversion of Brazilica, not mine.
Reply With Quote
The Following User Says Thank You to REV0 For This Useful Post:
Betoxr1 (03-11-2012)
  #11  
Old 03-11-2012, 09:22
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by cacone View Post
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: dword; ValueName: language; ValueData: 5; Flags: uninsdeletekey; Languages: spa


change spa to esp and work!!
Thx for the info! Ive edited it.
Reply With Quote
  #12  
Old 03-11-2012, 10:00
Brazilica Brazilica is offline
Banned
 
Join Date: Dec 2009
Location: Cernavoda
Posts: 29
Thanks: 4
Thanked 34 Times in 6 Posts
Brazilica is on a distinguished road
I'm glad that you like my conversion guys. This is my first conversion
There is no shortcut on the desktop because i didn't knew how to do that. If someone want to tell me, send me a PM. I'll be very grateful.

P.S i've edited the first post and add images of the installer. thx Revo
Reply With Quote
  #13  
Old 03-11-2012, 10:23
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Just edit the following line in Setup.ini.

Quote:
MyExecutableName=
to

Quote:
MyExecutableName=Bond2012PC.exe
This will fix the shortcut problem.
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
phanter112 (06-11-2012)
  #14  
Old 04-11-2012, 03:34
Maxgrilo's Avatar
Maxgrilo Maxgrilo is offline
Registered User
 
Join Date: Jan 2005
Location: Brasil
Posts: 307
Thanks: 253
Thanked 39 Times in 35 Posts
Maxgrilo is on a distinguished road
not creates shortcuts on the desktop or menu, edit please.
Reply With Quote
  #15  
Old 04-11-2012, 11:23
leo95 leo95 is offline
Registered User
 
Join Date: Mar 2009
Location: Uruguay
Posts: 35
Thanks: 12
Thanked 2 Times in 1 Post
leo95 is on a distinguished road
Quote:
Originally Posted by cacone View Post
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: dword; ValueName: language; ValueData: 5; Flags: uninsdeletekey; Languages: spa


change spa to esp and work!!
I made the change but still appears in English instead of Spanish the subtitles
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** Grumpy PC Games - CD/DVD Conversions 252 16-07-2024 20:35
Crysis 2 DVD9 to 2xDVD5 senseman PC Games - CD/DVD Conversions 105 28-10-2014 08:42
Lego Harry Potter Years 5-7 DVD9 to 2xDVD5 senseman PC Games - CD/DVD Conversions 12 11-07-2012 13:41
Dead Rising 2 Off The Record DVD9 to 2xDVD5 senseman PC Games - CD/DVD Conversions 12 16-10-2011 13:36
Disciples III Resurrection DVD9 to 2xDVD5 senseman PC Games - CD/DVD Conversions 1 13-10-2011 04:14



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


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