SetupBuilder Community  

Go Back   SetupBuilder Community > SetupBuilder Software Installation System > SetupBuilder FAQs, Tips and Techniques

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-20-2006, 08:10 AM
FAQ FAQ is offline
Junior Member
 
Join Date: Jan 2006
Posts: 16
Default #00014: How to enumerate subkeys of a specified registry key?

Question:

How to enumerate subkeys of a specified registry key?

Answer:

Set Variable %TEST% to ScriptItem->Get Registry SubKey("0") from "HKEY_LOCAL_MACHINE\Software\Lindersoft"
Set Variable %LOOPID% to "0"

Loop (%TEST% Times)
Set Variable %LOOPID% to (Increment Variable by 1)
Set Variable %RESULT% to ScriptItem->Get Registry SubKey("%LOOPID%") from "HKEY_LOCAL_MACHINE\Software\Lindersoft"
Display Message Box "%RESULT%" -- ""
End
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
SB5 and illegal characters in registry GFasolt SetupBuilder 1 04-20-2006 04:18 AM
Entering registry values NewsArchive SetupBuilder - NNTP 2 03-28-2005 07:12 AM
Registry keys NewsArchive SetupBuilder - NNTP 2 03-28-2005 07:12 AM
Registry import NewsArchive SetupBuilder - NNTP 0 03-25-2005 06:50 AM
Registry settings sphair SetupBuilder 0 10-08-2004 03:00 AM


All times are GMT -6. The time now is 07:16 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright © 2004-2012 Lindersoft