When trying to create a Chocolatey package for ARM RVDS 4.1, it fails and I am not sure what the issue is. I believe I either set up the chocolateyinstall.ps1
incorrectly or something with the setup.exe
being in the tools folder.
Here is the error I get in the cmd: https://ibb.co/KmDPxcF
Here is the chocolateyinstall.ps1
: https://ibb.co/yR7ysqR
Here is the .nuspec
: https://ibb.co/hBM3xn9
Here is a look inside the tools
folder: https://ibb.co/8NGXPNW
Can I not use the environment variable as the file location in the chocolateyinstall.ps1
? Or is it a different problem?
I also have suspicion that I might be using the wrong silentArg
.
Edit: I have found some info on why the error says access is denied
, but it all relates to an antivirus, which I don't have.