VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/install-win-installdir-req.dita@ 105573

Last change on this file since 105573 was 105300, checked in by vboxsync, 7 months ago

FE/Qt: bugref:10705. More white space fixes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 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-installdir-req">
4 <title>Windows Installation Directory Security Requirements</title>
5
6 <body>
7 <p>The installation directory on Windows hosts must meet certain security requirements, in order to be accepted by
8 the Windows installer. </p>
9 <p>This also applies for upgrades of <ph conkeyref="vbox-conkeyref-phrases/product-name"/>. </p>
10 <p>For example, when installing <ph conkeyref="vbox-conkeyref-phrases/product-name"/> into a custom location at
11 X:\Data\MyPrograms\<ph conkeyref="vbox-conkeyref-phrases/product-name"/>, all parent directories of this path
12 (namely X:\Data and X:\Data\MyPrograms) must meet the following Discretionary Access Control List (DACL).
13 <pre xml:space="preserve">
14 Users S-1-5-32-545:(OI)(CI)(RX)
15 Users S-1-5-32-545:(DE,WD,AD,WEA,WA)
16 Authenticated Users S-1-5-11:(OI)(CI)(RX)
17 Authenticated Users S-1-5-11:(DE,WD,AD,WEA,WA)
18 </pre>Directory inheritance must also be disabled for all parent directories. </p>
19 <p>You can use the <codeph>icacls</codeph> Windows command line tool to modify a directory to meet the security
20 requirements. For example: <pre xml:space="preserve">
21 icacls &lt;Directory&gt; /reset /t /c
22 icacls &lt;Directory&gt; /inheritance:d /t /c
23 icacls &lt;Directory&gt; /grant *S-1-5-32-545:(OI)(CI)(RX)
24 icacls &lt;Directory&gt; /deny *S-1-5-32-545:(DE,WD,AD,WEA,WA)
25 icacls &lt;Directory&gt; /grant *S-1-5-11:(OI)(CI)(RX)
26 icacls &lt;Directory&gt; /deny *S-1-5-11:(DE,WD,AD,WEA,WA)
27 </pre>Note that these commands must be repeated for all parent directories (X:\Data and X:\Data\MyPrograms
28 in this example).</p>
29 </body>
30
31</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