.INF install with .Security section needs scesrv

Ideas for enhancements to the software
Post Reply
v2y
Posts: 50
Joined: Sun Mar 09, 2008 4:51 pm

.INF install with .Security section needs scesrv

Post by v2y » Wed Oct 29, 2008 12:58 pm

Please save this as testsce.inf, and right click with sandboxed WindowsExplorer, and select Install.

Code: Select all

[version]
Signature="$CHICAGO$"

[DefaultInstall]
CopyFiles=copy.inf

[DestinationDirs]
copy.inf = 17 

[copy.inf]
testsce.inf ; this file.

[copy.inf.Security]
"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
This seems needs scerpc, implemented in scesrv.dll.
Service proc seems ScesrvInitializeServer(void* somewhatRPCproc),
and somewhatRPCproc seems not called normally. So simple stub may help:

Code: Select all

HRESULT CALLBACK somewhatRPCproc(LPCWSTR, RPC_IF_HANDLE){
    DebugBreak();
    return E_****;
}

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest