wxConfig - how to access HKLM

Is there a way to access the HKLM root with wxConfig?

Like to install some reg entry into HKLM during installation. The program would look by default if the entry exists in HKCU, if not get things from HKLM.

See you
Werner

Werner F. Bruhin wrote:

Is there a way to access the HKLM root with wxConfig?

No. You need to use the registry functions from win32all or something similar. wxConfig is not meant to be a general purpose Registry Manipulator, just a conveinient way to store application configuration info.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!