Paul Gofman (@gofman) commented about loader/wine.inf.in:
HKLM,%CurrentVersionNT%,"CurrentMinorVersionNumber",0x10003,0 HKLM,%CurrentVersionNT%,"CurrentBuild",2,"19043" HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"19043" +HKLM,%CurrentVersionNT%,"UBR",0x10003,1165
Do we need FLG_ADDREG_NOCLOBBER here (0x2 in 0x10003)? Doesn't really matter on first addition of the value, but then when the value is bumped this flag is going to keep the value first time set up in Wine prefix.
Here in Proton (https://github.com/ValveSoftware/wine/commit/4b426217e7eae17388b44027dd21a74...) I recently added the same field without FWIW.