Re: Installing Certificate Services using sysocmgr
From: Noor Syed (NoorSyed_at_discussions.microsoft.com)
Date: 07/30/04
- Previous message: JK: "SP4 update"
- In reply to: Torgeir Bakken \(MVP\): "Re: Installing Certificate Services using sysocmgr"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 30 Jul 2004 14:37:02 -0700
Finally, after numerous trail and errors, I got this working.
In the [certsrv_server] section, i had to make these changes.
HashAlgorithm=SHA-1 --------->should be SHA1
SharedFolder=%SYSTEMROOT%\CAConfig ----->I had to hardcode; C:\CAConfig.
Also, I had to change the source file locations in the registry(HKCU\Software\Microsoft\Windows\CurrentVersion\Setup\SourcePath) value to source dir which contains the i386 (default is the source from where the OS was installed), in case if you are not installing from initial source path.
thanks, -Noor Syed.
"Torgeir Bakken (MVP)" wrote:
> Noor Syed wrote:
>
> > 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]
>
> Instead of [certserv_server], try [certsrv_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.
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scriptcenter/default.mspx
>
- Previous message: JK: "SP4 update"
- In reply to: Torgeir Bakken \(MVP\): "Re: Installing Certificate Services using sysocmgr"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|