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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 20-10-2011, 00:44
quake 4 quake 4 is offline
Registered User
 
Join Date: Nov 2007
Location: VN
Posts: 10
Thanks: 0
Thanked 2 Times in 2 Posts
quake 4 is on a distinguished road
Exclamation The Adventures of Tintin: Secret of the Unicorn (DVD9 -> 2DVD5)

Here list file
Snap_2011.10.20_14h26m31s_001_.png
Reply With Quote
Sponsored Links
  #2  
Old 20-10-2011, 17: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
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

Last edited by pakrat2k2; 02-11-2011 at 18:07. Reason: thanks for the info kozakis
Reply With Quote
  #3  
Old 21-10-2011, 03:12
leslietwk leslietwk is offline
Registered User
 
Join Date: Oct 2011
Location: KL
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
leslietwk is on a distinguished road
From the file sizes, Looks like we need Inno Setup to do the magic.
Reply With Quote
  #4  
Old 23-10-2011, 04:59
loveco2001 loveco2001 is offline
Registered User
 
Join Date: Oct 2007
Location: place in earth
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
loveco2001 is on a distinguished road
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.
Reply With Quote
  #5  
Old 23-10-2011, 05:34
Hexen2 Hexen2 is offline
Registered User
 
Join Date: Oct 2011
Location: Galaxy
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Hexen2 is on a distinguished road
Work fine

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

Last edited by Joe Forster/STA; 23-10-2011 at 10:39.
Reply With Quote
  #6  
Old 23-10-2011, 05:37
kozakis kozakis is offline
Registered User
 
Join Date: Apr 2008
Location: GREECE
Posts: 53
Thanks: 2
Thanked 4 Times in 4 Posts
kozakis is on a distinguished road
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
Reply With Quote
  #7  
Old 24-10-2011, 05:07
quake4's Avatar
quake4 quake4 is offline
Registered User
 
Join Date: Oct 2011
Location: Viet Nam
Posts: 33
Thanks: 88
Thanked 18 Times in 6 Posts
quake4 is on a distinguished road
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???
Reply With Quote
  #8  
Old 02-11-2011, 14:21
spuki's Avatar
spuki spuki is offline
Registered User
 
Join Date: Sep 2005
Location: Serbia, Kragujevac
Posts: 51
Thanks: 4
Thanked 3 Times in 3 Posts
spuki is on a distinguished road
Quote:
Originally Posted by kozakis View Post
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.
Reply With Quote
  #9  
Old 08-11-2011, 08:32
sarmadi's Avatar
sarmadi sarmadi is offline
Registered User
 
Join Date: Jun 2011
Location: Planet Earth
Posts: 268
Thanks: 235
Thanked 45 Times in 35 Posts
sarmadi is on a distinguished road
Please.. to 2 DVD5.
Reply With Quote
Reply


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
Heroes Over Europe DVD9 to 2xDVD5 chaser8x PC Games - CD/DVD Conversions 6 23-09-2009 02:35
1 DVD9 to 2DVD5? evewasdyn DVD Backup Forum 6 26-08-2003 10:25



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


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