Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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