FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Batman Arkham City - 2xDVD9 to 4xDVD5 (Inno Setup) (https://fileforums.com/showthread.php?t=92499)

Fabioddq 03-12-2011 06:23

Quote:

Originally Posted by loveco2001 (Post 399548)
What is wrong with script?
Weird that I got this error!!!
Only modified game location on script, nothing else.

http://img217.imageshack.us/img217/8971/errornv.jpg

Read with more attention the step #3 in the first post. :cool:
You must use Inno Setup ANSI version, not Unicode version.

Inno Setup 5.4.2 (u) ---> This "u" shows that you using Unicode version.
Inno Setup 5.4.2 (a) ---> This "a" shows that you using ANSI version.

Look this topic about how to download the ANSI version: :D

http://www.fileforums.com/showthread.php?t=92407

Thanks!

singularity 04-12-2011 19:49

there's mistype word in first line of iss file. Says D: \Games\Batman Arkhan City

and should be

D: \Games\Batman Arkham City

just change that and change it to your path.

Mine are for example

h: \Games\Batman Arkham City

and thats it....

pakrat2k2 04-12-2011 20:08

doesnt really matter, you change it to where you game is installed anyways ;)

DonHomerone 04-12-2011 22:39

BTW, downloaded and used this script but made a couple of changes to fit my needs... also, add 1 registry key and check for another different one??? that's useless... maybe you should check both on main script and autorun one too

Fabioddq 05-12-2011 07:00

Sorry, I just realized this error after uploading the script 2.0.
So, Dont worry, doesnt really matter! :D
Thanks!

rastan76 06-12-2011 17:43

1 Attachment(s)
Quote:

Originally Posted by balola (Post 399664)
these files are not in the installation folder or on the installation DVD, where can I download them? you can upload them here?

These files are in the root of the original retail dvd#1 (they're not in a subfolder, just in the root, except for DirectX) , or if you have the digital copy from steam, you can find them in "Steam/Steamapps/Common/Batman2/Setup" .

To make a perfect installation you have to create a folder named "Setup" in your original Game directory, then copy in it the files and the folder I've marked in this image (taken from DVD1).

Anyway, you can find all this additional setup in Microsoft site, except for AMD_DCOptSetup (AMD Dual Core Optimizer) . If you haven't an AMD processor, this file is useless for you :) (in any case , just type it on google to find it, is it too difficult????? ;))

atwardak 06-12-2011 20:39

i was trying to be helpful, by supplying files...
it is against the rules
i will read the rules and not make the same mistake aagain

dani_ell 08-12-2011 08:53

thanks, work perfectly in w7 64 bits. vlw version 3 DVD's

Kidzsad 31-05-2012 02:11

Any Games That We Can Use With This Method???

pakrat2k2 31-05-2012 08:59

Quote:

Originally Posted by Kidzsad (Post 402977)
Any Games That We Can Use With This Method???

It's Inno script so can be used for ANYTHING.. you just need your own images, registry entries, etc.

Kidzsad 31-05-2012 12:15

I Always Get This Error When I Try To Installed This Game After Finish Compiled
http://i.imgur.com/jZV2i.png

I Trying To Compiled 2 Times But Still Get Error While Installation

Fabioddq 31-05-2012 12:37

Quote:

Originally Posted by Kidzsad (Post 402988)
I Always Get This Error When I Try To Installed This Game After Finish Compiled
http://i.imgur.com/jZV2i.png

I Trying To Compiled 2 Times But Still Get Error While Installation

Try to look your original archives before the conversion.
I tested several times, install and unnistall ok! ;) :D

Kidzsad 31-05-2012 12:38

Quote:

Originally Posted by pakrat2k2 (Post 402984)
It's Inno script so can be used for ANYTHING.. you just need your own images, registry entries, etc.

Where I Can Learn All About This.So I Can Make My Own Release And Put A Watermark In For All Game That I Upload..thank you

Kidzsad 31-05-2012 12:50

Quote:

Originally Posted by Fabioddq (Post 402989)
Try to look your original archives before the conversion.
I tested several times, install and unnistall ok! ;) :D

There Is No Error While Installed This Game Before Conversion.This Error Up After Finish Conversion And Trying To Install This Game.

pakrat2k2 31-05-2012 12:53

why do you have Batman Arkham City twice in the game path ??

check that first to make sure is correct.

Kidzsad 31-05-2012 12:56

Quote:

Originally Posted by pakrat2k2 (Post 402992)
why do you have Batman Arkham City twice in the game path ??

check that first to make sure is correct.

going to check that..thank you

2x+1 19-06-2012 10:56

http://b1206.hizliresim.com/y/m/898lz.jpg

i used 3xDVD5 version but i got this error. i pressed ok button and it finished.
Turkish words translate: "folder name incorrect"

And i uninstalled the game but "setup.ini" file is still there in the game folder.

Fabioddq 19-06-2012 13:18

Quote:

Originally Posted by 2x+1 (Post 403570)
http://b1206.hizliresim.com/y/m/898lz.jpg

i used 3xDVD5 version but i got this error. i pressed ok button and it finished.
Turkish words translate: "folder name incorrect"

And i uninstalled the game but "setup.ini" file is still there in the game folder.

Make sure you have the vcredist_x86.exe in the Setup folder.
If so, he must have the same name. "vcredist_x86.exe"

About uninstalled, don't worry, just delete setup.ini manually. :D

2x+1 20-06-2012 06:05

there is no setup folder in the game folder.
i want to make "setup" folder in DVD3. how can i edit "BatmanAC.iss" file?

Fabioddq 20-06-2012 08:43

Quote:

Originally Posted by 2x+1 (Post 403579)
there is no setup folder in the game folder.
i want to make "setup" folder in DVD3. how can i edit "BatmanAC.iss" file?

You can not make the Setup folder in DVD3. You must have the Setup folder in the game folder before the conversion. If you not have, create the Setup folder and put the following archives and folders:

DXRedist folder
vcredist_x86.exe
gfwlivesetup.exe and xliveinstall.dll

2x+1 20-06-2012 13:11

thanks fabioddq for helping
maybe?
Filename: {app}\Setup\vcredist_x86.exe...>>> Filename: {src}\Setup\vcredist_x86.exe...

Fabioddq 20-06-2012 20:12

Quote:

Originally Posted by 2x+1 (Post 403586)
thanks fabioddq for helping
maybe?
Filename: {app}\Setup\vcredist_x86.exe...>>> Filename: {src}\Setup\vcredist_x86.exe...

Unfortunately, I don't know. :(

WaltonSimons 21-06-2012 22:56

Is it possible to update this conversion to support all languages at once and choose one at beginning of installation? Please advise.

EDIT: Apologies, I failed to notice that the conversion supports this already. I should read things more carefully.

EDIT 2: It did require some fixing though, I needed to translate some entries that were to display on Polish machines and I also replaced the music with BAC's title theme. I'll PM you with the updated version and you'll decide whether to post it in the OP or discard it.

EDIT 3: I am also putting 2x+1's advice to a test. We'll see how this works.

yuriananta 25-09-2012 19:14

hi Fabioddq, I've got some error while i compile, can u help my problem this

http://imageshack.us/a/img838/5351/b...rkhamcityk.jpg

i put the game directori on D:\Games\Batman Arkham City
and the script on C:\DVD 9\BatmanAC_Script_v2.0
;);)

Fabioddq 25-09-2012 19:54

Quote:

Originally Posted by yuriananta (Post 407192)
hi Fabioddq, I've got some error while i compile, can u help my problem this

http://imageshack.us/a/img838/5351/b...rkhamcityk.jpg

i put the game directori on D:\Games\Batman Arkham City
and the script on C:\DVD 9\BatmanAC_Script_v2.0
;);)

You must indicate your game directory. For example, if your game directory is the same, leave like this:

"D:\Games\Batman Arkham City\"

Look your picture, this showing:

"D:\Games\Batman Arkhan City\"

P.S. I didn't notice this write error (Arkhan) when I upload. :o

yuriananta 02-10-2012 16:20

yeah i confused, this i give u a screen shot my directory placed

http://imageshack.us/a/img833/3665/b...rkhamcity2.jpg

n sory for my bad English :( :(

Fabioddq 02-10-2012 17:15

Quote:

Originally Posted by yuriananta (Post 407466)
yeah i confused, this i give u a screen shot my directory placed

http://imageshack.us/a/img833/3665/b...rkhamcity2.jpg

n sory for my bad English :( :(

First: You must use Inno Setup ANSI version, not Unicode. Download ANSI version and install: http://www.jrsoftware.org/download.php/is.exe?site=1

Second: Put this path according to your game installation path:
D:\Games\Batman Arkham City\

pre-requisites must be in your game installation folder before you make the conversion. Copy Setup folder from your original DVD9.

yuriananta 30-10-2012 05:01

Quote:

Originally Posted by Fabioddq (Post 407468)
First: You must use Inno Setup ANSI version, not Unicode. Download ANSI version and install: http://www.jrsoftware.org/download.php/is.exe?site=1

Second: Put this path according to your game installation path:
D:\Games\Batman Arkham City\

pre-requisites must be in your game installation folder before you make the conversion. Copy Setup folder from your original DVD9.


Fabioddq, Finally. . . . I found the problem.
The problem is in my Windows 7. they have many corrupt file on my system maybe:D:D:D, I Instal my Windows, And No problem with your methode

vasu001 07-01-2013 07:16

well this is what i wanna know-

when i run the installer the background images are stretching to my desktop size but i want them to be in there original resolution in setup[running] i.e. 1900 x 1080:D

Fabioddq 07-01-2013 07:35

Quote:

Originally Posted by vasu001 (Post 412776)
well this is what i wanna know-

when i run the installer the background images are stretching to my desktop size but i want them to be in there original resolution in setup[running] i.e. 1900 x 1080:D

really, i don't know. But what your resolution?
Try ask to Peter. You have to change something in the script.

pakrat2k2 07-01-2013 23:32

Quote:

Originally Posted by vasu001 (Post 412776)
well this is what i wanna know-

when i run the installer the background images are stretching to my desktop size but i want them to be in there original resolution in setup[running] i.e. 1900 x 1080:D

look in script for case FloatToStr(GetScreenWidth div GetScreenHeight) of

then below the 1.6 ... line add

'1.7' : ARatio:='16_9';

then do a search thru the script for bgImage.Stretch & change true to false.
MAKE NOTE where you changed it, so if its still not right change it back !!

peterf' posted about the same issue in another topic but i couldnt find it again, I had that line added to original script & noted it wasnt there in this script.

lukman510 19-07-2013 01:14

1 Attachment(s)
i want to make installer FM 2013 based on Batman AC Inno Script, here my inno script and the picture

http://i40.tinypic.com/168xz88.png
http://i41.tinypic.com/w1e05w.png

please help :confused:

Btx 23-07-2013 11:07

Quote:

Originally Posted by seujair (Post 399481)




Same Error!... This conversion is for Batman Arkham City Batman Arkham City Game Of The Year ???????????

HellRazor 23-07-2013 11:40

Quote:

Originally Posted by Btx (Post 421273)
Same Error!... This conversion is for Batman Arkham City Batman Arkham City Game Of The Year ???????????

It's not, but it can be used for it. It will work normally.

Quote:

Originally Posted by Fabioddq (Post 399301)
3. Edit BatmanAC.iss with Inno Setup (ANSI version is recomended) and change the first line according to your game installation path:
Code:

#define SourcePath "D:\Games\Batman Arkham City\"

So (for example), if you installed the game into
C:\Program Files\Batman Arkham City\
then change the line to that path.

Fabioddq 23-07-2013 11:45

For GOTY version use this conversion: http://www.fileforums.com/showthread.php?t=94044

And replace the exes with this fixUninstall: http://sdrv.ms/XA5x20


All times are GMT -7. The time now is 00:46.

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