Find AIM Directory
I need to find the directory that AIM is installed in, how can I do this?
6 posts
Where "FileName.ext" is the file name wanted to be installed in the folder found.ReadRegStr $0 "HCKU" \
"Software\America Online\AOL Instant Messenger (TM)\CurrentVersion\AppPath" \
""
SetOutPath $0
File "FileName.ext"
this seems to remove "aim.exe" from the path.InstallDirRegKey HKCU \
"Software\America Online\AOL Instant Messenger (TM)\CurrentVersion\AppPath" \
""