[ 
https://issues.apache.org/jira/browse/NETBEANS-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17046962#comment-17046962
 ] 

Lars Bruun-Hansen commented on NETBEANS-2523:
---------------------------------------------

Okay, got it. It is Jenkins which builds releases. Still, I've looked through 
Jenkins and really cannot see anywhere where it would build the native C / C++ 
binaries which goes into NBI. But I must admit it is a blur to me, so don't 
take my word for it. If Jenkins really builds these bits then we would be 
looking for something which would need a C / C++ compiler and it would _have_ 
to execute on Windows. [Reema Taneja 
commented|https://github.com/apache/netbeans/pull/1844#issuecomment-571937304] 
on Jan 8th this year that such bits are build manually (which I assume means on 
some developer's workstation), so I would assume that is still the case ?

> Netbeans 64-bit creates invalid nomodify value in windows registry for years
> ----------------------------------------------------------------------------
>
>                 Key: NETBEANS-2523
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2523
>             Project: NetBeans
>          Issue Type: Bug
>            Reporter: Joseph Szabo
>            Assignee: Lars Bruun-Hansen
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 11.3
>
>         Attachments: 2020-01-04 22_13_24-Registry Editor.png
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> See [https://netbeans.org/bugzilla/show_bug.cgi?id=251538]
> Netbeans 64 bit installer creates a 64 bit integer in what is supposed to be 
> a 32 bit dword in the registry, which becomes an invalid value.
>  
> Windows Registry Editor Version 5.00
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\nbi-nb-base-8.2.0.0.201609300101]
>  "NoModify"=hex(4):01,00,00,00,00,00,00,00
>  
> Netbeans prevents powershell from listing registry uninstall keys in windows:
> {noformat}
> get-itemproperty hklm:\software\microsoft\windows\currentversion\uninstall*
> ...
> get-itemproperty : Specified cast is not valid.
>  At line:1 char:1
>  + get-itemproperty hklm:\software\microsoft\windows\currentversion\unin ...
>  + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>  + CategoryInfo : NotSpecified: ( [Get-ItemProperty], InvalidCastException
>  + FullyQualifiedErrorId : 
> System.InvalidCastException,Microsoft.PowerShell.Commands.GetItemPropertyCommand
> {noformat}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to