LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW 2019 - Command line for installing Volume License Installer silently

Hello!

Now I have successfully created the Volume License Installer for LabVIEW 2019 with the NI-VLM 3.2.

Which command line I have to use in a batch file to install this on the clients silently?

 

For LabVIEW2018, I used the following command:

start /wait " " setup.exe /q /acceptlicenses yes /r:n /applySpecFile %Specfilefolder% /disableNotificationCheck

(... where the variable '% Specfilefolder%' refers to the folder 'specfile' with the configuration file 'nisuite.xml')

 

The configuration file 'nisuite.xml' was created in the Windows Command Processor (cmd.exe) as follows:

setup.exe /acceptlicenses yes /r:n /generateSpecfile "specfile" /disableNotificationCheck

 

 

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

I think with change to deploying by packages for NI Software command-line automation has not been ported/converted/created yet. I have a felling we will need SystemLink to do that previous functionality currently.

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