I needed to install the Security Configuration Wizard (SCW) of Windows Server 2003 SP1. The installation needed to be done in a test environment with the Windows Server 2003 source files on a MSDN download DVD iso file. The Windows Server 2003 machines were deployed using an image in combination with sysprep.
The source files were in D:\ENGLISH\WIN2003_VLP\32BIT\ENT_WITH_SP1_VLP\I386.
The SCW is installed with Add/Remove Programs, Add/Remove Windows Components. After checking the box in front of Security Configuration Wizard, I kept getting the question to insert the Windows Server 2003 SP1 cd to get the file ActiveSockets.dll. ActiveSockets.dll is actually in D:\ENGLISH\WIN2003_VLP\32BIT\ENT_WITH_SP1_VLP\I386\SCW.CAB so I could not point to that location.
The simplest solution was to edit c:\windows\inf\scw.inf in the following way:
Find the line that says [SourceDisksNames.x86]. In the line below, replace \I386 with \ENGLISH\WIN2003_VLP\32BIT\ENT_WITH_SP1_VLP\I386\.
Now try the installation again. Maybe there are other solutions but this worked for me.



