View Single Post
  #7  
Old 15-12-2012, 08:15
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by sarmadi View Post
Hi pakrat2k2, how to change the font yellow color to an other one.
http://fileforums.com/showthread.php?t=92805

or go thru setup.ini file look for section for font color, then follow what topic I linked to says about color choices.

mesut28

section in installerscript.iss needs to be corrected?

Code:
procedure AddKeyInfo;
begin
LoadStringFromFile(ExpandConstant('{tmp}\Key'),Key); 
RegWriteStringValue(HKLM, 'SOFTWARE\KONAMI\PES2013', 'code', Key);
if IsWin64 then
RegWriteStringValue(HKLM64, 'SOFTWARE\KONAMI\PES2013', 'code', Key);
end;

Last edited by pakrat2k2; 15-12-2012 at 10:19. Reason: error in script ?
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
sarmadi (16-12-2012)