Log in

View Full Version : Inversion - DVD9 to DVD5 *INNO SETUP*


REV0
27-07-2012, 00:26
Inversion - DVD9 to DVD5by REVO


V1.00 - First Release

V1.01
-Nothing changed
V1.02
-Exe's place changed, thanks mikey26 for pointing it out

1. Go to installed game's folder and move redist folder to somewhere else.

2. Download the attachment below. Open installerscript.iss with Unicode version of INNO and change the following line according to your game's installed location:

#define ProgramFiles "D:\Program Files (x86)\Namco\Inversion"


Start compile. Once it's finished;

3. Create 1 folder and name it as DVD. Move:

-Setup.cab, Setup.dll, Setup.exe, Setup.ico, Setup.ini, autorun.inf and Setup.ico to DVD

Install-1a, 1b, 1c bin files to DVD

4. Now move redist folder to DVD folder.

5. Burn them to DVDs, and enjoy OST taken music during install.


http://img10.imageshack.us/img10/2938/26340933.jpg
http://img16.imageshack.us/img16/6029/61331507.jpg

BEFORE WHINING ABOUT CONVERSION:


http://img51.imageshack.us/img51/396/capturey.JPG

http://img256.imageshack.us/img256/2598/75803393.jpg

Prashantoo7
27-07-2012, 05:26
Ok ! i used Inno setup Unicode version
when i start compiling it with compression lzma2/ultra64
the compile finishes with a min
and no bin. files or any output is seen
please help

pakrat2k2
27-07-2012, 06:09
read step 2 again

Prashantoo7
27-07-2012, 06:18
read step 2 again
yeah
2.Download the attachment below. Open installerscript.iss with Unicode version of INNO and change the following line according to your game's installed location:
i did it :P still it is not working:P
did the conversion works for u ?

mottacabral
27-07-2012, 07:14
Error... the compile finishes with a min
http://img801.imageshack.us/img801/8223/semttuloizx.jpg

REV0
27-07-2012, 07:54
So, i made your lives easier and deleted one damn comma ';' in front of the line and re-uploaded conversion once again.

The funny thing is i already gave example line about it in the thread. Before whining about conversion in future, READ the thread.

Oh, and this is the bonus:

http://img51.imageshack.us/img51/396/capturey.JPG


Case closed.

Fabioddq
27-07-2012, 09:03
Error... the compile finishes with a min
http://img801.imageshack.us/img801/8223/semttuloizx.jpg

Words by Pakrat: the 'warning' at the bottom of the compiling section is just notes that some of the languages dont have some custom messages in their language, so it will use the ones from the default one. NO Biggie, doesnt effect the conversion at all.

REV0
27-07-2012, 11:25
there was a misplacing in setup.ini about exe's location, i fixed it. If you want it you can update setup to 1.02 now. Otherwise you can create shortcut yourselves.

senseman
27-07-2012, 12:51
after install.. go to ...\Namco Bandai Games\Inversion\redist\directx folder and delete all files except

DSETUP.dll
dsetup32.dll
DXSETUP.exe

and change Compression=lzma/ultra64 to Compression=none

move redist folder INVER_V102_FOR_NOOBS

now compile time 1:30 minute :eek::D thanks for conversion,as usual ;)

Final size: 4,34 GB

Edit: added nocd equals 4.36gb

jackstuff
28-07-2012, 09:21
This is for REV0

On Registry Section in script, Registry Key r ok or u will add something else later just like in max payne 3,

in my opinion it just like

[Registry]
Root: HKLM; Subkey: SOFTWARE\Namco Bandai\Inversion; Flags: uninsdeletekeyifempty
Root: HKLM; Subkey: SOFTWARE\Namco Bandai\Inversion; ValueName: Install_Path; ValueType:String; ValueData: {app}; Flags:uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Namco Bandai\Inversion; ValueName: Exe_Path; ValueType: String; ValueData: {app}\bin\Inversion.exe; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Namco Bandai\Inversion; ValueName: PatchVersion; ValueType:
DWord; ValueData: 1; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Namco Bandai\Inversion; ValueName: Language; ValueType: DWord;ValueData: {code:GetLngID}; Flags: uninsdeletekey

sorry for my bad english

REV0
28-07-2012, 16:15
jackstuff,

Conversion has been downloaded by more than 100 people and nobody reported any error (except people who couldnt read the conversion)

However, if you have any registry (additional) in legit copy, i'll add them galdy, but so far there's no additional regkey.

Joe Forster/STA,

Thanks for cleaning up, appreciated

Cheers

Andre Jesus
29-07-2012, 16:40
Dear REV0.

I am so sorry for the confusion that i caused in your post. I noted by your user image, that you donīt liked of the questions that i did about other script in your post
With the help of the Google Translate, i have read the rules and i understood better that when you, or others users, start a post the questions must be only about that post.
Also, when Joe Foster changed all my questions. about my simple installer/script, to other place, was another sign that i was wrong, very wrong.

Please accept my sincere apologies about the confusion caused by me.
At no time, my intention was to cause confusion or just come here asking questions without sense to disrupt the exchange of information / knowledge among users.

Joe Foster.
Thank you for changed my questions to the right place.

To the other users.
I also apologize for those for some reason did not like the confusion I caused.
I hope you can continue helping me with my questions, but this time asking the questions in the right place.

Sorry my bad english.
Best regards.

Grumpy
30-07-2012, 05:58
I think everyone should try and remember that ENGLISH is not always someones prefered language and sometimes questions or comments can come accross the wrong way. :)

Grumpy
31-07-2012, 06:24
I forgot to add this one to the Index REV0, it is added now. ;)

himanshu23
31-07-2012, 19:19
thanks REVO

100% Working on win7x64bits

keep rocking

omdj
31-07-2012, 21:37
Revo many thanks again for your great installers - i need a help. i need to add the following registry value to installerscript:

[HKEY_LOCAL_MACHINE\SOFTWARE\Saber Interactive\Inversion] "language" =dword:00000004

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Saber Interactive\Inversion] "language" =dword:00000004

which would be the correct way to add these values?

pakrat2k2
01-08-2012, 08:31
without the wow6432Node

look at post #10