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?