VirtualBox

Changeset 58563 in vbox for trunk/doc


Ignore:
Timestamp:
Nov 4, 2015 1:52:36 PM (9 years ago)
Author:
vboxsync
Message:

Documentation: Added Windows host installer public properties.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_Installation.xml

    r58485 r58563  
    191191      <para>Unattended installations can be performed using the standard MSI
    192192      support.</para>
     193
     194    </sect2>
     195
     196    <sect2>
     197      <title>Public properties</title>
     198
     199      <para>The following public properties can be specified via MSI API,
     200      <screen>VirtualBox.exe -msiparams NAME=VALUE [...]</screen>
     201      or
     202      <screen>msiexec /i VirtualBox-&lt;version&gt;-MultiArch_&lt;x86|amd64&gt;.msi NAME=VALUE [...]</screen>
     203      to control additional behavior and/or features of the Windows host installer:
     204        <glosslist>
     205          <glossentry>
     206            <glossterm><para>VBOXINSTALLDESKTOPSHORTCUT</para></glossterm>
     207
     208            <glossdef>
     209              <para>Specifies whether or not a VirtualBox icon on the desktop
     210              should be created.</para>
     211
     212              <para>Set to <computeroutput>1</computeroutput> to enable,
     213              <computeroutput>0</computeroutput> to disable. Default is 1.</para>
     214            </glossdef>
     215          </glossentry>
     216
     217          <glossentry>
     218            <glossterm><para>VBOXINSTALLQUICKLAUNCHSHORTCUT</para></glossterm>
     219
     220            <glossdef>
     221              <para>Specifies whether or not a VirtualBox icon in the Quick Launch
     222              Bar should be created.</para>
     223
     224              <para>Set to <computeroutput>1</computeroutput> to enable,
     225              <computeroutput>0</computeroutput> to disable. Default is 1.</para>
     226            </glossdef>
     227          </glossentry>
     228
     229          <glossentry>
     230            <glossterm><para>VBOXREGISTERFILEEXTENSIONS</para></glossterm>
     231
     232            <glossdef>
     233              <para>Specifies whether or not the file extensions .vbox,
     234              .vbox-extpack, .ovf, .ova, .vdi, .vmdk, .vhd and .vdd should be
     235              associated with VirtualBox. Files of these types then will be opened
     236              with VirtualBox.
     237
     238              <para>Set to <computeroutput>1</computeroutput> to enable,
     239              <computeroutput>0</computeroutput> to disable. Default is 1.</para>
     240            </glossdef>
     241          </glossentry>
     242
     243          <glossentry>
     244            <glossterm><para>VBOXSTART</para></glossterm>
     245
     246            <para>Specifies whether or not VirtualBox should be started right after
     247            successful installation.</para>
     248
     249            <para>Set to <computeroutput>1</computeroutput> to enable,
     250            <computeroutput>0</computeroutput> to disable. Default is 1.</para>
     251          </glossentry>
     252        </glosslist>
     253      </para>
    193254
    194255    </sect2>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette