From 9bd3fb1531c41b863fab4e89e5e7fc13dd855fbc Mon Sep 17 00:00:00 2001 From: Ana Maria Martinez Gomez Date: Fri, 13 Oct 2023 14:59:38 +0200 Subject: [PATCH] installer.vm: Open error log Open error log after installation is completed. --- packages/installer.vm/tools/chocolateyinstall.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/installer.vm/tools/chocolateyinstall.ps1 b/packages/installer.vm/tools/chocolateyinstall.ps1 index bf6d7867a..51fd12fef 100644 --- a/packages/installer.vm/tools/chocolateyinstall.ps1 +++ b/packages/installer.vm/tools/chocolateyinstall.ps1 @@ -124,6 +124,8 @@ try { Write-Host "`t[-] $logPath" -ForegroundColor Yellow Write-Host "`t[-] %PROGRAMDATA%\chocolatey\logs\chocolatey.log" -ForegroundColor Yellow Write-Host "`t[-] %LOCALAPPDATA%\Boxstarter\boxstarter.log" -ForegroundColor Yellow + Start-Sleep 5 + & notepad.exe $logPath } # Let users know installation is complete by setting lock screen & wallpaper background, playing win sound, and display message box