Skip to content

Commit c30eb07

Browse files
authored
Update settings-common.md
Updated the Windows.Data.Apps.FileInfo to change description to point to JSON file
1 parent fd0381b commit c30eb07

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

hub/apps/develop/settings/settings-common.md

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -201,50 +201,50 @@ FileInfo values are populated from the *App Compatibility* JSON above. All FileI
201201

202202
| Name | Type | Description |
203203
|------|-------|---------|
204-
| name | wstring | File name. Optional. |
205-
| path | wstring | File path. Optional. |
206-
| osComponent | wstring | Boolean stating if the file is an OS file. |
207-
| size | wstring | The file size as a 32-bit value. |
208-
| magic | wstring | The PE header's magic number. Optional. For information on the PE header, see [PE Format](/windows/win32/debug/pe-format). |
209-
| peHeaderHash | wstring | Hash of the file's PE header. Optional. |
210-
| sizeOfImage | wstring | PE header's SizeOfImage value. Optional. |
211-
| peChecksum | wstring | PE header's CheckSum value. Optional. |
212-
| linkDate | wstring | PE header's TimeDateStamp value. Optional. |
213-
| linkerVersion | wstring | PE header's MarjorImageVersion and MinorImageVersion. Optional. |
214-
| binFileVersion | wstring | File version obtained from GetFileVersionInfo. Optional. |
215-
| binProductVersion | wstring | Product version obtained from GetFileVersionInfo. Optional. |
216-
| binaryType | wstring | PType of binary (e.g. PE64_AMD64). Optional. |
217-
| created | wstring | File creation time obtained from file system. Optional. |
218-
| modified | wstring | File modification time obtained from file system. Optional. |
219-
| lastAccessed | wstring | File access time obtained from file system. Optional. |
220-
| verLanguage | wstring | Language obtained from **GetFileVersionInfo**. Optional.|
221-
| id | wstring | Unique identifier obtained from hashing file contents. Optional.|
222-
| switchBackContext | wstring | Value for OS runtime compatibility fixes. Optional.|
223-
| sigDisplayName | wstring | Display name obtained from the file signature. Optional.|
224-
| sigPublisherName | wstring | Publisher name obtained from the file signature. Optional.|
225-
| sigMoreInfoURL | wstring | URL obtained from the file signature. Optional.|
226-
| fileVersion | wstring | File version obtained from **GetFileVersionInfo**. Optional.|
227-
| companyName | wstring | Company name obtained from **GetFileVersionInfo**. Optional.|
228-
| fileDescription | wstring | File description obtained from **GetFileVersionInfo**. Optional.|
229-
| internalName | wstring | Internal name obtained from **GetFileVersionInfo**. Optional.|
230-
| legalCopyright | wstring | Copyright information obtained from **GetFileVersionInfo**. Optional.|
231-
| originalFileName | wstring | Original filename obtained from **GetFileVersionInfo**. Optional.|
232-
| productName | wstring | Product name obtained from **GetFileVersionInfo**. Optional.|
233-
| productVersion | wstring | Product version obtained from **GetFileVersionInfo**. Optional.|
234-
| peImageType | wstring | Image type obtained from PE header. Optional.|
235-
| peSubsystem | wstring | Subsystem obtained from PE header. Optional.|
236-
| runLevel | wstring | Executable's runlevel obtained from app manifest. Optional.|
237-
| uiAccess | wstring | UI access obtained from app manifest. Optional.|
238-
| crcChecksum | wstring | File's CRC checksum. Optional.|
239-
| 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.|
218+
| modified | wstring | Read from App compatibility JSON. Optional.|
219+
| lastAccessed | wstring | Read from App compatibility JSON. Optional.|
220+
| verLanguage | wstring | Read from App compatibility JSON. Optional.|
221+
| id | wstring | Read from App compatibility JSON. Optional.|
222+
| switchBackContext | wstring | Read from App compatibility JSON. Optional.|
223+
| sigDisplayName | wstring | Read from App compatibility JSON. Optional.|
224+
| sigPublisherName | wstring | Read from App compatibility JSON. Optional.|
225+
| sigMoreInfoURL | wstring | Read from App compatibility JSON. Optional.|
226+
| fileVersion | wstring | Read from App compatibility JSON. Optional.|
227+
| companyName | wstring | Read from App compatibility JSON. Optional.|
228+
| fileDescription | wstring | Read from App compatibility JSON. Optional.|
229+
| internalName | wstring | Read from App compatibility JSON. Optional.|
230+
| legalCopyright | wstring | Read from App compatibility JSON. Optional.|
231+
| originalFileName | wstring | Read from App compatibility JSON. Optional.|
232+
| productName | wstring | Read from App compatibility JSON. Optional.|
233+
| productVersion | wstring | Read from App compatibility JSON. Optional.|
234+
| peImageType | wstring | Read from App compatibility JSON. Optional.|
235+
| peSubsystem | wstring | Read from App compatibility JSON. Optional.|
236+
| runLevel | wstring | Read from App compatibility JSON. Optional.|
237+
| uiAccess | wstring | Read from App compatibility JSON. Optional.|
238+
| crcChecksum | wstring | Read from App compatibility JSON. Optional.|
239+
| clrVersion | wstring | Read from App compatibility JSON. Optional.|
240+
| boeProgramId | wstring | Read from App compatibility JSON. Optional.|
241+
| boeProgramName | wstring | Read from App compatibility JSON. Optional.|
242+
| boeProgramPublisher | wstring | Read from App compatibility JSON. Optional.|
243+
| 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.|
248248
| 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)|
249249

250250
### Type: Windows.Data.Apps.DeviceMetadata structure

0 commit comments

Comments
 (0)