Using LVC_Utility: How To Call
Under normal conditions
LVC_Utility is activated from the Start Menu (under
DataAct\LabVIEW Version Chooser\LabVIEW Version Chooser) or can be double clicked in Windows Explorer
(LVC_Utility.exe).
Command line Interface
LVC_Utility.exe accepts two command line arguments which are
used by the installation and uninstallation programs.
Installation
..\path\to\..\LVC_Utility.exe --install
If a directory in the path contains spaces, you must enclose the path in
quotation marks, as shown in the following example:
"C:\Program Files\DataAct\LabVIEW Version
Chooser\LVC_Utility.exe" --install
Uninstallation
..\path\to\..\LVC_Utility.exe --uninstall
If a directory in the path contains spaces, you must enclose the path in
quotation marks, as shown in the following example:
"C:\Program Files\DataAct\LabVIEW Version
Chooser\LVC_Utility.exe" --uninstall
It is not recommended that LVC_Utility should be called with these
arguments. |