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>
|
---|
8 | Public properties can be specified with the MSI API, to control
|
---|
9 | additional behavior and features of the Windows host installer.
|
---|
10 | Use either of the following commands:
|
---|
11 | </p>
|
---|
12 | <pre xml:space="preserve">VirtualBox.exe -msiparams NAME=VALUE [...]</pre>
|
---|
13 | <pre xml:space="preserve">msiexec /i VirtualBox-<version>-Win.msi NAME=VALUE [...]</pre>
|
---|
14 | <p>
|
---|
15 | The following public properties are available.
|
---|
16 | </p>
|
---|
17 | <ul>
|
---|
18 | <li>
|
---|
19 | <p>
|
---|
20 | VBOX_INSTALLDESKTOPSHORTCUT
|
---|
21 | </p>
|
---|
22 | <p>
|
---|
23 | Specifies whether or not an <ph conkeyref="vbox-conkeyref-phrases/product-name"/> icon on the
|
---|
24 | desktop should be created.
|
---|
25 | </p>
|
---|
26 | <p>
|
---|
27 | Set to <codeph>1</codeph> to enable, <codeph>0</codeph>
|
---|
28 | to disable. Default is 1.
|
---|
29 | </p>
|
---|
30 | </li>
|
---|
31 | <li>
|
---|
32 | <p>
|
---|
33 | VBOX_INSTALLQUICKLAUNCHSHORTCUT
|
---|
34 | </p>
|
---|
35 | <p>
|
---|
36 | Specifies whether or not an <ph conkeyref="vbox-conkeyref-phrases/product-name"/> icon in the Quick
|
---|
37 | Launch Bar should be created.
|
---|
38 | </p>
|
---|
39 | <p>
|
---|
40 | Set to <codeph>1</codeph> to enable, <codeph>0</codeph>
|
---|
41 | to disable. Default is 1.
|
---|
42 | </p>
|
---|
43 | </li>
|
---|
44 | <li>
|
---|
45 | <p>
|
---|
46 | VBOX_REGISTERFILEEXTENSIONS
|
---|
47 | </p>
|
---|
48 | <p>
|
---|
49 | Specifies whether or not the file extensions .vbox,
|
---|
50 | .vbox-extpack, .ovf, .ova, .vdi, .vmdk, .vhd and .vdd should
|
---|
51 | be associated with <ph conkeyref="vbox-conkeyref-phrases/product-name"/>. Files of these types then
|
---|
52 | will be opened with <ph conkeyref="vbox-conkeyref-phrases/product-name"/>.
|
---|
53 | </p>
|
---|
54 | <p>
|
---|
55 | Set to <codeph>1</codeph> to enable, <codeph>0</codeph>
|
---|
56 | to disable. Default is 1.
|
---|
57 | </p>
|
---|
58 | </li>
|
---|
59 | <li>
|
---|
60 | <p>
|
---|
61 | VBOX_START
|
---|
62 | </p>
|
---|
63 | <p>
|
---|
64 | Specifies whether to start <ph conkeyref="vbox-conkeyref-phrases/product-name"/> right after
|
---|
65 | successful installation.
|
---|
66 | </p>
|
---|
67 | <p>
|
---|
68 | Set to <codeph>1</codeph> to enable, <codeph>0</codeph>
|
---|
69 | to disable. Default is 1.
|
---|
70 | </p>
|
---|
71 | </li>
|
---|
72 | </ul>
|
---|
73 | </body>
|
---|
74 |
|
---|
75 | </topic>
|
---|