Quote:
Originally Posted by sarmadi
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;