View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005966 | JEDI Code Library | JclSysInfo | public | 2012-08-24 16:19 | 2024-01-02 21:54 |
| Reporter | MrDeveloper | Assigned To | AHUser | ||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | Version 2.4 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0005966: Add new GetProductId function to JclSysInfo | ||||
| Description | Please add the following function to the JclSysInfo.pas function GetProductId: string; begin { TODO : check for MSDN documentation } Result := RegReadStringDef(HKEY_LOCAL_MACHINE, REG_CURRENT_VERSION, 'ProductId', ''); end; | ||||
| Additional Information | WARNING: this function only works on 64bit Windows OS when the ticket 0005965 is solved inside the JclRegistry.pas. If not then the result string is always empty. | ||||
| Tags | No tags attached. | ||||
| Fixed in GIT commit | ba1a772b78a5296d1992e1cb94a7d29406bd855d | ||||
| Fixed in SVN revision | |||||
| IDE version | All | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-08-24 16:19 | MrDeveloper | New Issue | |
| 2012-08-24 16:19 | MrDeveloper | IDE version | => All |
| 2024-01-02 21:54 | AHUser | Assigned To | => AHUser |
| 2024-01-02 21:54 | AHUser | Status | new => resolved |
| 2024-01-02 21:54 | AHUser | Resolution | open => fixed |
| 2024-01-02 21:54 | AHUser | Fixed in GIT commit | => ba1a772b78a5296d1992e1cb94a7d29406bd855d |