Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

How do i check for a list of keys in the registry?


5 replies to this topic

angp

angp
  • Full Members
  • 49 posts

Posted 24 August 2004 - 04:51

Hi,

Is it possible to use AppSearch to retrieve a list of keys instead of registry values from the registry?

Thank you.

py

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 24 August 2004 - 17:21

No.

angp

angp
  • Full Members
  • 49 posts

Posted 25 August 2004 - 02:35

So how can i retrieve a list of registry keys???

Thank you.

Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 25 August 2004 - 04:00

RegDBQueryKey might do it:
http://helpnet.insta...gDBQueryKey.htm

http://helpnet.insta...Key_example.htm
Regards
-Stein Åsmul

angp

angp
  • Full Members
  • 49 posts

Posted 26 August 2004 - 03:54

Thank you.

angp

angp
  • Full Members
  • 49 posts

Posted 26 August 2004 - 10:32

Hi,

I have another question. Is it possible to set a wild search in the RegLocator table?

i.e. under the Key column set the value as SOFTWARE\Product-*1234

Thank you.