LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Silent Un-Installation of LabView Run-Time 8.2.1

Hi,

 

Does any one of you know the silent Un-Installation command for Labview Run-time 8.2.1 application??

 

Many thanks in advance.

 

Kind Regards,

Chetan G S

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

If you download or have the files for the LabVIEW Run-Time Engine 8.2.1 available, change directory to that location within the Windows command prompt.  Then, issue the command:

 

C:\location>lv82runtime.msi /h

 

This will launch a dialog explaining the different command line options available with msiexec.  Thus, the following should be sufficient:

 

C:\location>msiexec /quiet /uninstall lv82runtime.msi

0 Kudos
Message 2 of 2
(2,446 Views)