You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow passing -UseOriginalLocation to reduce the number of files for Install-ChocolateyPackage. Folks should use Install-ChocolateyInstallPackage instead, but sometimes folks don't know that exists.
The text was updated successfully, but these errors were encountered:
Allow passing `-UseOriginalLocation` to use a file from the original
location instead of copying it to another location. When using local
file resources or files on a share, one can add this to
`Install-ChocolateyPackage` instead of using
`Install-ChocolateyInstallPackage`, which typically doesn't allow
passing both 32bit and 64bit file paths.
* stable: (24 commits)
(GH-839) Switch to apply package parameters to dependent packages
(maint) formatting methods / parameters in calls
(GH-958) If SSLv3 in Posh v2 Fails, Use Original
(GH-746) Use HTTPS if available when HTTP url
(GH-957) Skip Get-WebFileName When FTP
(GH-948) Ensure passwords / keys are not logged
(GH-952) Get-ChocolateyWebFile enhancements
(doc) update generated docs
(maint) formatting
(docs) move GenerateDocs.ps1 / update
(GH-932) Do not set unknown checksum to 'md5'
(GH-719) Reset ServerCertificateValidationCallback
(GH-305) add MSP/MSU installer types
(GH-305) update exitcodes to long
(GH-954) Pending fails when lib does not exist
(GH-950) Install-ChocolateyPackage - UseOriginalLocation
(maint) formatting
(GH-922) Automatically determine checksum type
(maint) fixes for shimgen
(GH-948) Do not log sensitive arguments
...
Allow passing
-UseOriginalLocation
to reduce the number of files forInstall-ChocolateyPackage
. Folks should useInstall-ChocolateyInstallPackage
instead, but sometimes folks don't know that exists.The text was updated successfully, but these errors were encountered: