Skip to content

Commit

Permalink
installer.vm: Open error log
Browse files Browse the repository at this point in the history
Open error log after installation is completed.
  • Loading branch information
Ana06 committed Oct 13, 2023
1 parent 9f73b7d commit 9bd3fb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/installer.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bd3fb1

Please sign in to comment.