Automatically Select the correct LabVIEW version to open LabVIEW files.
Related filetypes of: .lvproj/.lvlib/.lvclass/.llb/.vi/.vit/.ctl/.xctl/.lvlibp/.lvtest
After LabVIEW Version Selector.exe is used to open file of those types, you have a chance to see the file's saved version and option to choose LabVIEW version to be used.
- LabVEW 2014
- VIPM 2020.3
- Please follow the instruction of post-installation action to associate related file extensions with the built exe. If you have concern on the registry operation , another opition is to manually import the install.reg file after check on it.
![]() |
![]() |
- LabVIEW in these folders will be discovered:
- C:\Program Files\National Instruments
- C:\Program Files (x86)\National Instruments
- D:\Program Files\National Instruments
- D:\Program Files (x86)\National Instruments
- E:\Program Files\National Instruments
- E:\Program Files (x86)\National Instruments
- F:\Program Files\National Instruments
- F:\Program Files (x86)\National Instruments
Some Windows 11 systems do not have wmic preinstalled.
If you see an error like wmic is not recognized..., run the script from the repository (or extracted zip) root:
- Command Prompt:
cmd\install-wmic-if-missing.bat - PowerShell:
.\cmd\install-wmic-if-missing.bat
The script detects whether wmic is missing and installs the Windows capability WMIC~~~~0.0.1.0 automatically (administrator permission required).
If started without administrator privileges, it will prompt for UAC elevation automatically.


