10-17-2023 01:30 PM
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?
Solved! Go to Solution.
10-17-2023 01:42 PM
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
10-17-2023 01:58 PM
Yes, compiler and installer is run on Win 11.
10-17-2023 02:14 PM
Try installing the latest version of Visual C++ Redistributable for Visual Studio 2015. The Latest supported Visual C++ Redistributable is 14.36.32532.
Reference: NI Software Does Not Open Because of Missing msvcp140.dll
10-17-2023 06:17 PM
Installing the latest MS C++ redistributable did the trick. Thanks!