View Full Version : Search
tdexter
07-18-2007, 12:36 PM
I want to Search the registry for a value and then use that value in another search for a folder. The intent is to find out if a user has a certain folder already installed and I can then disable a checkbox if they do. I have tried everything I can think of. Could I be having a timing issue. The Searchs are happening at the same time and I can not use the Registry Search value in the Folder search?
Lorne
07-18-2007, 12:58 PM
I want to Search the registry for a value and then use that value in another search for a folder.Yep, that should be possible.
Could I be having a timing issue.Searches are generally performed in the order they are listed in on the Searches dialog.
The Searchs are happening at the same time and I can not use the Registry Search value in the Folder search?In your attached screenshot you have an incorrect registry path. (You included the root HKEY_CURRENT_USER in the path -- but the root is already selected using the drop-down list box.)
You also used the registry search property incorrectly in the "Start search in folder" setting -- you must enclose it in square brackets, like this:
[REGSEARCH]
See the attached screenshots for an example based on the screenshot you posted.
tdexter
07-18-2007, 01:24 PM
Thank you Lorne.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.