wiebe@CARYA wrote:
@Scott_Richardson wrote:
To workaround this issue right now, you should be able to manually install on the Windows 11 system the Visual C++ Redistributable for Visual Studio 2015 (32-bit: vc_redist.x86.exe). Please let me know whether that mitigates the issue for you.
Would this also fix the LV18 installer after installing LV23?
I've been (successfully) building LV18 installers for years, and they stopped working after installing LV23.
Also, for 64 bit LV, should we include vc_redist.x86.exe or vc_redist.x64.exe.
Guess this is the new link:
Redistributable for Visual Studio 2015 from Official MS Download Center
Even for a 64 bit application, installing vc_redist.x32 helps.
We are using InnoSetup, so we can install the file before NI's installer executes.
I haven't tested adding the file to NI's installer. Since it's not working, it might not work.