com:ExeServer
使用一个或多个类注册注册 ExeServer。
元素层次结构
<com:ExeServer>
语法
<com:ExeServer
Executable = 'A string with a value between 1 and 256 characters in length that must end with ".exe" and cannot contain these characters: <, >, :, ", |, ?, or *.'
Arguments = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
DisplayName = 'A string with a value between 1 and 256 characters in length. This string is localizable.'
LaunchAndActivationPermission = '[Optional SDDL string](/windows/win32/secauthz/security-descriptor-string-format).' >
<!-- Child elements -->
Class{1,10000}
</com:ExeServer>
密钥
{}
特定出现次数范围
特性和元素
属性
属性 | 说明 | 数据类型 | 必须 | 默认值 |
---|---|---|---|---|
可执行文件 | 相对于包根目录的路径,必须引用包中的文件。 这指定扩展的默认可执行文件。 如果未指定,则使用为应用定义的可执行文件。 如果指定,则还使用 EntryPoint 属性。 如果未指定该 EntryPoint 属性,则使用为应用定义的 EntryPoint。 | 值长度介于 1 到 256 个字符之间的字符串,必须以“.exe”结尾,并且不能包含以下字符:< 、、: > 、" 、| ? 、 或 * 。 |
是 | |
参数 | LocalServer32 键的参数。 | 值长度介于 1 到 32767 个字符之间的字符串,开头和结尾处有一个非空格字符。 | 否 | |
DisplayName | DisplayName 是对应于默认 AppID 密钥值的可本地化字符串。 | 值长度介于 1 到 256 个字符之间的字符串。 | 否 | |
LaunchAndActivationPermission | 一个可选的 SDDL 字符串 ,对应于 AppID 密钥的 LaunchPermission 值。 | SDDL 字符串。 | 否 |
子元素
子元素 | 说明 |
---|---|
类 | 定义 ExeServer 类注册。 |
父元素
父元素 | 描述 |
---|---|
com:ComServer | 声明 windows.comServer 类型的包扩展点。 comServer 扩展可能包括四种类型的注册:ExeServer、SurrogateServer、ProgId 或 TreatAsClass。 |
注解
ExeServer 可以有一个或多个类注册。 如果多个类注册的 LocalServer32 密钥匹配且具有相同的 AppID (,或者它们没有 AppID) ,除非它们需要在不同的应用程序/应用程序清单元素下注册,否则应共享 ExeServer。
ExeServer 注册对应于 LocalServer32 密钥 及其关联的 AppID 密钥。
Executable 和 Arguments 属性对应于 LocalServer32 键的默认值。
要求
项 | 值 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/com/windows10 |
Minimum OS Version | Windows 10版本 1703 (内部版本 15063) |