Per title - need to add the specific SKU name for the build and probably in winbrand as well. Currently only the SKU is included as WINTC_SKU, though not exposed in any APIs.
Stuff like mapping SKUs like xpclient-per to Windows XP Home Edition - also needs to take into account architecture (such as xpclient-pro on aarch64 being mapped to Windows XP 64-Bit Edition).
Should be in CMake build so that in future the setup program can use the correct full name.
Per title - need to add the specific SKU name for the build and probably in winbrand as well. Currently only the SKU is included as
WINTC_SKU
, though not exposed in any APIs.Stuff like mapping SKUs like
xpclient-per
toWindows XP Home Edition
- also needs to take into account architecture (such asxpclient-pro
onaarch64
being mapped toWindows XP 64-Bit Edition
).Should be in CMake build so that in future the setup program can use the correct full name.