Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the full path to a 16-bit local server application.
Registry Entry
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID
{CLSID}
LocalServer = path
Remarks
This is a REG_SZ value that specifies the full path and can include any command-line arguments.
COM appends the "-Embedding" flag to the string, so the application that uses flags must parse the whole string and check for the -Embedding flag.
To run a COM object server in a separate memory space, change the value of LocalServer as follows:
cmd /c start /separate path**.exe**
Related topics