Changeset 67939 in vbox
- Timestamp:
- Jul 12, 2017 3:12:57 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116931
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/common/unattended_templates/win_nt6_unattended.xml
r67932 r67939 127 127 </SynchronousCommand> 128 128 @@VBOX_COND_IS_INSTALLING_ADDITIONS@@ 129 <!-- TODO: The following two commands can be combined. -->130 129 <SynchronousCommand wcm:action="add"> 131 130 <Order>2</Order> 132 131 <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 134 133 </SynchronousCommand> 135 134 <SynchronousCommand wcm:action="add">
Note:
See TracChangeset
for help on using the changeset viewer.