|
#1
|
|||
|
|||
|
The Witcher 2: Assassins of Kings DVD9 to DVD5
Please conversion
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
Sample script for who want to use inno setup
Code:
; 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={{6C957611-2E23-44B2-9766-4DFA12228C66}
AppName=The Witcher 2
AppVerName=The Witcher 2
AppPublisher=CD Projekt Red
AppPublisherURL=http://www.en.thewitcher.com/
AppSupportURL=http://www.en.thewitcher.com/
AppUpdatesURL=http://www.en.thewitcher.com/
DefaultDirName={pf}\The Witcher 2
DefaultGroupName=The Witcher 2
LicenseFile=G:\xxxx\Info.txt
InfoBeforeFile=G:\xxxx\ReadMe.txt
OutputDir=C:\xxx
OutputBaseFilename=setup
SetupIconFile=G:\xxxx\Icon.ico
Compression=none
SolidCompression=yes
SourceDir=G:\xxxx
WizardImageFile=setup.bmp
WizardSmallImageFile=123.bmp
DiskSpanning=yes
SlicesPerDisk=4
DiskSliceSize=1076000000
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "french"; MessagesFile: "compiler:Languages\French.isl"
Name: "german"; MessagesFile: "compiler:Languages\German.isl"
Name: "italian"; MessagesFile: "compiler:Languages\Italian.isl"
Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 0,6.1
[Files]
Source: "I:\The Witcher 2\bin\witcher2.exe"; DestDir: "{app}\Bin"; Flags: ignoreversion
Source: "I:\The Witcher 2\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{group}\The Witcher 2"; Filename: "{app}\Bin\witcher2.exe"
Name: "{group}\{cm:ProgramOnTheWeb,The Witcher 2}"; Filename: "http://www.en.thewitcher.com/"
Name: "{group}\{cm:UninstallProgram,The Witcher 2}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\The Witcher 2"; Filename: "{app}\Bin\witcher2.exe"; WorkingDir: "{app}\Bin"; Tasks: desktopicon
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\The Witcher 2"; Filename: "{app}\Bin\witcher2.exe"; WorkingDir: "{app}\Bin"; Tasks: quicklaunchicon
[Registry]
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "InstallFolder"; ValueData: "{app}"
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "Language"; ValueData: "EN"
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "Release"; ValueData: "EFIGS"
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2\1.00.0000";
[Run]
Filename: "{app}\witcher2.exe"; Description: "{cm:LaunchProgram,The Witcher 2}"; Flags: nowait postinstall skipifsilent
Filename: "{app}\vcredist_x86.EXE"; StatusMsg: "Installing Visual C++ 2005 ..."
Filename: "{app}\DirectX\DXSETUP.EXE"; StatusMsg: "Installing DirectX..."
Filename: "{app}\PerformanceTester.EXE"; StatusMsg: "Performance Tester..."
|
|
#3
|
|||
|
|||
|
The Witcher 2
applying patch error for using inno setup script...
|
|
#4
|
|||
|
|||
|
maybe its problem with this mising registry entry
Quote:
|
|
#5
|
|||
|
|||
|
Depend on your game's version, you must add some registry value. Sample with multi 5 version : Code:
[Registry]
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "InstallFolder"; ValueData: "{app}"
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "Language"; ValueData: "EN"
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "Release"; ValueData: "EFIGS"
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2\1.00.0000";
|
|
#6
|
|||
|
|||
|
yeah... your right chaser8x from now on its fully working.. thanks for the script your the best!
|
|
#8
|
|||
|
|||
|
1.- Copy paul.dll original, in your Game directory installed, in bin folder
2.- Run Patcher_EFIGS.exe of Skidrow 3.- now, copy paul.dll of Skidrow to bin folder in your Game directory installed 4.- Play game Registry now it's completed. Last edited by BlackWhite; 20-05-2011 at 06:23. |
|
#9
|
|||
|
|||
|
Quote:
Root: HKLM; Subkey: "Software \ CD Projekt Red \ The Witcher 2" ValueType: string; ValueName: "Language"; ValueData: "EN" change it to: Root: HKLM; Subkey: "Software \ CD Projekt Red \ The Witcher 2" ValueType: string; ValueName: "Language"; ValueData: "SP" Thanks for answering Gracias por este sript. Debo modificar la linea de lenguaje en SP para espaņol? Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "Language"; ValueData: "EN" cambiarlo por: Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "Language"; ValueData: "SP" Gracias por contestar |
|
#10
|
||||
|
||||
|
Peterf, can we expect a full conversion now, or not?
|
|
#11
|
||||
|
||||
|
look thru the forum BEFORE posting???
conversion is already been posted ages ago, and there is also a full index of all conversions. http://fileforums.com/showthread.php?t=91517 |
|
#12
|
||||
|
||||
|
I already know that. I am not the new on the forum and not too lazy to look for. I search through forum and do not find peterf's FULL conversion (2DVD9 to 4DVD5 not the INNO SETUP), that why I ask for. I finish the Peterf's Inno setup ages ago.
Last edited by spuki; 19-09-2011 at 14:57. |
|
#13
|
|||
|
|||
|
As spuki wrote - is there any chance for full conversion to 4 dvd5?
Already tried Peterf's inno, and on my machine it takes ages... |
|
#14
|
||||
|
||||
|
Quote:
peter's inno conversion. |
|
#15
|
|||
|
|||
|
Oh... Thank you for the answer pakrat2k2
From my side EOT
|
![]() |
|
|
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 |
| Assassins Creed [FULL Backup] (DVD9 to 2x DVD5) | FREEMAN100 | PC Games - CD/DVD Conversions | 16 | 26-12-2016 17:18 |
| Command & Conquer: Red Alert 3 (MULTI 4) DVD9 to 2xDVD5 | jta | PC Games - CD/DVD Conversions | 22 | 05-08-2012 16:55 |
| The Witcher [UK Only] (DVD9 To DVD5) | FREEMAN100 | PC Games - CD/DVD Conversions | 9 | 25-09-2008 03:41 |