LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to access an opened application by giving commands to it?

I have to install an application(.exe file) using commands from labview instead of doing it manually. Is it possible?

0 Kudos
Message 1 of 2
(2,430 Views)

Use the "system exec" function in labview to run the installer from a command line.

 

msiexec should do the trick.  But it totally depends on the application you are installing.  Here is an example:

 

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/msiexec.mspx?mfr=true

 

You could compile your own labview VI into an EXE and build an installer for it.  Then you can call third party installers from there.

http://www.medicollector.com
0 Kudos
Message 2 of 2
(2,370 Views)