11-11-2021 05:58 AM
Hello,
please excuse me for bothering you, but I'm really lost here. I'm trying to set up a container with LabVIEW, but I cannot get the initial step - installing NIPM. I've downloaded the NIPackageManager21.3.0.exe offline installer. I'm trying to run it in a container (based on mcr.microsoft.com/windows:1809 because I'm on Windows Server 2019 Standard) with this commandline:
start /wait NIPackageManager21.3.0.exe --quiet --accept-eulas --prevent-reboot
but this immediately returns and %ERRORLEVEL% is set to -1073741511 (for which a search does not turn up anything useful).
Does anybody have any idea or suggestion what I might be doing wrong?
Solved! Go to Solution.
11-12-2021 10:15 AM
OK, I was able to sort it out: this is because of the server version. I've re-installed everything under Windows Server 2022 and now it works.