Skip to content

Commit

Permalink
(doc) choco install update packages.config params
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed Oct 17, 2024
1 parent 0ca6ec9 commit a230cce
Showing 1 changed file with 41 additions and 4 deletions.
45 changes: 41 additions & 4 deletions src/content/docs/en-us/choco/commands/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,47 @@ Alternative to PackageName. This is a list of packages in an xml manifest for Ch
<package id="anotherPackage" version="1.1" />
<package id="chocolateytestpackage" version="0.1" source="somelocation" />
<package id="alloptions" version="0.1.1"
source="https://somewhere/api/v2/" installArguments=""
packageParameters="" forceX86="false" ignoreDependencies="false"
executionTimeout="1000" force="false"
/>
acceptLicense="false"
allowDowngrade="false"
allowEmptyChecksums="false"
allowEmptyChecksumsSecure="false"
applyInstallArgumentsToDependencies="false"
applyPackageParametersToDependencies="false"
cacheLocation="C:\tmp"
cert="C:\some.crt" certPassword="string"
confirm="false"
disabled="false"
disableRepositoryOptimizations="false"
downloadChecksum="97a95ca70b5e97bc30ed1c0c50ca0aacaa298c28ea9cf92de0dacd2e86d1ef5c"
downloadChecksum64="97a95ca70b5e97bc30ed1c0c50ca0aacaa298c28ea9cf92de0dacd2e86d1ef5c"
downloadChecksumType="sha256"
downloadChecksumType64="sha256"
executionTimeout="1000"
exitWhenRebootDetected="false"
failOnStderr="false"
force="false"
forceDependencies="false"
forceX86="false"ignoreDependencies="false"
ignoreChecksums="false"
ignoreDetectedReboot="false"
ignorePackageExitCodes="false"
installArguments=""
limitOutput="false"
noProgress="false"
notSilent="false"
overrideArguments="false"
packageParameters=""
password="password"
pinPackage="false"
prerelease="false"
requireChecksums="false"
skipAutomationScripts="false"
source="https://somewhere/api/v2/"
stopOnFirstFailure="false"
usePackageExitCodes="false"
user="user"
useSystemPowershell="false"
/>
</packages>
~~~

Expand Down

0 comments on commit a230cce

Please sign in to comment.