Changeset 68071 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jul 20, 2017 4:24:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r68038 r68071 3767 3767 <interface 3768 3768 name="IUnattended" extends="$unknown" 3769 uuid=" 1f9a37d3-c3ba-4741-a53a-822a1b2d308d"3769 uuid="663fc677-ca00-4a24-b940-8741f76a898a" 3770 3770 wsmap="managed" 3771 3771 reservedMethods="4" reservedAttributes="16" … … 3900 3900 </attribute> 3901 3901 3902 <attribute name="postInstallScriptTemplatePath" type="wstring"> 3903 <desc> 3904 The post installation (shell/batch) script template file. 3905 3906 The template default is based on the guest OS type and is determined by the 3907 internal installer when when <link to="IUnattended::prepare"/> is invoked. 3908 Most users will want the defaults. 3909 3910 After <link to="IUnattended::prepare"/> is called, it can be read to see 3911 which file is being used. 3912 </desc> 3913 </attribute> 3914 3902 3915 <attribute name="postInstallCommand" type="wstring"> 3903 3916 <desc> … … 3905 3918 3906 3919 Exactly what is expected as input here depends on the guest OS installer 3907 and the script template (see <link to="IUnattended::scriptTemplatePath"/>). 3920 and the post installation script template (see 3921 <link to="IUnattended::postInstallScriptTemplatePath"/>). 3908 3922 Most users will not need to set this attribute. 3909 3923 </desc> 3910 3924 </attribute> 3911 3925 3926 <!-- See no point in having this any more. 3912 3927 <method name="loadSettings"> 3913 3928 <desc> … … 3922 3937 </param> 3923 3938 </method> 3939 --> 3924 3940 3925 3941 <method name="prepare">
Note:
See TracChangeset
for help on using the changeset viewer.