Klexen Posted December 5, 2008 Posted December 5, 2008 (edited) I'm trying to read a list of programs installed to an array view list, or notepad file. By using:$i = 1 Do $i = $i+1 $var = RegEnumkey("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall", $i) msgbox(0,"",$var) until $i = 100I'm trying to get a list of the items into an array, then read the "DisplayName" string from each of the keys... But I can't figure out how to do this...Can someone help me a little on this?NEVERMIND SOMEONE ALREADY DID IT!http://www.autoitscript.com/forum/index.php?showtopic=78563 Edited December 5, 2008 by Klexen
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