Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Silently install for NI DAQ 6.9.3 or later

Hello,

How to install NIDAQ 6.9.3 or later in silent mode ?

I don't understand SpecFile in setup /?

which File used to install NI Driver and Exemple BCB and DELPHI ?

Thanks
Damien.
0 Kudos
Message 1 of 2
(2,779 Views)
Hey Damien,

There is a KB that talks about how to install NI-DAQ in silent mode for previous versions of NI-DAQ.

http://zone.ni.com/devzone/conceptd.nsf/2d17d611efb58b22862567a9006ffe76/9530f9276f4ae078862568c00074a92a?OpenDocument

With NI-DAQ 6.9.x, it is possible to run a silent install and suppress reboot. Run the following command from the 'RUN' box in the Start Menu or you can create a batch file:

[path to folder where NI-DAQ installation files are]\setup.exe /q /r:n

The /q /r.n flags should install NI-DAQ silently and will also stop your computer from rebooting at the end.

You can suppress the documentation by modifying the setup.ini file in the following manner.
1) Open the setup.ini file and go to the end.
2) In the [Daqdocs] section,
remove the "Properties = Docsproperties" line.
3) Remove the entire [Docsproperties] section (2 lines of text).
4) This should suppress the documentation upon install. You can also remove all of the PDFs from the NI-DAQ docs folder to save more space. Note: only remove the PDFs from this folder and no other files.

I hope this helps.

Joshua
0 Kudos
Message 2 of 2
(2,779 Views)