- Timestamp:
- Mar 28, 2017 7:53:31 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114207
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r66274 r66282 280 280 UUID or version!! 281 281 --> 282 283 284 285 282 <library 283 name="VirtualBox" 284 uuid="d7569351-1750-46f0-936e-bd127d5bc264" 285 version="1.3" 286 286 > 287 287 288 288 <application 289 290 291 289 name="VirtualBox" 290 uuid="819B4D85-9CEE-493C-B6FC-64FFE759B3C9" 291 supportsErrorInfo="yes" 292 292 > 293 293 294 294 295 296 <!-- 295 <!-- 297 296 // COM result codes for VirtualBox 298 297 ///////////////////////////////////////////////////////////////////////// … … 3755 3754 ///////////////////////////////////////////////////////////////////////// 3756 3755 --> 3757 3756 3758 3757 <interface 3759 3758 name="IUnattended" extends="$unknown" … … 3793 3792 <desc> 3794 3793 A path to the file with data prepared by user. 3795 3796 3794 The internal rule is "name = value" like "isoPath = /correct/path/to/the/iso" 3795 One line - one parameter 3797 3796 </desc> 3798 3797 </attribute> … … 3813 3812 <attribute name="productKey" type="wstring"> 3814 3813 <desc> 3815 Any key which is used as authorization of access to install genuine OS 3814 Any key which is used as authorization of access to install genuine OS 3816 3815 </desc> 3817 3816 </attribute> … … 3820 3819 <desc> 3821 3820 specifies if the Oracle VirtualBox additions should be installed or not. 3822 (Answering "false" does not affect Guest Additions, that come 3821 (Answering "false" does not affect Guest Additions, that come 3823 3822 pre-installed with certain versions of Linux guests, such as openSUSE). 3824 3823 Currently not implemented. … … 3847 3846 <desc> 3848 3847 Fix scripts in auxiliary CD ISO if it's needed 3849 Packages Guest-OS-specific unattended script into auxiliary CD ISO 3848 Packages Guest-OS-specific unattended script into auxiliary CD ISO 3850 3849 or into auxiliary floppy, depending on IMachine::OSTypId. 3851 3850 </desc> … … 23887 23886 23888 23887 <!-- Pay attention! Application uuid of this application is used in midl.xsl 23889 So if you change it then change filter in "interface" and "class" template in midl.xsl too 23888 So if you change it then change filter in "interface" and "class" template in midl.xsl too 23890 23889 --> 23891 23890 <application … … 23927 23926 </desc> 23928 23927 </method> 23929 23928 23930 23929 </interface> 23931 23930 </if>
Note:
See TracChangeset
for help on using the changeset viewer.