LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV2022 Q3 Install Error "NI-PCI Bridge Driver 22.5 64-bit" failed

Solved!
Go to solution

I created an installer on LV 2022 Q3 (32-bit) for my program and get an error when trying to run installer on a Win 11 system. Error is "NI-PCI Bridge Driver 22.5 64-bit" installation failed. See attached screen capture. I recompiled the installer using "Automatically select recommended installers" under the Additional Installer section. Still get the same error. When continuing installation and performing the required reboot, I get two errors regarding MSVCP140 not found. See attached screen shots. MS Visual C++ 2013 (x86), 2015-2022 (x64) and (x86) are installed on the system.

 

My LV executable program will not work. Has anyone run into this problem?

0 Kudos
Message 1 of 5
(1,025 Views)

Did you create the installer using Windows 11 as well?

Installers and executables are only guaranteed to work on the operating system they are built on. Reference: Running Executables or Installers on Different Windows Versions

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 2 of 5
(1,021 Views)

Yes, compiler and installer is run on Win 11.

 

0 Kudos
Message 3 of 5
(1,012 Views)
Solution
Accepted by cFPUser

Try installing the latest version of Visual C++ Redistributable for Visual Studio 2015. The Latest supported Visual C++ Redistributable is 14.36.32532.

ZYOng_0-1697570028905.png

 

Reference: NI Software Does Not Open Because of Missing msvcp140.dll

-------------------------------------------------------
Control Lead | Intelline Inc
Message 4 of 5
(1,006 Views)

Installing the latest MS C++ redistributable did the trick. Thanks!

 

0 Kudos
Message 5 of 5
(946 Views)