08-29-2008 05:58 AM
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
09-02-2008 05:21 PM
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