Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Anyone know what's wrong with this RegRead call?

$
0
0
Hey all,

Very rarely do I code with AI. Trying to get the value of this registry key using AutoIt and it keeps failing. My guess is it's due to the "," and/or "." in the key name, but I haven't been able to find any good info on this type of issue in the AutoIt docs or other Google searches. I've tried escaping each one individually and together using the usual escape character "\", also with no luck.

I've confirmed the key names are correct, and also have tried a completely different reg key without the odd characters in my script just to see if it worked normally, which succeeded.

Dim $VMWare_Path = RegRead("HKLM\SOFTWARE\VMware, Inc.\VMware Workstation", "InstallPath")


p.s. Currently using Win8 x64, and I've also already tried using HKLM64 which also failed.

TIA

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>