9 lines
304 B
PowerShell
9 lines
304 B
PowerShell
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
|
|
. "$PSScriptRoot/../../../Common/Types/InstallerAction.ps1";
|
|
|
|
Start-SoftwareInstaller @args `
|
|
-Configurator {
|
|
. "$PSScriptRoot/../../../Common/Software/PowerShell/Manage.ps1" `
|
|
-Action ([InstallerAction]::Configure);
|
|
};
|