FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   007 Legends (DVD9 to 2xDVD5) (https://fileforums.com/showthread.php?t=93654)

Brazilica 03-11-2012 04:38

007 Legends (DVD9 to 2xDVD5)
 
1 Attachment(s)
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

http://i.imgur.com/ZOsrT.png

http://i.imgur.com/1BIEJ.png

http://i.imgur.com/IbLNT.png

P.S. Thx mesut for the buttons

Redist Folder

robbos21 03-11-2012 05:59

and how and what use to compile ??

pakrat2k2 03-11-2012 06:04

use INNO go read this topic
http://fileforums.com/showthread.php?t=92407

robbos21 03-11-2012 06:07

cheers bud at least know what have use now and would help if put in post what use !!!

pakrat2k2 03-11-2012 06:10

true .. but you should at least look at the STICKY topics in the forum, they contain a huge amount of information.

Privat 03-11-2012 06:21

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

KaktoR 03-11-2012 07:59

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 :o (<- missing shortcut)

cacone 03-11-2012 08:54

Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: dword; ValueName: language; ValueData: 5; Flags: uninsdeletekey; Languages: spa


change spa to esp and work!!

pakrat2k2 03-11-2012 08:56

nice work bud, might want to upload here at least 1 screenshot of installer...

REV0 03-11-2012 09:07

Drinks are on me;

http://i.imgur.com/ZOsrT.png

http://i.imgur.com/1BIEJ.png

http://i.imgur.com/IbLNT.png

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

Cheers

PS2: These are screenshots of the conversion of Brazilica, not mine.

KaktoR 03-11-2012 09:22

Quote:

Originally Posted by cacone (Post 409406)
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.

Brazilica 03-11-2012 10:00

I'm glad that you like my conversion guys. This is my first conversion :D
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 :)

KaktoR 03-11-2012 10:23

Just edit the following line in Setup.ini.

Quote:

MyExecutableName=
to

Quote:

MyExecutableName=Bond2012PC.exe
This will fix the shortcut problem.

Maxgrilo 04-11-2012 03:34

not creates shortcuts on the desktop or menu, edit please.

leo95 04-11-2012 11:23

Quote:

Originally Posted by cacone (Post 409406)
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

james-blunt 04-11-2012 18:18

after Script cant find autorun.ini
any one upload autorun.ini to me? or give me wot inside the autorun

pakrat2k2 04-11-2012 19:41

James-blunt & Kenkoyka9 you can write you own DISK1 autorun.ini very easily ( just a text file, renamed to ini extension )
Code:

[autorun]
OPEN=Setup.exe
ICON=Setup.ico

for disk 2 autorun.ini change OPEN=0

dani_ell 05-11-2012 04:43

is possible in 1xdvd5?

pakrat2k2 05-11-2012 20:34

no, the data folder is 8.5GB and compressing with freearc 1 of the 4 2GB files only reduces it to 1.33GB. Which still makes it over 5GB (4*1.33).. so will have to be 2xdvd5

haazmaaz 05-11-2012 22:51

heeelp i want to change mp3 to adele skyfall, how do it ?

damar15 06-11-2012 03:50

the game work perfect you need to fix some things shortcut and the missing

autorun.inf and Registry good work the setup is amazing :D

pakrat2k2 06-11-2012 05:21

1 Attachment(s)
Quote:

Originally Posted by haazmaaz (Post 409520)
heeelp i want to change mp3 to adele skyfall, how do it ?

yes you can... just make sure your mp3 is named Music.mp3 & drag it over setup.cab, it will replace it.

Quote:

Originally Posted by damar15 (Post 409524)
the game work perfect you need to fix some things shortcut and the missing

autorun.inf and Registry good work the setup is amazing :D

Here is the FIXED ISS script & missing autorun.inf ( with Disk 1 & Disk 2 Folders ) No need to edit. Just extract & replace in Original 007 Legends 2xDVD5 Folder.
Then move the compiled files into correct folders before burning to ISO

damar15 08-11-2012 07:21

Quote:

Originally Posted by pakrat2k2 (Post 409530)



Here is the FIXED ISS script & missing autorun.inf ( with Disk 1 & Disk 2 Folders ) No need to edit. Just extract & replace in Original 007 Legends 2xDVD5 Folder.
Then move the compiled files into correct folders before burning to ISO

i alredy did it but thanks any way :D

mystikal242 22-02-2013 06:42

I use the pakrat's file but is the same...the autorun and the shortcut doesn't work.... I don't know why....:(

pakrat2k2 22-02-2013 12:14

Quote:

Originally Posted by mystikal242 (Post 414244)
I use the pakrat's file but is the same...the autorun and the shortcut doesn't work.... I don't know why....:(

read post #13 for reason why no shortcut.

mystikal242 22-02-2013 23:04

ok...and what can i do about the missing menu????

shamshoom 18-03-2014 22:03

thanks

shamshoom 18-03-2014 22:04

it does not download as rar file it comes as .php file

pakrat2k2 19-03-2014 04:05

your using win8, simply rename it back to rar & it will open up fine.

Razor12911 19-03-2014 09:51

Quote:

Originally Posted by shamshoom (Post 429953)
it does not download as rar file it comes as .php file

That usually happens with Internet Explorer 10, maybe 9 or 8. try a different web browser.


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

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