04-11-2012 11:29 PM
I have to install an application(.exe file) using commands from labview instead of doing it manually. Is it possible?
04-24-2012 09:48 AM
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.