Self-Service - Package Arguments not being passed from Chocolatey Agent to Chocolatey CLI properly #60
Labels
5 - Released
The area addressed in the ticket has been released in the product and is generally available.
AgentService
Issues affecting Chocolatey Agent Windows Service (chocolatey-agent)
Bug
Tickets that represent defects/bugs.
Edition - Business
Priority_HIGH
Represents high priority tickets - things that must be addressed soon.
When using Background Service and installing packages with package parameters, the package parameters are not passed to choco.exe when the agent sends them over.
##Issue Repro
`choco install visualstudio --params='--bootstrapperPath C:\Users\redacted\vs\vs2017layoutPro\vs_professional.exe --locale en-US --passive --noWeb' -y --run-actual --user-context='redacted' --source 'redacted'
The only argument being passed through the agent are --bootstrapperPath C:\Users\redacted\vs\vs2017layoutPro\vs_professional.exe, all other arguments are ignored.
##Other Information
Chocolatey Version - 0.10.11
Chocolatey.Extension Version - 1.12.12
Chocolatey-Agent Version - 0.8.1
The text was updated successfully, but these errors were encountered: