Installing Certificate Services using sysocmgr

From: Noor Syed (Syed_at_discussions.microsoft.com)
Date: 07/28/04


Date: Wed, 28 Jul 2004 14:32:02 -0700

I am trying to intall Certificate Services silently using sysocmgr on W2K3 server.
sysocmgr /i:sysoc.inf /u:unattend.txt

Here's the unattend.txt I used:

[components]
certsrv=ON
certsrv_server=ON
certsrv_client=ON

[certserv_server]
CAType=StandaloneRoot
CSPProvider="Microsoft Strong Cryptographic Provider"
HashAlgorithm=SHA-1
KeyLength=4096
Name=MyCA
SharedFolder=%SYSTEMROOT%\CAConfig
UseSharedFolder=yes
validityPeriod=20
validityPeriodUnits=years

The certocm.log shows that installation is cancelled because: certsrv_server The parameter is incorrect.

Any help in troubleshooting this will be highly appreciated.