LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Specifying installation directory while LabVIEW-based application installer as a silent install.

Hi folks!

 

I created an installer for my LabVIEW application on windows. I was able to run it silently with accepting all licenses and suppressing reboot with the following command:

Considering that the "install.exe" file is placed in the same working directory

 

.\install.exe /qn /AcceptLicenses yes /r

 

It always install the application in "ProgramFiles(x86)" directory. I want to mention the specific installation directory in the above command. How can I do that? 

Thanks!
Regards
HB

 

0 Kudos
Message 1 of 3
(153 Views)

As per the documentation, you can prefix it with a path to install it to

 

<path to install at> \install.exe /q /acceptlicenses yes

 

https://www.ni.com/docs/en-US/bundle/labview/page/installing-labview-built-installers-silently.html

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 3
(140 Views)

It did not work. I believe what you are referring to is "the location of installer (install.exe)" and NOT the path where the installation should take place. 

 

Can you please confirm?

 

Thanks!

0 Kudos
Message 3 of 3
(101 Views)