#1
|
||||
|
||||
Resident Evil Operation Raccoon City (DVD9 2x DVD5) *INNO Setup*
Resident Evil: Operation Raccoon City (DVD9 2x DVD5) *INNO Setup*
* This conversion was collaboratively with Fabioddq -Use for converting INNO SETUP VERSION 1. Install the game in any language. (Copy the folder "support" of the DVD9 to where you installed your game before you to compile the installer) 2. Download the attachment, extract completely (wherever you want) 3. Open REORC.iss with the INNO ANSI. Edit the following lines, according to the installation directory of the game. Code:
#define SourcePath "C:\Program Files\Capcom\Resident Evil Operation Raccoon City\" 4. Save and compile, and wait. (~ 5 Min) 5. Will create two folders, Disk 1 and Disk 2 folder inside the "compiled": Move to the Disk 1: Code:
Setup.exe Setup-1a.bin Setup-1b.bin Setup-1c.bin Move to the Disk 2: Code:
Setup-2a.bin Setup-2b.bin Setup-2c.bin Burn the contents of the folder to a DVD with the label you want. Simple and Easy Total Size: Disk1 4.36 GB Disk2 3.01 GB Please leave comments Last edited by Brunao; 18-05-2012 at 16:15. |
The Following 2 Users Say Thank You to Brunao For This Useful Post: | ||
Simorq (17-08-2015) |
Sponsored Links |
#2
|
||||
|
||||
I tested in Win7 64 Bit and works perfectly!
Last edited by Fabioddq; 18-05-2012 at 23:32. |
#3
|
||||
|
||||
Thanks to Fabioddq and Brunao.
It worked with me but it's only in English and me I like the game to be in French .. Yes , I have installed the game firsly in French..any solution??? |
#4
|
||||
|
||||
Quote:
Code:
[Registry] Root: HKLM; Subkey: SOFTWARE\Capcom\RERC; ValueName: locale; ValueType: String; ValueData: {code:GetLocales}; Flags: uninsdeletekey Code:
function GetLocales(Param: string): string; begin case GetUILanguage and $3FF of $10: Result:='1040'; $09: Result:='1033'; $0A: Result:='1034'; $07: Result:='1031'; $0C: Result:='1036'; $15: Result:='1045'; $19: Result:='1049'; $13: Result:='1043'; else Result:='1033'; end; end; |
#5
|
|||
|
|||
compiled finished without any errors but dvd2 is 3.18gb !?
any solutions? I have installed german version. regards |
#6
|
||||
|
||||
Changing the language does not change the final size of the conversion. Unless you add any file in the game directory before converting, such as the modified file to play that is larger than the original. Well, how is working, no need to worry, no problem, okay.
Last edited by Brunao; 19-05-2012 at 13:41. |
#7
|
||||
|
||||
It was good to reach consensus, or if you use the Unicode or ANSI, complicates keep changing every time.
Edit: Error installing GDFInstall.exe Last edited by Maxgrilo; 19-05-2012 at 19:12. |
#8
|
||||
|
||||
I do not know what can this error, the conversion is working perfectly. Try following the steps and do not add anything in the install directory before you compile
|
#9
|
|||
|
|||
do i have to delete the uninstall.exe from the game installed b4 compiling it ?
with other release i heard that inno makes its own uninstaller.. so this it applies to everything when u compile something with inno ? |
#10
|
||||
|
||||
No need to delete the uninstall.exe from the directory of the game before the conversion.
|
#11
|
|||
|
|||
Thx, work with spanish language!
|
#12
|
||||
|
||||
Quote:
you end up with reg entries that need removing, entries in control panel add remove programs, start menu entries etc. Just a whole lot easier to remove any unin* files from dir before starting compile, using inno |
#13
|
||||
|
||||
Works great on win 7 x64
and uninstalling process works good |
#14
|
|||
|
|||
Hello everybody, I'm with a problem. When I start a DVD appears this error:
Runtime Error (at 183:11862): Internal error: ExtractTemporaryFile: The file "BG10_.bmp" was not found. I did the whole procedure. I installed on my pc and everything worked out. But when I tried to install on another computer then this error appears when you open the command setup. Could someone help me? thank you |
#15
|
||||
|
||||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
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 |
Resident Evil Operation Raccoon City (2xDVD5 - Inno + Freearc) | Fabioddq | PC Games - CD/DVD Conversions | 32 | 25-08-2014 18:35 |