Changeset 93285 in vbox
- Timestamp:
- Jan 17, 2022 9:46:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/UnattendedImpl.cpp
r93189 r93285 792 792 * version information without the need to guess. The current 793 793 * content of mStrDetectedOSVersion is mostly useful for human 794 * consumption. Long term it should be possible to have version794 * consumption. ~~Long term it should be possible to have version 795 795 * conditionals (expr style, please) in the templates, which 796 796 * would make them a lot easier to write and more flexible at the 797 * same time. */ 797 * same time. - done already~~ 798 * 799 * Here is how to list images inside an install.wim file from powershell: 800 * https://docs.microsoft.com/en-us/powershell/module/dism/get-windowsimage?view=windowsserver2022-ps 801 * 802 * Unfortunately, powershell is available by default on non-windows hosts, so we 803 * have to do it ourselves of course, but this can help when coding & testing. 804 */ 798 805 799 806 return S_FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.