Install-Dependencies
0.0.4
Script to install dependencies from the PowerShell Gallery and NuGet. It is possible to install scripts, modules and packages.
The packages can be installed from the PowerShell Gallery and packages from a NuGet repository.
Packages can defined as a raw string array or as a pscustomobject with a specific version number.
Please make sure to have the Modules WriteLog an
The packages can be installed from the PowerShell Gallery and packages from a NuGet repository.
Packages can defined as a raw string array or as a pscustomobject with a specific version number.
Please make sure to have the Modules WriteLog an
Script to install dependencies from the PowerShell Gallery and NuGet. It is possible to install scripts, modules and packages.
The packages can be installed from the PowerShell Gallery and packages from a NuGet repository.
Packages can defined as a raw string array or as a pscustomobject with a specific version number.
Please make sure to have the Modules WriteLog and PowerShellGet (>= 2.2.4) installed.
Show more
The packages can be installed from the PowerShell Gallery and packages from a NuGet repository.
Packages can defined as a raw string array or as a pscustomobject with a specific version number.
Please make sure to have the Modules WriteLog and PowerShellGet (>= 2.2.4) installed.
Installation Options
Owners
Copyright
(c) 2023 Apteco GmbH. All rights reserved.
Package Details
Author(s)
- florian.von.bracht@apteco.de
Tags
"PSEdition_Desktop" "Windows" "Apteco"
Functions
Dependencies
This script has no dependencies.
Release Notes
0.0.4 Changed the way to temporarily save packages when an error happens in dependency check
0.0.3 Some bigger changes for getting it to run
0.0.2 Ignore already installed global packages because they would need to be loaded first
0.0.1 Initial release of this script
FileList
- Install-Dependencies.nuspec
- Install-Dependencies.ps1