Configure software implicitly
This commit is contained in:
parent
39600c813f
commit
1f20af3bc5
17 changed files with 6 additions and 96 deletions
scripts/Windows/Software/PowerShell
|
@ -7,13 +7,6 @@ param (
|
|||
. "$PSScriptRoot/../../../Common/Types/InstallerAction.ps1";
|
||||
|
||||
Start-SoftwareInstaller @PSBoundParameters `
|
||||
-Installer {
|
||||
param(
|
||||
[scriptblock] $Installer
|
||||
)
|
||||
|
||||
& $Installer -Action ([InstallerAction]::Configure);
|
||||
} `
|
||||
-Configurator {
|
||||
. "$PSScriptRoot/../../../Common/Software/PowerShell/Manage.ps1" `
|
||||
-Action ([InstallerAction]::Configure);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue