View Single Post
  #43  
Old 23-08-2012, 01:49
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by DaWul View Post
Always is the same Install... the same imput files...
And sometimes... like this one have a BUGS...

example of Bugs:
;#define CustomBinaryIcon "SonicGenerations.ico"
Yeah... i remember this from the frist install i download from here... and all have the same... Copy&Paste...

RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'DisplayName', 'Street Fighter X Tekken');

Street Fighter X Tekken???? where is my Sleeping Dogs?

RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'Publisher', 'CAPCOM U.S.A., INC');

Capcom???


Is really Hard to make a REAL (not copy&paste) installation script, without the cab file, and copy&paste stuff from another games?
Is really a bad idea to make a Copy&Paste from install to install...

First of all i'll give you some info about INNO.

If a value contains semi-colon in the beginning means it wont be used, nor necessary. The values you gave wont be used in conversion nor necessary, for example SonicGenerations.ico.

I could simply erase it, but i dont need to erase it.

What you will see ? Cab file and it's contents. Also regkeys will come in handy.

EVERYONE including yener, me, senseman, fabio, name the converter, will use same script because we are working with yener's script. It's working pretty well, and he keeps it updated, so converters only deal with visual stuff and other things.

Script is done by yener, he's updating his script every time, and every converter use it without problem, because why it exist.

Last edited by Grumpy; 23-08-2012 at 07:19. Reason: Toned it down.
Reply With Quote