Skip to content

bug(windows): update property for windows update check is not set #15433

@mcdurdin

Description

@mcdurdin

When installing a package alongside Keyman, update is set to 0, as expected:

http.Fields.Add('update', '0'); // This is probably a fresh install of a package, not an update

However, we do not currently set update to 1 for updates:

http.Fields.Add('version', ansistring(CKeymanVersionInfo.Version));
http.Fields.Add('tier', ansistring(CKeymanVersionInfo.Tier));
if FForce then
http.Fields.Add('manual', '1')
else
http.Fields.Add('manual', '0');

A secondary issue is that we do not record statistics for this value, even when it is set. See keymanapp/api.keyman.com#323.

Metadata

Metadata

Assignees

Type

Projects

Status

Todo

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions