FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   The Adventures of Tintin: Secret of the Unicorn (DVD9 -> 2DVD5) (https://fileforums.com/showthread.php?t=92050)

quake 4 20-10-2011 00:44

The Adventures of Tintin: Secret of the Unicorn (DVD9 -> 2DVD5)
 
1 Attachment(s)
Here list file
Attachment 2767

pakrat2k2 20-10-2011 17:16

Pretty straight forward:

The_Adventures_of_Tintin_Secret_of_the_Unicorn DVD9 to 3xDVD5

1: Create 3 folders and named them: DISK1-DISK2-DISK3

2. Copy all the contents of DVD9 to DISK1 folder

3. MOVE these files to DISK2

setup-1c.bin & setup-1d.bin

4. MOVE to DISK3

setup-1e.bin & copy of setup-1a.bin (again)




5. Copy autorun.inf and Launcher.exe files to DISK2-DISK3 and Edit autorun.inf in these folders:

Code:

[autorun]
open=0
icon=Launcher.exe,0


6. Burn or make iso with same label names of temp folders

Install Sequence: DVD1-DVD2-DVD3

leslietwk 21-10-2011 03:12

From the file sizes, Looks like we need Inno Setup to do the magic.

loveco2001 23-10-2011 04:59

here is my inno script for 2xdvd5
 
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{38E0C525-3E8C-4A8C-B6C1-E53C754F2F57}
AppName=The Adventures of Tintin - The Secret of the Unicorn
AppVersion=1.0
;AppVerName=The Adventures of Tintin - The Secret of the Unicorn 1.0
AppPublisher=Ubisoft
AppPublisherURL=http://tintin-thegame.ubi.com/the-adventures-of-tintin/en-GB/
AppSupportURL=http://tintin-thegame.ubi.com/the-adventures-of-tintin/en-GB/
AppUpdatesURL=http://tintin-thegame.ubi.com/the-adventures-of-tintin/en-GB/
DefaultDirName={pf}\Ubisoft\The Adventures of Tintin - The Secret of the Unicorn
DefaultGroupName=The Adventures of Tintin - The Secret of the Unicorn
LicenseFile=D:\Program Files\Ubisoft\The Adventures of Tintin - The Secret of the Unicorn\Support\License\English(US)\lic.rtf
InfoAfterFile=D:\Program Files\Ubisoft\The Adventures of Tintin - The Secret of the Unicorn\Support\Readme\English\ReadMe.txt
OutputDir=E:\The Adventures of Tintin - The Secret of the Unicorn
OutputBaseFilename=Setup
SetupIconFile=D:\The_Adventures of Tintin Secret of the Unicorn\TINTIN0.ico
Compression=lzma
SolidCompression=yes
DiskSpanning=yes
SlicesPerDisk=3
DiskSliceSize=1550000000

[Languages]
Name: "default"; MessagesFile: "compiler: Default.isl"

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: "D:\Program Files\Ubisoft\The Adventures of Tintin - The Secret of the Unicorn\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Name: "{group}\The Adventures of Tintin - The Secret of the Unicorn"; Filename: "{app}\Launcher.exe"; WorkingDir: {app}
Name: "{group}\The Adventures of Tintin - The Secret of the Unicorn Game Manual"; Filename: "{app}\Support\Manual\English\TintinManual.pdf "; WorkingDir: {app}
Name: "{group}\{cm:ProgramOnTheWeb,The Adventures of Tintin - The Secret of the Unicorn}"; Filename: "http://tintin-thegame.ubi.com/the-adventures-of-tintin/en-GB/"
Name: "{group}\{cm:UninstallProgram,The Adventures of Tintin - The Secret of the Unicorn}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\The Adventures of Tintin - The Secret of the Unicorn"; Filename: "{app}\Launcher.exe"; WorkingDir: {app}; Tasks: desktopicon

[Run]
Filename: {app}\Support\DirectX\DXSETUP.exe; Description: {cm:LaunchProgram,DirectX}
Filename: {app}\Support\vcredist_x86.exe; Description: {cm:LaunchProgram,Microsoft visual C++ 2008 x86}
Filename: {app}\Support\UbisoftGameLauncher\UbisoftGameLaunc herInstaller.exe; Description: {cm:LaunchProgram,Ubisoft Game Launcher}


[Registry]
Root: HKLM; Subkey: "SOFTWARE\UBISOFT"; MinVersion: 0.0,5.0; Flags: uninsdeletekeyifempty
Root: HKLM; Subkey: "SOFTWARE\UBISOFT\The Adventures of Tintin"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\UBISOFT\The Adventures of Tintin"; ValueName: "installdir"; ValueType: String; ValueData: "{app}"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\UBISOFT\The Adventures of Tintin\1.0"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\UBISOFT\The Adventures of Tintin\GameUpdate"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\UBISOFT\The Adventures of Tintin\GameUpdate"; ValueName: "execPath"; ValueType: String; ValueData: "{app}\TINTIN.exe"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\UBISOFT\The Adventures of Tintin\GameUpdate"; ValueName: "installdir"; ValueType: String; ValueData: "{app}"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\UBISOFT\The Adventures of Tintin\GameUpdate"; ValueName: "language"; ValueType: String; ValueData: "us"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\UBISOFT\The Adventures of Tintin\GameUpdate"; ValueName: "info"; ValueType: String; ValueData: "5b7dba39c7494b598096d08ac13ca4ab"; MinVersion: 0.0,5.0; Flags: uninsdeletekey



Games install ok. But seems something missing in registry settings. When I press Launcher.exe to play game. Game seems like it is not installed. So I am not able to press "Play" button. Game also not starting from Tintin.exe

Hope someone can fix it.

Hexen2 23-10-2011 05:34

Work fine :)

But install sequence for me on W7 32 bits: DVD1-DVD2-DVD3-DVD1-DVD3

kozakis 23-10-2011 05:37

follow ABOVE instructions..but put ..

in disk 1 setup-1a.bin & setup-1b.bin

in disk 2 setup-1c.bin & setup-1d.bin

in disk 3 setup-1e.bin & setup-1a.bin (again)

the installation Sequence is D1-D2-D3

quake4 24-10-2011 05:07

I found registry here:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\{3CC49D98-2914-4444-88F1-6739EBBD140E}_is1]
"Inno Setup: Setup Version"="5.4.2 (u)"
"Inno Setup: App Path"="C:\\Program Files\\Ubisoft\\The Adventures of Tintin"
"InstallLocation"="C:\\Program Files\\Ubisoft\\The Adventures of Tintin\\"
"Inno Setup: Icon Group"="Ubisoft\\The Adventures of Tintin"
"Inno Setup: User"="Truong Giang"
"Inno Setup: Selected Tasks"="desktopicon"
"Inno Setup: Deselected Tasks"="quicklaunchicon"
"Inno Setup: Language"="English"
"DisplayName"="The Adventures of Tintin 1.0"
"DisplayIcon"="C:\\Program Files\\Ubisoft\\The Adventures of Tintin\\TINTIN.exe"
"UninstallString"="\"C:\\Program Files\\Ubisoft\\The Adventures of Tintin\\unins000.exe\""
"QuietUninstallString"="\"C:\\Program Files\\Ubisoft\\The Adventures of Tintin\\unins000.exe\" /SILENT"
"DisplayVersion"="1.0"
"Publisher"="Ubisoft Montpellier"
"URLInfoAbout"="http://www.ubi.com"
"HelpLink"="http://support.ubi.com"
"NoModify"=dword:00000001
"NoRepair"=dword:00000001
"InstallDate"="20111024"
"MajorVersion"=dword:00000001
"MinorVersion"=dword:00000000

How to add to Inno Setup???

spuki 02-11-2011 14:21

Quote:

Originally Posted by kozakis (Post 397302)
follow ABOVE instructions..but put ..

in disk 1 setup-1a.bin & setup-1b.bin

in disk 2 setup-1c.bin & setup-1d.bin

in disk 3 setup-1e.bin & setup-1a.bin (again)

the installation Sequence is D1-D2-D3

That solve the problem. You need to have setup-1a.bin and setup-1e.bin on third disk, because setup needs it. Thanks kozakis. Tested on win7 SP1 x86.

sarmadi 08-11-2011 08:32

Please.. to 2 DVD5.


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

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