OSDN Git Service

IEのバージョン情報を取得するのにレジストリを読み取り専用で開くようにした。
authorh677 <h677>
Wed, 27 Jul 2005 14:50:54 +0000 (14:50 +0000)
committerh677 <h677>
Wed, 27 Jul 2005 14:50:54 +0000 (14:50 +0000)
GikoSystem.pas

index c4599ca..268e04e 100644 (file)
@@ -4255,6 +4255,8 @@ var
 begin
        R := TRegistry.Create;
        try
+               //\93Ç\82Ý\8eæ\82è\90ê\97p\82É\82µ\82È\82¢\82Æ\81A\90§\8cÀUSER\82Æ\82©\82Ì\8fê\8d\87\81A\8aJ\82¯\82È\82¢\82Ý\82½\82¢
+               R.Access := KEY_EXECUTE;
                R.RootKey := HKEY_LOCAL_MACHINE;
                R.OpenKey('Software\Microsoft\Internet Explorer', False);
                try