Adding component outside of Target designer

G

Guest

I need to add the "Windows Security Configuration Editor Client Engine" to
the XPE systems that we have deployed.

Is there a way to add this component without re-doing the XPE system from
scratch?
 
K

KM

Marshall,

Anything is possible. However, brining in a system component in a post FBA image is typically a laborous process and usually taken
when no other choice left.

For the component you mentioned you will have to :

- Make sure all the component dependencies are in your image and registered properly:
These includes:
Dependency on "Primitive: Ntdll" caused by "NTDLL.DLL"
Dependency on "Windows API - Advanced" caused by "ADVAPI32.DLL"
Dependency on "Windows API - Kernel" caused by "KERNEL32.DLL"
Dependency on "RPC Local Support" caused by "RPCRT4.DLL"
Dependency on "Primitive: Setupapi" caused by "SETUPAPI.DLL"
Dependency on "Windows API - User" caused by "USER32.DLL"
Dependency on "Primitive: Netapi32" caused by "NETAPI32.DLL"
Dependency on "Primitive: Userenv" caused by "USERENV.DLL"
Dependency on "Primitive: Oleaut32" caused by "OLEAUT32.DLL"
Dependency on "Primitive: Ole32" caused by "OLE32.DLL"
Dependency on "Primitive: AuthZ" caused by "AUTHZ.DLL"
Dependency on "Primitive: Wldap32" caused by "WLDAP32.DLL"
Dependency on "Security Accounts Manager Client" caused by "SAMLIB.DLL"
Dependency on "Primitive: Esent" caused by "ESENT.DLL"
Dependency on "Windows NT MARTA Provider" caused by "NTMARTA.DLL"
Security Configuration Engine for Professional depends on FBA: SCE
Dependency on "Microsoft Visual C++ Run Time" caused by "MSVCRT.DLL"

- Copy the following files to your runtime:

defltwk.inf - \windows\inf
dwup.inf - \windows\inf
syscomp.inf - \windows\inf
scecli.dll - \windows\system32
scersop.mof - \windows\system32\wbem

- Register scecli.dll with regsvr32.
 
G

Guest

Thanks..will give this a try.


KM said:
Marshall,

Anything is possible. However, brining in a system component in a post FBA image is typically a laborous process and usually taken
when no other choice left.

For the component you mentioned you will have to :

- Make sure all the component dependencies are in your image and registered properly:
These includes:
Dependency on "Primitive: Ntdll" caused by "NTDLL.DLL"
Dependency on "Windows API - Advanced" caused by "ADVAPI32.DLL"
Dependency on "Windows API - Kernel" caused by "KERNEL32.DLL"
Dependency on "RPC Local Support" caused by "RPCRT4.DLL"
Dependency on "Primitive: Setupapi" caused by "SETUPAPI.DLL"
Dependency on "Windows API - User" caused by "USER32.DLL"
Dependency on "Primitive: Netapi32" caused by "NETAPI32.DLL"
Dependency on "Primitive: Userenv" caused by "USERENV.DLL"
Dependency on "Primitive: Oleaut32" caused by "OLEAUT32.DLL"
Dependency on "Primitive: Ole32" caused by "OLE32.DLL"
Dependency on "Primitive: AuthZ" caused by "AUTHZ.DLL"
Dependency on "Primitive: Wldap32" caused by "WLDAP32.DLL"
Dependency on "Security Accounts Manager Client" caused by "SAMLIB.DLL"
Dependency on "Primitive: Esent" caused by "ESENT.DLL"
Dependency on "Windows NT MARTA Provider" caused by "NTMARTA.DLL"
Security Configuration Engine for Professional depends on FBA: SCE
Dependency on "Microsoft Visual C++ Run Time" caused by "MSVCRT.DLL"

- Copy the following files to your runtime:

defltwk.inf - \windows\inf
dwup.inf - \windows\inf
syscomp.inf - \windows\inf
scecli.dll - \windows\system32
scersop.mof - \windows\system32\wbem

- Register scecli.dll with regsvr32.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top