#1
|
|||
|
|||
ANNO 2070 (DVD9 to 2xDVD5)-INNO SETUP version 5.4.0(a)
ANNO 2070 (DVD9 to 2xDVD5)-INNO SETUP version 5.4.0(a)
Procedure: 1. Install the Game from DVD9 2. From DVD9, copy all files inside "support" folder to where you Installed the Game "X:\...\ANNO 2070\support" 3. Download and Extract the Attachment below 4. Open "ANNO 2070.iss" 5. Change your Source path "X:\...\ANNO 2070\" 6. Press Compile and wait.. 7. After it Finished, now go to "compiled" folder 8. Then Move those files to DISK1 Code:
Setup.exe,Setup-1a.bin,Setup-1b.bin,Setup-1c.bin Code:
Setup-2a.bin DVD1 = 4.36 Gb DVD2 = 1.40 Gb OS: Windows 7 Ultimate SP1 32bit special thanks to: Inno Setup Compiler, peterf1999, pakrat2k2, DOnHomerone, Fabioddq and edwinkyr and for those i forgot to mention. =) screenies: Last edited by plipzide; 07-12-2011 at 22:47. Reason: some file need to be change |
The Following User Says Thank You to plipzide For This Useful Post: | ||
supernoro (19-12-2013) |
Sponsored Links |
#2
|
||||
|
||||
nice job on the conversion, few things you missed changing noted below:
The file should be attached to your post here, rather then a 3rd party hosting site. So I'll upload it here for you. Some changes NEEDED in BOTH ISS scripts. ANNO 2070.ISS changes, so that the multilanguage works properly, you had it set to english: Code:
[REGISTRY] Root: HKLM; Subkey: "SOFTWARE\UBISOFT\ANNO 5\"; ValueName: "Language"; ValueType: String; ValueData: {code:GetLngID}; Flags: uninsdeletekey Root: HKLM; Subkey: "SOFTWARE\UBISOFT\ANNO 5\GameUpdate\"; ValueType: string; ValueName: "Language"; ValueData: {code:GetLngID}; Flags: uninsdeletekey 'InstallFolder', appath) AND 'InstallPath', appath) BOTH need to be changed to installdir because of this line, or else the autorun wont run properly: Root: HKLM; Subkey: "SOFTWARE\UBISOFT\ANNO 5\GameUpdate\"; ValueType: string; ValueName: "installdir"; ValueData: "{app}"; Flags: uninsdeletekey Also MISSED changing a section in autorun.iss as well: Code:
begin PlaySound(expandConstant('{tmp}\Click.wav'),0,SND_OPT); if TNewButton(sender).caption=ExpandConstant('{cm:AInstall}') then begin HForm.Close Install:=True; end else begin RegQueryStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\UBISOFT\ANNO 5', 'InstallPath', appath) if not Exec(appath+'\LANLauncher.exe', '', '', SW_SHOW, ewNoWait, ResultCode) then MsgBox(SysErrorMessage(ResultCode)+': Anno5.exe', mbCriticalError, MB_OK) else begin HForm.Close; Install:=False; Another note IF you goto C:\xxx\ANNO 2070\maindata subfolder & DELETE all languages you dont want you'll save 2.33GB in space & possibly result in 1xDVD5 !! Last edited by pakrat2k2; 13-01-2012 at 20:44. Reason: changes needed, missed an extra Valuetype: string; in 1st registry line |
#3
|
|||
|
|||
i am getting error: Unknown identifier "installdir"
solved: MY MISTAKE ;-) Last edited by prudislav; 25-12-2011 at 01:45. |
#4
|
|||
|
|||
Hi everybody,
With Update 1.01 and ripping foreign languages, you can make an iso DVD5 -> 2,470,436ko. But, nice job prudislav! P.S : Sorry for my bad english, I'm a french guy ^^ |
#5
|
||||
|
||||
yes i know read post #2 at bottom.
|
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 |
The Only Sacred Plus English No-cd Fixed Exe Thread! Do Not Open New Ones... | n1ghtmare | PC Games | 155 | 14-11-2006 08:04 |
Official Sacred Crack Thread. Do not make other threads about this ! | Ryynis | PC Games | 49 | 03-07-2006 05:35 |
The Godfather, Game -- Unusual Error | dvdmations | PC Games | 4 | 05-05-2006 03:04 |
Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |