You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| clrVersion | wstring |CLR version obtained from app manifest. Optional.|
240
-
| boeProgramId | wstring |Unique ID describing the application. Optional.|
241
-
| boeProgramName | wstring |Same as "productName", if it exists. Otherwise same as "name". Optional.|
242
-
| boeProgramPublisher | wstring |Same as "companyName", if it exists. Otherwise same as "fileDescription", if it exists. Optional.|
243
-
| boeProgramVersion | wstring |USame as "productVersion", if it exists. Otherwise same as "fileVersion", if it exists. Otherwise same as "binProductVersion", if it exists. Otherwise same as "binFileVersion", if it exists . Optional.|
244
-
| boeProgramLanguage | wstring |Same as "verLanguage", if it exists. Optional.|
245
-
| fileSize |uint64|File's size as a 64-bit number. Optional.|
246
-
| peCharacteristics | wstring |Image characteristics obtained from PE header. Optional.|
247
-
| sha256 | wstring |SHA256 hash of file. Optional.|
204
+
| name | wstring |Read from App compatibility JSON. Optional.|
205
+
| path | wstring |Read from App compatibility JSON. Optional.|
206
+
| osComponent | wstring |Read from App compatibility JSON. Optional.|
207
+
| size | wstring |Read from App compatibility JSON. Optional.|
208
+
| magic | wstring |Read from App compatibility JSON. For information on the PE header, see [PE Format](/windows/win32/debug/pe-format). |
209
+
| peHeaderHash | wstring |Read from App compatibility JSON. Optional.|
210
+
| sizeOfImage | wstring |Read from App compatibility JSON. Optional.|
211
+
| peChecksum | wstring |Read from App compatibility JSON. Optional.|
212
+
| linkDate | wstring |Read from App compatibility JSON. Optional.|
213
+
| linkerVersion | wstring |Read from App compatibility JSON. Optional.|
214
+
| binFileVersion | wstring |Read from App compatibility JSON. Optional.|
215
+
| binProductVersion | wstring |Read from App compatibility JSON. Optional.|
216
+
| binaryType | wstring |Read from App compatibility JSON. Optional.|
217
+
| created | wstring |Read from App compatibility JSON. Optional.|
| boeProgramVersion | wstring |Read from App compatibility JSON. Optional.|
244
+
| boeProgramLanguage | wstring |Read from App compatibility JSON. Optional.|
245
+
| fileSize |wstring|Read from App compatibility JSON. Optional.|
246
+
| peCharacteristics | wstring |Read from App compatibility JSON. Optional.|
247
+
| sha256 | wstring |Read from App compatibility JSON. Optional.|
248
248
| aumid | wstring | Application user model ID. Optional. For more information, see [Find the Application User Model ID of an installed app](/windows/configuration/store/find-aumid?tabs=ps)|
0 commit comments