[DAEMON-204] appcd-winreg: Add support for specifying registry hive architechture
GitHub Issue | n/a |
Type | Improvement |
Priority | High |
Status | Resolved |
Resolution | Won't Fix |
Resolution Date | 2019-05-06T15:38:49.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 2.3.0 |
Components | appcd-detect, appcd-winreg |
Labels | n/a |
Reporter | Ewan Harris |
Assignee | Chris Barber |
Created | 2017-12-06T15:51:17.000+0000 |
Updated | 2019-05-06T15:38:50.000+0000 |
Description
Description
From my research into windowslib v2 we're going to need to query the 32 bit registry hive architecture, this can be achieved by passing an opt.arch value to win-reg. If no value is specified we should default to null. This will also need to be added to appcd-detect
Comments
JSON Source
We are abandoning the spawning of the
reg.exe
and thus we no longer need to be concerned with this ticket. Instead of spawningreg.exe
, a new library calledwinreglib
is written in C and uses the win32 API to directly talk to the registry (DAEMON-81).