View Issue Details

IDProjectCategoryView StatusLast Update
0006160WINIOT8MPGeneralpublic2024-05-29 07:21
Reporterroesner Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product VersionV1.X 
Target VersionV1.1 
Summary0006160: Windows IoT versioning
DescriptionImplement a method to version the Windows image.
For instance, by implementing a version string that is outputted through Debug when the operating system loads on the board.
Forum Link
Found Driver Version
Fixed Driver Version

Activities

friedrich

2024-05-29 05:12

developer   ~0004920

This feature is now implemented:
When building a new WINPE-Image, you can provide a version string to make-winpe-enterprise.cmd
> make-winpe-enterprise.cmd /version your-version-here
note that version must be one word and quotes are not allowed!

The version will be displayed in Settings -> System -> Info as "F&S Windows 10 IoT Version your-version-here"

When no version is supplied, a version will be generated automatically: "F&S Windows 10 IoT Build YYYY-MM-DD HH:mm"

friedrich

2024-05-29 07:20

developer   ~0004921

Feature has been implemented; see comment.