I'm facing a problem running the installation of ni-daqmx-runtime-core using the following batch script which is run as administrator:
start /wait NIPackageManager23.0.0.exe --prevent-reboot
"c:\Program Files\National Instruments\NI Package Manager\nipkg.exe" install ni-daqmx-runtime-core --accept-eulas -y
It works fine on my virtual machine, but is does NOT work on my local machine, stating the following error message "Unable to locate package 'ni-daqmx-runtime-core' with a compatible version and architecture". Both machines are 64 bit system and use Windows 10, version 22H2. I already tried to specify the package version to ni-daqmx-runtime-core_23.0.0.49366-0+f214_windows_x64 (using the following line "install ni-daqmx-runtime-core:windows_x64_23.0.0.49366-0+f214"), but it did not solve the problem. Additionaly I tried using PackageManager version 23.3.0, but this also did not work out.
I would be pleased to receive any help.