Install Security Configuration Wizard unattended
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
- Before initiating the unattended installation, add the following entry to the [Components] section of Unattend.txt: SCW=On
To apply an SCW policy during the unattended installation, also carry out the following steps.
Create the policy file on a server that already has SCW installed.
Either create a Cmdlines.txt file (or modify the existing one) so that it has a [Commands] section containing the following line: scwcmd configure /p:SCWPolicy.xml
Copy the Cmdlines.txt file and the previously created policy file to the $OEM$ directory. The $OEM$ directory is specified by the OEMFILESPATH entry in the [Unattended] section of Unattend.txt.
Note
- For detailed instructions about running unattended installation, see Automating and Customizing Installations on the Microsoft Web Site.