Some output message is not displayed in the installer
Open
@emtuls is already working on this.
Since Jul 28, 2025.
:bug: bug
- Dominant language
- PowerShell
- Stars
- 9.1k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
### What's the problem?
`$global:VerbosePreference = "SilentlyContinue"` is causing that some `Write-Host` calls to display log messages are not displayed. We need to remove this line to ensure the messages are displayed. This may also activate some other noisy output we need to display.
### Environment
Environment independent.
### Additional Information
@emtuls noticed this and I have tested as well. @emtuls is this something you wan to work on?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.