forderud / ComSamples

Examples of language-neutral COM interfaces for IPC and language interop.
MIT License
2 stars 3 forks source link

Generalize MyServerCs RunAs config to support any user #10

Closed forderud closed 5 months ago

forderud commented 1 year ago

Generalize the AppID RunAs configuration to support manual process startup using any user.

Verification steps:

  1. Manually start MyServer.exe with an admin user account different from the currently logged-in one.
  2. Run MyClientCpp.exe
  3. Verify that the client is able to communicated with the server without starting a new server process.
forderud commented 5 months ago

More or less the same functionality was implemented in #22