diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 33802f19..85784462 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -67,6 +67,7 @@ function Invoke-WindowsInstallation([Context] $context) if (-not $context.Get("MachineWideSoftware")) { Write-Host "Setting up software with default app associations"; + . "$softwarePath/aliae/Install.ps1" $context; . "$softwarePath/WinSCP/Install.ps1" $context; . "$softwarePath/Thunderbird/Install.ps1" $context; . "$softwarePath/posh-git/Install.ps1";