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 17-05-2011, 02:36
savrsenxxx savrsenxxx is offline
Registered User
 
Join Date: Apr 2011
Location: Luksemburg
Posts: 18
Thanks: 12
Thanked 9 Times in 9 Posts
savrsenxxx is on a distinguished road
The Witcher 2: Assassins of Kings DVD9 to DVD5

Please conversion
Reply With Quote
Sponsored Links
  #2  
Old 18-05-2011, 06:37
chaser8x chaser8x is offline
Registered User
 
Join Date: Nov 2007
Location: VN
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
chaser8x is on a distinguished road
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..."
Reply With Quote
  #3  
Old 18-05-2011, 08:46
dogyutz dogyutz is offline
Registered User
 
Join Date: Sep 2009
Location: Spain
Posts: 27
Thanks: 12
Thanked 3 Times in 1 Post
dogyutz is on a distinguished road
The Witcher 2

applying patch error for using inno setup script...
Reply With Quote
  #4  
Old 18-05-2011, 08:58
prudislav prudislav is offline
Registered User
 
Join Date: Jan 2009
Location: moon
Posts: 485
Thanks: 270
Thanked 189 Times in 135 Posts
prudislav is on a distinguished road
maybe its problem with this mising registry entry


Quote:
[HKEY_CURRENT_USER\Software\CD Projekt RED\The Witcher 2]
"Language"="EN"
"Speech"="EN"
"InstallStatus"=dword:00000000
"GameData"=hex(0):d4,41,95,90,9f,ac,a6,54,35,5b,51 ,b0,bc,70,97,1d,5a,ed,77,d3,\
ad,17,57,21,11,8e,0d,92,11,59,83,e8,eb,08,00
[HKEY_CURRENT_USER\Software\CD Projekt RED\The Witcher 2\Downloads]
Reply With Quote
  #5  
Old 18-05-2011, 09:01
chaser8x chaser8x is offline
Registered User
 
Join Date: Nov 2007
Location: VN
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
chaser8x is on a distinguished road
Quote:
Originally Posted by dogyutz View Post
applying patch error for using inno setup script...

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";
Reply With Quote
  #6  
Old 18-05-2011, 19:45
dogyutz dogyutz is offline
Registered User
 
Join Date: Sep 2009
Location: Spain
Posts: 27
Thanks: 12
Thanked 3 Times in 1 Post
dogyutz is on a distinguished road
Thumbs up The Witcher 2

yeah... your right chaser8x from now on its fully working.. thanks for the script your the best!
Reply With Quote
  #7  
Old 19-05-2011, 08:22
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by khokhan View Post
peterf1999 !!!! where's are you ??? plz help me...
I just finished the autorun, maybe the next month will be ready the whole conversion (2x DVD5 )

TW2_A.jpg
Reply With Quote
  #8  
Old 20-05-2011, 05:37
BlackWhite BlackWhite is offline
Registered User
 
Join Date: Jul 2010
Location: Spain
Posts: 7
Thanks: 2
Thanked 0 Times in 0 Posts
BlackWhite is on a distinguished road
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.
Reply With Quote
  #9  
Old 20-05-2011, 06:14
ferchu256 ferchu256 is offline
Registered User
 
Join Date: Sep 2009
Location: ARGENTINA
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
ferchu256 is on a distinguished road
Quote:
Originally Posted by chaser8x View Post
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..."
Thanks for this sript. I modify the line of SP for Spanish language?

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
Reply With Quote
  #10  
Old 18-09-2011, 13:26
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
Peterf, can we expect a full conversion now, or not?
Reply With Quote
  #11  
Old 18-09-2011, 17:44
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
Quote:
Originally Posted by spuki View Post
Peterf, can we expect a full conversion now, or not?
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
Reply With Quote
  #12  
Old 19-09-2011, 14:49
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
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.
Reply With Quote
  #13  
Old 22-09-2011, 09:02
nerevarine nerevarine is offline
Registered User
 
Join Date: Nov 2005
Location: Shangri'la
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
nerevarine is on a distinguished road
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...
Reply With Quote
  #14  
Old 22-09-2011, 15:59
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
Quote:
Originally Posted by nerevarine View Post
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...
not likely as it uses installshield for its installer. The only way is to use
peter's inno conversion.
Reply With Quote
  #15  
Old 23-09-2011, 09:49
nerevarine nerevarine is offline
Registered User
 
Join Date: Nov 2005
Location: Shangri'la
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
nerevarine is on a distinguished road
Oh... Thank you for the answer pakrat2k2 From my side EOT
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
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



All times are GMT -7. The time now is 01:11.


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