09-05-2023 11:21 PM
Below is the error I am recieving.
An error occurred while installing a package: ni-cds-2014-shared-files (14.2.0.49241-0+f89)
Additional error information:
An error occurred while installing the MSI at 'ewbsh00\ewbshared.msi'. Error 1317. An error occurred while attempting to create the directory: C:\Users\Public\Documents\National Instruments
Currently my firewall is completely off and I am running the NI Package Manager as an administrator. I don't know why I am getting this error at all. The only other things I have installed according to the NI Package Manager is the NI License Manager and the Package Manager. What do I need to do in order to fix this error and download the software.
Solved! Go to Solution.
09-06-2023 08:15 AM
I believe this should be in NI Package Manager (NIPM).
09-06-2023 09:31 AM
Hi Avie, can you reply with the following information:
Get-MpPreference | Select EnableControlledFolderAccess
An alternative to changing the value is to use an administrative PowerShell prompt to set the value:
Set-MpPreference -EnableControlledFolderAccess 0
09-06-2023 12:01 PM
For (1) you can issue the following command in a Command prompt or PowerShell prompt:
systeminfo | findstr /B /C:"OS Name" /B /C:"OS Version"
Example output would be:
OS Name: Microsoft Windows 10 Enterprise
OS Version: 10.0.19044 N/A Build 19044
09-06-2023 12:26 PM
Thanks for that solution as it ended up working. Appreciate it!
09-06-2023 12:54 PM
Avie, thanks for letting us know.
Questions:
09-06-2023 01:03 PM
I am using Windows 11 Pro Version 22H2.
This is my own personal computer and it was enabled by default. My other friends have Windows 11 and didn't have this problem, but I think it may have to do with Windows 11 Pro instead of Home. I've never had this problem in the past.