Changeset 102116 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Nov 15, 2023 7:41:58 PM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 160237
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r102113 r102116 4962 4962 <interface 4963 4963 name="IUnattended" extends="$unknown" 4964 uuid=" 6f89464f-7773-436a-a4df-592e4e537fa0"4964 uuid="d1833215-78c9-4b42-9c2a-f44ef7b2d01f" 4965 4965 wsmap="managed" 4966 4966 rest="managed" … … 5069 5069 The TXS binary will be taken from the ISO indicated by 5070 5070 <link to="IUnattended::validationKitIsoPath"/>. 5071 </desc> 5072 </attribute> 5073 5074 <attribute name="userPayloadIsoPath" type="wstring"> 5075 <desc> 5076 User Payload ISO image path. This is used when 5077 <link to="IUnattended::installUserPayload"/> is set to true. 5078 </desc> 5079 </attribute> 5080 5081 <attribute name="installUserPayload" type="boolean"> 5082 <desc> 5083 Indicates whether the User Payload should be installed or not. 5084 5085 The User Payload will be taken from the ISO indicated by 5086 <link to="IUnattended::userPayloadIsoPath"/>. 5071 5087 </desc> 5072 5088 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.