|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Here list file
Snap_2011.10.20_14h26m31s_001_.png |
| Sponsored Links |
|
#2
|
||||
|
||||
|
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 |
|
#3
|
|||
|
|||
|
From the file sizes, Looks like we need Inno Setup to do the magic.
|
|
#4
|
|||
|
|||
|
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. |
|
#5
|
|||
|
|||
|
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. |
|
#6
|
|||
|
|||
|
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 |
|
#7
|
||||
|
||||
|
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??? |
|
#8
|
||||
|
||||
|
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.
|
|
#9
|
||||
|
||||
|
Please.. to 2 DVD5.
|
![]() |
|
|
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 |