-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lots of verbose output noise when installing Chocolatey packages using Boxstarter 3.0.0 #501
Comments
I'm having trouble reproducing this issue on my machine(s). Also, can you try to
and see if that changes anything? |
I just replicated the problem on another computer (Macbook Pro) using a brand new install of Windows 11 Pro in a Parallels VM. You suggestion with |
FYI: Original test was done on a Windows machine using a Hyper-V VM with Windows 11 Pro |
The VerbosePreference parameter was not being set correctly for new choco.exe processes as well as when exporting environment variables.
* hotfix/3.0.1: GH-518: fix Call-Chocolatey usage (GH-532) Use 'choco install' instead of cinst (#533) (#524) Fix Build Handling of Long Prerelease (maint) eol consistency (maint) .gitattributes new line (GH-501) Fix Propagation of VerbosePreference (#512) (#508) Fix package iconUrl Fixed typo in README.md Update README.md (maint) Re-instate the Boxstarter logo (maint) link boxstarter.org repository (maint) crlf in Markdown files!
🎉 This issue has been resolved in version 3.0.1 🎉 The release is available on:
Your GitReleaseManager bot 📦🚀 |
@MalwareMechanic @mwallner I am still seeing this issue with 3.0.3: |
@Baune8D As this issue is now closed you should open a new issue so we can capture the required information. |
What You Are Seeing?
Lots of verbose output when installing chocolatey package. Previously also described here: #479 (comment)
What is Expected?
Expect to see regular installation output.
How Did You Get This To Happen? (Steps to Reproduce)
On a clean Windows 11 VM:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
3.0.0-beta-20220427-21
:choco install boxstarter -y --pre
Boxstarter Shell
Install-BoxstarterPackage -PackageName .\test.ps1
The
test.ps1
script looks like this:choco install git -y
System Details
[System.Environment]::OSVersion.version.tostring()
):10.0.22000.0
$PSVersionTable
):5.1.22000.613
choco --version
):1.1.0
Output Log
Full Log Output
The text was updated successfully, but these errors were encountered: