vatobeto Posted November 9, 2007 Posted November 9, 2007 I am trying to write an installer, and need to change a registry key under the S-1-5-21-... registry. Other than looping through the entire registry to find the right key (under: HKEY_USERS\S-1-5-21-1123561945-1993962763-1202660629-500\Software\..., how do I do this? Help!
vatobeto Posted November 9, 2007 Author Posted November 9, 2007 I am trying to write an installer, and need to change a registry key under the S-1-5-21-... registry. Other than looping through the entire registry to find the right key (under: HKEY_USERS\S-1-5-21-1123561945-1993962763-1202660629-500\Software\...,how do I do this? Help! Would I get it by position, maybe? Is it always in the 7th position? (.Default as 1st)
PsaltyDS Posted November 9, 2007 Posted November 9, 2007 Would I get it by position, maybe? Is it always in the 7th position? (.Default as 1st)If you are sure it won't change, that could work. You can look at the RegEnumKey() function in the help file.There is also an old UDF, written by a certain rakishly good-looking flightless arctic waterfowl, for searching the registry: _RegSearch() Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now