Enable software properly
This commit is contained in:
parent
6f2583063c
commit
a3b79159e6
14 changed files with 512 additions and 398 deletions
scripts/Windows/Software/chocolatey
|
@ -3,7 +3,7 @@ using namespace Microsoft.Win32;
|
|||
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Software/powershell/Profile.ps1";
|
||||
|
||||
Start-SoftwareInstaller @args `
|
||||
Start-SoftwareInstaller -Force @args `
|
||||
-Configurator {
|
||||
param([string] $Name)
|
||||
[string] $backup = $null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue