VirtualBox

Changeset 67939 in vbox


Ignore:
Timestamp:
Jul 12, 2017 3:12:57 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116931
Message:

Unattended/NT6+: Use VBoxCertUtil to add certificates as per the user manual.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/common/unattended_templates/win_nt6_unattended.xml

    r67932 r67939  
    127127                </SynchronousCommand>
    128128@@VBOX_COND_IS_INSTALLING_ADDITIONS@@
    129                 <!-- TODO: The following two commands can be combined. -->
    130129                <SynchronousCommand wcm:action="add">
    131130                    <Order>2</Order>
    132131                    <Description>Install Oracle certificate</Description>
    133                     <CommandLine>cmd /c for %i in (e:\cert\vbox*.cer) do certutil -addstore -f "TrustedPublisher" %i</CommandLine>
     132                    <CommandLine>e:\cert\VBoxCertUtil.exe add-trusted-publisher e:\cert\vbox*.cer --root e:\cert\vbox*.cer
    134133                </SynchronousCommand>
    135134                <SynchronousCommand wcm:action="add">
Note: See TracChangeset for help on using the changeset viewer.

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