Changeset 65048 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jan 2, 2017 8:29:42 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r64999 r65048 3815 3815 <attribute name="imageIndex" type="unsigned short"> 3816 3816 <desc> 3817 The image index on installation CD \DVD used to install.3818 Used only with Windows installation CD\DVD3817 The image index on installation CD/DVD used to install. 3818 Used only with Windows installation CD/DVD 3819 3819 </desc> 3820 3820 </attribute> … … 3822 3822 <method name="preparation"> 3823 3823 <desc> 3824 3824 Preparation for running the unattended process of installation 3825 3825 </desc> 3826 3826 </method> … … 3828 3828 <method name="constructScript"> 3829 3829 <desc> 3830 3830 Generates Guest-OS-specific unattended script. 3831 3831 </desc> 3832 3832 </method> … … 3834 3834 <method name="constructMedia"> 3835 3835 <desc> 3836 3837 3838 3836 Fix scripts in auxiliary CD ISO if it's needed 3837 Packages Guest-OS-specific unattended script into auxiliary CD ISO 3838 or into auxiliary floppy, depending on IMachine::OSTypId. 3839 3839 </desc> 3840 3840 </method> … … 3842 3842 <method name="reconstructVM"> 3843 3843 <desc> 3844 3845 3844 Prepare a newly created VM to start unattended installation 3845 (For example, such steps like open/attach bootable CD/FDD, OS ISO, additions) 3846 3846 </desc> 3847 3847 </method> … … 3849 3849 <method name="runInstallation"> 3850 3850 <desc> 3851 3851 Run unattended installation 3852 3852 </desc> 3853 3853 </method>
Note:
See TracChangeset
for help on using the changeset viewer.