VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/install-win-public-props.dita@ 105289

Last change on this file since 105289 was 105289, checked in by vboxsync, 6 months ago

Docs: bugref:10705. Merging current changes to dita files from docs team's repo. (r6123, r6120, r6117)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="install-win-public-props">
4 <title>Public Properties</title>
5
6 <body>
7 <p>Public properties can be specified with the MSI API, to control additional behavior and features of the Windows
8 host installer. Use either of the following commands: </p>
9 <pre xml:space="preserve">VirtualBox.exe -msiparams NAME=VALUE [...]</pre>
10 <pre xml:space="preserve">msiexec /i VirtualBox-&lt;version&gt;-Win.msi NAME=VALUE [...]</pre>
11 <p>The following public properties are available. </p>
12 <ul>
13 <li>
14 <p>VBOX_INSTALLDESKTOPSHORTCUT </p>
15 <p>Specifies whether or not an <ph conkeyref="vbox-conkeyref-phrases/product-name"/> icon on the desktop should
16 be created. </p>
17 <p>Set to <codeph>1</codeph> to enable, <codeph>0</codeph> to disable. Default is 1. </p>
18 </li>
19 <li>
20 <p>VBOX_INSTALLQUICKLAUNCHSHORTCUT </p>
21 <p>Specifies whether or not an <ph conkeyref="vbox-conkeyref-phrases/product-name"/> icon in the Quick Launch
22 Bar should be created. </p>
23 <p>Set to <codeph>1</codeph> to enable, <codeph>0</codeph> to disable. Default is 1. </p>
24 </li>
25 <li>
26 <p>VBOX_REGISTERFILEEXTENSIONS </p>
27 <p>Specifies whether or not the file extensions .vbox, .vbox-extpack, .ovf, .ova, .vdi, .vmdk, .vhd and .vdd
28 should be associated with <ph conkeyref="vbox-conkeyref-phrases/product-name"/>. Files of these types then
29 will be opened with <ph conkeyref="vbox-conkeyref-phrases/product-name"/>. </p>
30 <p>Set to <codeph>1</codeph> to enable, <codeph>0</codeph> to disable. Default is 1. </p>
31 </li>
32 <li>
33 <p>VBOX_START </p>
34 <p>Specifies whether to start <ph conkeyref="vbox-conkeyref-phrases/product-name"/> right after successful
35 installation. </p>
36 <p>Set to <codeph>1</codeph> to enable, <codeph>0</codeph> to disable. Default is 1. </p>
37 </li>
38 </ul>
39 </body>
40
41</topic>
Note: See TracBrowser for help on using the repository browser.

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