cancel
Showing results for 
Search instead for 
Did you mean: 

LabView silent install not working

SOLVED
Michel_71
Member
Solved!

LabView silent install not working

Hello everybody,

 

I would like to silent install LabView V21.0 with this commandline: \install.exe /q /acceptlicense yes, but everytime I get this message "The command-line includes one or more obsolete options, Remove /q from the command line"

When I remove the  /q part, the license is not auto-accepted.  In the older versions of LabView I just used setup.exe /q /acceptlicenses yes /r:n without any problems.

 

Is this a bug in the installerfile?

 

Thanks,  Michel

 

 

4 REPLIES 4
Gregory
Trusted Enthusiast

Re: LabView silent install not working

Just to make sure, have you tried with "/acceptlicenses yes"? I noticed your first one said license instead of licenses.

Michel_71
Member

Re: LabView silent install not working

Hi Gregory,

 

Thanks for your reply.

I also tried that, with the same result.

I'm not sure if the commandline is casesensitive thus I also tried /AcceptLicenses yes

 

So, the final result for now is that I see the licenseagreements screen on my desktop.

Highlighted
WesW
Active Participant
Solution

Re: LabView silent install not working

Message contains a hyperlink

As LabVIEW 21.0 is a Package Manager-based installer, the command-line parameters have changed. These are now the instructions for silent\unattended installation:
https://www.ni.com/docs/en-US/bundle/package-manager/page/automate-installer.html

Michel_71
Member

Re: LabView silent install not working

Thanks WesW, it's working!