如何使用 ORCA 工具识别所需的自定义操作如何使用 ORCA 在 InstallValidate 之前携带它?

发布于 2024-11-04 02:18:32 字数 332 浏览 3 评论 0原文

您好,正在升级应用程序。我的应用程序的新版本应该安装在旧版本之上。但旧版本运行 Windows 服务。我想通过重写 Installer 类的 OnBeforeInstall() 方法来停止此服务其中包括 stopService 代码。

你好,我有一个 VS2005 设置项目。已将 Installer 类的主要输出包含到设置项目的自定义操作中。

但我想使用 ORCA 工具将此“自定义操作”放在“InstallValidate”之前。

我不知道如何在“自定义操作”表或“Ins​​tallExecuteSequence”表中识别我的自定义操作。

请帮助我。

谢谢我前进。

Hi am upgrading an application. My newer version of app should install over the older version. But the older version runs a windows service. I want to stop this service by overriding the OnBeforeInstall() method of Installer class & including the stopService code in it.

Hi I have a VS2005 set up project. Have included primary output of the Installer class to the custom actions of set up project.

But I want to bring this "Custom actions" before "InstallValidate" using ORCA tool.

I don't know how to identify my custom action in "Custom actions" table or "InstallExecuteSequence" table.

PLz help me.

Thanks I Advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

醉梦枕江山 2024-11-11 02:18:32

试试这个:

  • 在您的安装项目中,记下自定义操作名称,
  • 使用 Orca 打开您的 MSI,
  • 选择 InstallExecuteSequence 表,
  • 单击操作列,按名称对行进行排序,
  • 找到您的操作,
  • 将其序列列值修改为低于 InstallValidate 序列

Try this:

  • in your setup project note the custom action name
  • open your MSI with Orca
  • select InstallExecuteSequence table
  • click the Action column to order the rows by name
  • find your action
  • modify its Sequence column value to be lower that InstallValidate sequence
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文