-
Notifications
You must be signed in to change notification settings - Fork 109
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
netbeans corrupts enumeration of the registry #92
Comments
Looks like it is this bug. https://netbeans.org/bugzilla/show_bug.cgi?id=251538#bugzilla-body |
internal posh bug where Get-ItemProperty fails when reading a REG_DWORD value which contains binary data |
email exchange rubendijkstra123 2016-01-09 13:28 UTC:
dtgm 2016-02-11 12:24 UTC:
comfreek 2016-02-12 17:01 UTC:
rubendijkstra123 2016-02-12 17:49 UTC:
|
I cannot reproduce the problem anymore with the latest version in my repository: https://github.com/ComFreek/chocolatey-packages/tree/4e2580583507921b4a06dc4a7c97737cdf1a538d EDIT: I've made another change, please use the commit version as per the updated URI above. |
@tunisiano187 sounds like a plan! |
NetBeans versions tested and affected:
8.0.2
,8.1
After installing netbeans, attempting to enumerate a key created by netbeans fails.
This is bad because many chocolatey packages enumerate the registry in this way to locate their uninstall routine.
Typical code found in
chocolateyUninstall.ps1
Error
The text was updated successfully, but these errors were encountered: