Titanium JIRA Archive
Appcelerator Daemon (DAEMON)

[DAEMON-204] appcd-winreg: Add support for specifying registry hive architechture

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusResolved
ResolutionWon't Fix
Resolution Date2019-05-06T15:38:49.000+0000
Affected Version/sn/a
Fix Version/sAppc Daemon 2.3.0
Componentsappcd-detect, appcd-winreg
Labelsn/a
ReporterEwan Harris
AssigneeChris Barber
Created2017-12-06T15:51:17.000+0000
Updated2019-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

  1. Chris Barber 2019-05-06

    We are abandoning the spawning of the reg.exe and thus we no longer need to be concerned with this ticket. Instead of spawning reg.exe, a new library called winreglib is written in C and uses the win32 API to directly talk to the registry (DAEMON-81).

JSON Source