example:----
Property:
RegRoot : rpCurrentUser
RegPeth : Software\Microsoft\Internet Explorer\Main\FeatureControl
Target : itRegistry
--
Exception error occurred
Occurs on the following line
iVal := LMDIniCtrl.ReadInteger('FEATURE_BROWSER_EMULATION', 'ABCD.exe', 0); //Exception error
iVal := LMDIniCtrl.ReadInteger('FEATURE_BROWSER_EMULATION', 'ABCD', 0); //no error
It seems to occur when there is a period in the 'Value name'
best regards,
Hiroshi Shibata
Comments