Registration Free COM for dllSurrogate process

Anshul seth
1
Reputation point
I have an application and a server dll. I have just converted the it to registration free com with the help of following documentation: https://learn.microsoft.com/en-us/previous-versions/dotnet/articles/ms973913(v=msdn.10)?redirectedfrom=MSDN
I am successfully able to launch the application as in-proc configuration and use the server dll using manifest files.
But I want my dll to use out-proc configuration and launch a dllsurrogate process. So is it possible to do it using a registration free com (manifest files) ?
{count} votes
Is there any other way possible to use dll surrogate without registering the dll ?
I have referred to the following link but didn't get much clarity on how to use it
https://learn.microsoft.com/nl-nl/uwp/schemas/appxpackage/uapmanifestschema/element-com3-surrogateserver
This is the reference that I looked at - assembly-manifests