08-31-2023 12:58 AM
Hi,
I have to link NI Veristand with the NI Teststand. I'm having trouble installing the "ni-veristand-2017-steps-for teststand_8.1.0.173_windows_x64.nipkg" file using the NI Package Manager. NI package manager showed me some errors. An error screenshot is attached with the query. Please let me know if I missed any documents or other items. On my system, I had previously installed another patch file. That was removed.
08-31-2023 07:21 AM
What is your VeriStand, TestStand and NI Package Manager version?
08-31-2023 09:26 AM
If you are double clicking on the package to install it, the shortcut to invoke NIPM application is likely not working. The command that should be running is:
"C:\Program Files\National Instruments\NI Package Manager\NIPackageManager.exe" install <path to package>
You can always install a single package with no external dependencies using nipkg.exe:
"C:\Program Files\National Instruments\NI Package Manager\nipkg.exe" install --accept-eulas --yes <path to package>
08-31-2023 09:33 AM
I have the following software versions :
09-05-2023 07:12 AM - edited 09-05-2023 07:13 AM
Hi, @Scott_Richardson I have followed the steps that you are suggesting to me, but still, I am facing the same issue. In the package manager's error log file, I also noticed a few error codes. The error screenshot and the error log file are both attached as attachments.
09-06-2023 07:44 AM
Why I didn't see this file on my system?? or shall I download or add it manually from other folder/other sources?
09-06-2023 03:15 PM
For the nipkg.exe command that I posted on 8/31/2023, it needs to be run in an elevated command prompt. The call to NIPackageManager.exe should prompt for elevation automatically.
09-06-2023 03:26 PM
Regarding the cause of the errors in the log file is likely because of the lack of elevation when calling nipkg.exe because nipkg.exe needs to be able to open the installation database that NIPM maintains.
Regarding the PostInstallAction.exe error, that is caused by the package including an EXE that it schedules to be run at the end of installation, and that EXE for some reason does not exist. I do not have access to the source for that package to suggest next debugging steps.