Why am I unable to access certain registry keys from R2014b 32-bit on a 64-bit Windows Operating System?
Mostra commenti meno recenti
I am writing a MATLAB function which depends on a third party external application. To determine whether this application is installed, and where, I want to query the Windows registry.
In Window Registry Editor I can clearly see that a key HKEY_LOCAL_MACHINE\SOFTWARE\ThirdPartyApplication\InstallPath exists. But when I try to access this key from MATLAB 32-bit:
winqueryreg('HKEY_LOCAL_MACHINE','SOFTWARE\ThirdPartyApplication','InstallPath')
I receive the following error:
ERROR: ??? Error using ==> winqueryreg
Specified key is invalid.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Introduction to Installation and Licensing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!