File: additions-windows-install-unattended-certs.dita

package info (click to toggle)
virtualbox 7.1.12-dfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 565,672 kB
  • sloc: ansic: 2,330,854; cpp: 2,193,228; asm: 230,777; python: 223,895; xml: 86,771; sh: 25,541; makefile: 8,158; perl: 5,697; java: 5,337; cs: 4,872; pascal: 1,782; javascript: 1,692; objc: 1,131; lex: 931; php: 906; sed: 899; yacc: 707
file content (61 lines) | stat: -rw-r--r-- 2,901 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="additions-windows-install-unattended-certs">
  <title>Installing Code Signing Certificates</title>
  
  <body>
    <p>To avoid popups when performing an unattended installation of the <ph
        conkeyref="vbox-conkeyref-phrases/product-name"/> Guest Additions, the code signing certificates used to sign
      the drivers needs to be installed in the correct certificate stores on the guest operating system. Failure to do
      this will cause a typical Windows installation to display multiple dialogs asking whether you want to install a
      particular driver. </p>
    <note>
      <p>On some legacy Windows versions, such as Windows 2000 and Windows XP, the user intervention popups mentioned
        above are always displayed, even after importing the Oracle certificates. </p>
    </note>
    <p>Installing the code signing certificates on a Windows guest can be done automatically. Use the
        <filepath>VBoxCertUtil.exe</filepath> utility from the <filepath>cert</filepath> folder on the Guest Additions
      installation CD. </p>
    <p>Use the following steps: </p>
    <ol>
      <li>
        <p>
                Log in as Administrator on the guest.
              </p>
      </li>
      <li>
        <p>
                Mount the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> Guest Additions .ISO.
              </p>
      </li>
      <li>
        <p>
                Open a command line window on the guest and change to
                the <filepath>cert</filepath> folder on the
                <ph conkeyref="vbox-conkeyref-phrases/product-name"/> Guest Additions CD.
              </p>
      </li>
      <li>
        <p>
                Run the following command:
              </p>
        <pre xml:space="preserve">VBoxCertUtil.exe add-trusted-publisher vbox*.cer --root vbox*.cer</pre>
        <p>
                This command installs the certificates to the
                certificate store. When installing the same certificate
                more than once, an appropriate error will be displayed.
              </p>
      </li>
    </ol>
    <p>To allow for completely unattended guest installations, you can specify a command line parameter to the install
      launcher: </p>
    <pre xml:space="preserve">VBoxWindowsAdditions.exe /S</pre>
    <p>This automatically installs the right files and drivers for the corresponding platform, either 32-bit or 64-bit.</p>
    <note>
      <p>For Windows Aero to run correctly on a guest, the guest's VRAM size needs to be configured to at least 128 MB.</p>
    </note>
    <p>For more options regarding unattended guest installations, consult the command line help by using the command:</p>
    <pre xml:space="preserve">VBoxWindowsAdditions.exe /?</pre>
  </body>
  
</topic>