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)"
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_****;
}