安装完成后如何启动快捷方式

发布于 2024-09-04 02:44:11 字数 167 浏览 1 评论 0原文

我有一个 WIX 项目,正在创建 MSI 以安装 Excel VSTO 应用程序,包括用于启动该应用程序的桌面快捷方式。安装和快捷方式创建工作正常。但我需要能够在安装完成后通过执行快捷方式来启动应用程序。我看过有关如何启动可执行文件的指南,但没有看到任何快捷方式。我缺少某种方法可以做到这一点吗?

谢谢!

I have a WIX project that is creating an MSI to install an Excel VSTO application, including desktop shortcuts to launch the application. The installation and shortcut creation is working fine. But I need to be able to launch the application by executing the shortcut after the installation has completed. I've seen guides on how to launch an executable, but nothing for a shortcut. Is there some way of doing this that I'm missing?

Thanks!

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

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

发布评论

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

评论(1

锦欢 2024-09-11 02:44:11

启动快捷方式与启动可执行文件有何不同?我的意思是快捷方式指向一个可执行文件加上一些命令行参数。无论如何,结果都是一个正在运行的应用程序,那为什么还要麻烦呢?

How is launching shortcut different from launching the executable? I mean the shortcut points to an executable plus maybe some command line arguments. The result is a running application anyway, then why bothering?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文