将 Launch 添加到 CustomAction 和 Binary 表
向 CustomAction 表添加 Launch 自定义操作的记录。 在 CustomAction 表的 Action 列中输入自定义操作的名称。 在 CustomAction 表的 Type 列中输入 Launch 的总数值类型 65。 CustomAction 表的 Source 列为包含 DLL 二进制数据的 Binary 表的记录指定一个键。 在 CustomAction 表的 Source 列中输入 Tutorial.dll。 在 CustomAction 表的 Target 字段中指定的入口点必须与从 DLL 导出的入口点匹配。 在 CustomAction 表的 Target 列中输入 LaunchTutorial。
操作 | 类型 | 源 | 目标 |
---|---|---|---|
启动 | 65 | Tutorial.dll | LaunchTutorial |
将从 Tutorial.cpp 创建的 Tutorial.dll 作为二进制流添加到 Binary 表中。
名称 | 数据 |
---|---|
Tutorial.dll | {为 DLL 添加的二进制数据} |