C# VS uninstaller 2010-应用程序快捷方式

发布于 2024-11-30 19:59:20 字数 184 浏览 7 评论 0原文

我已经创建了 vs installer 2010。一切正常。我什至创建了快捷方式,它也工作得很好。用户桌面->创建用户桌面的快捷方式。问题是它只创建到应用程序文件夹的快捷方式,而不是到应用程序本身(即 abc.exe)的快捷方式。如何创建应用程序的快捷方式?我还注意到安装后桌面上的快捷方式链接不会立即显示。我必须刷新 F5(刷新桌面)才能显示图标

I have created vs installer 2010. all works fine. I even created the shortcut and it works fine too. User's Desktop -> Create Shortcut to User's Desktop. The problem is it only creates a short cut to the application folder and not to the application it self (ie abc.exe). how can I create a short cut to the application? also I notice that after the install the shortcut link on the desktop does not show right away. I have to fresh F5 (refresh my desktop) for the icon to show up

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

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

发布评论

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

评论(1

强辩 2024-12-07 19:59:20

选择应用程序文件夹,右键单击的主要输出,然后选择创建主要输出的快捷方式
然后将快捷方式拖放到用户桌面文件夹中。

Select Application Folder, right click on Primary Output from <YourProject> and then select Create shortcut to primary output from <YourProject>.
Then drag the shortcut and drop it on the User's Desktop folder.

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