LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically get installed software

Let's say I created some dll in LabVIEW, which uses i.e. XNET. I want to have a function, which checks whether the richt Software and the right Version is installed. How is it possible programmatically?

 

Background: I give the dll to a third-Party Partner, and he has installed only LabVIRE Runtime Engine. I want to be able to popup a message at the dll call, what is missing.

 

Madottati

0 Kudos
Message 1 of 3
(3,178 Views)

You should look at the System Configuration VIs, they list installed software and hardware as well as some other system management functionality.

 

Check out the link below for more info: 

How to Programmatically Determine the Versions of Installed National Instruments Software

0 Kudos
Message 2 of 3
(3,152 Views)

Thank you Felipe,

 

it is working, but depending on the Software installed on a PC, this VI could take 5 seconds to run...

 

Is there a fast way to check whether one specific Software is installed?

0 Kudos
Message 3 of 3
(3,128 Views)