LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How install VISA with the distribution kit ?

I've seen the previous post but I don't understand it.How is it possible to install NIVisa automatically with my application ?
0 Kudos
Message 1 of 2
(2,904 Views)
Hello

The visa installer is a seperate process that would need to run after your application has finished installing. What Randy meant to say was that you can execute the msi files included with the visa installer silently ( they wont pop up any windows or anything, just running in the background), by specifying /q as one of the command line arguments. So in the CDK, you can specify it to run a file after its finished installing and do something like
NIVisaRuntime.msi \q to install VISA on your machine silently.

I hope this explains things.

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,904 Views)