LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read Registry settings

Hi, 

 

   I like to check whether the application is installed in the PC. I have the exe name. Is it possible to check it?

 

 I tried  "LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" which does not list. But in control panel it is listing.

 

Can you please help to find the installed location?

 

Thanks in advance,

Suresh Kumar.G

0 Kudos
Message 1 of 5
(2,844 Views)

Hi Suresh,

 

use RegEdit to search for your "Exe" name. Then it will show you all the keys with the name in it's path or value...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(2,837 Views)

That's actually the right location, but it won't be listed by name. It will be one of the branches with the GUID as the branch name. I.e., one of the ones with those long hex numbers. Thus, you have to check each branch and then look at the "DisplayName" key to see if it matches the name of your executable.

0 Kudos
Message 3 of 5
(2,813 Views)

Thanks a lot

0 Kudos
Message 4 of 5
(2,804 Views)

Sure. I will try this.

0 Kudos
Message 5 of 5
(2,803 Views)