LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

execute registry

Hi,

I have written a CVI app., which should excute my registry automatically. That means instead the double clic into the registry, i need to excecuted by using a simple function or command which allows this action automatically.

 

Someone have any idea?

 

Thanks.

0 Kudos
Message 1 of 5
(4,445 Views)

Can you specify clearly what you are trying to achieve?

 

Do you just want to open the registry editor (like typing "regedit" into the Start > Run command) or do you want to add/change values to/in the registry?

S. Eren BALCI
IMESTEK
0 Kudos
Message 2 of 5
(4,431 Views)

Hi tayssir1,

 

Have you tried using the Windows Registry functions in the Programmer's Toolbox?

 

Thanks,

Daniel Dorroh
National Instruments
0 Kudos
Message 3 of 5
(4,424 Views)

Hi,

i only used this command "RegQueryInfoOnKey" to gathers information about the specified kry value in the windows register! so i need another command to execute the registry like "system" or "launch executable"!

 

Thx 

0 Kudos
Message 4 of 5
(4,413 Views)

Hello, tayssir1—

 

I'm not sure what information your registry key contains, but if it is something like a filepath to an executable, you could try using the functions in the Utility Library. One such function is LaunchExecutableEx which takes a filename and launches the executable it identifies.

 

Thanks,

Daniel Dorroh
National Instruments
0 Kudos
Message 5 of 5
(4,273 Views)