FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   The Witcher 2: Assassins of Kings DVD9 to DVD5 (https://fileforums.com/showthread.php?t=91487)

savrsenxxx 17-05-2011 02:36

The Witcher 2: Assassins of Kings DVD9 to DVD5
 
Please conversion

chaser8x 18-05-2011 06:37

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..."


dogyutz 18-05-2011 08:46

The Witcher 2
 
applying patch error for using inno setup script...:(

prudislav 18-05-2011 08:58

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]

chaser8x 18-05-2011 09:01

Quote:

Originally Posted by dogyutz (Post 394014)
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";


dogyutz 18-05-2011 19:45

The Witcher 2
 
yeah... your right chaser8x from now on its fully working.. thanks for the script your the best!

peterf1999 19-05-2011 08:22

1 Attachment(s)
Quote:

Originally Posted by khokhan (Post 394035)
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 :confused:):D

Attachment 2395

BlackWhite 20-05-2011 05:37

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.

ferchu256 20-05-2011 06:14

Quote:

Originally Posted by chaser8x (Post 394008)
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

spuki 18-09-2011 13:26

Peterf, can we expect a full conversion now, or not?

pakrat2k2 18-09-2011 17:44

Quote:

Originally Posted by spuki (Post 396259)
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

spuki 19-09-2011 14:49

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.

nerevarine 22-09-2011 09:02

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...

pakrat2k2 22-09-2011 15:59

Quote:

Originally Posted by nerevarine (Post 396326)
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.

nerevarine 23-09-2011 09:49

Oh... Thank you for the answer pakrat2k2 :) From my side EOT :)


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

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