Changeset 93559 in vbox
- Timestamp:
- Feb 2, 2022 11:52:39 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149693
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r93534 r93559 5008 5008 <attribute name="detectedImageNames" type="wstring" readonly="yes" safearray="yes"> 5009 5009 <desc> 5010 A list of names of the images detected from install.wim file of a Windows ISO. This 5011 array is parallel to <link to="IUnattended::detectedImageIndices"/>. 5010 A list of names of the images detected from install.wim file of a Windows Vista 5011 or later ISO. This array is parallel to <link to="IUnattended::detectedImageIndices"/>. 5012 This will be empty for older Windows ISOs and non-Windows ISOs. 5012 5013 </desc> 5013 5014 </attribute> 5014 5015 <attribute name="detectedImageIndices" type="unsigned long" readonly="yes" safearray="yes"> 5015 5016 <desc> 5016 A list of names of the images detected from install.wim file of a Windows ISO. This array5017 A list of image indexes detected from install.wim file of a Windows ISO. This array 5017 5018 is parallel to <link to="IUnattended::detectedImageNames"/>. <link to="IUnattended::imageIndex"/> 5018 should be one of these indices.5019 should be set to one of these indices for Vista and later Windows ISOs. 5019 5020 </desc> 5020 5021 </attribute> … … 5025 5026 <link to="IUnattended::detectedOSTypeId"/>, <link to="IUnattended::detectedOSVersion"/> 5026 5027 <link to="IUnattended::detectedOSFlavor"/>, <link to="IUnattended::detectedOSLanguages"/>, 5027 and <link to="IUnattended::detectedOSHints"/>. 5028 <link to="IUnattended::detectedOSHints"/>, <link to="IUnattended::detectedImageNames"/>, 5029 and <link to="IUnattended::detectedImageIndices"/>, 5028 5030 5029 5031 Not really yet implemented.
Note:
See TracChangeset
for help on using the changeset viewer.