View Single Post
  #42  
Old 23-08-2012, 01:26
DaWul DaWul is offline
Registered User
 
Join Date: Jul 2012
Location: Spain
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
DaWul is on a distinguished road
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...

Last edited by Grumpy; 23-08-2012 at 07:24. Reason: Re-instated original questions.
Reply With Quote