R
Rufus DeDufus
I have a COM server that is a self registering EXE (a windows service) that
wants to be passed a command line parameter when it is registered, e.g.
"-Service". My EXE is self-registering but without that flag some goodies
are not going into the registry as they should. How do I specify such a
parameter?
I am authoring Setup with Visual Studio .NET Standard Edition.
wants to be passed a command line parameter when it is registered, e.g.
"-Service". My EXE is self-registering but without that flag some goodies
are not going into the registry as they should. How do I specify such a
parameter?
I am authoring Setup with Visual Studio .NET Standard Edition.