nsis:如何创建开始菜单快捷方式来打开文件夹?
我的 NSIS 安装程序创建“开始”菜单链接来运行和卸载我的应用程序。
使用 NSIS,如何创建 StartMenu 快捷方式以在 Windows 资源管理器中打开文件夹?
My NSIS installer creates Start Menu links to run and uninstall my application.
Using NSIS, how do I create StartMenu shortcut to open a folder in Windows Explorer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
与任何其他快捷方式相同,
99% 的情况下这是资源管理器,这确实是您想要的,但如果您想强制使用资源管理器,
但该快捷方式将具有错误的图标等
the same as any other shortcut
this is explorer 99% of the time, and its really what you want, but if you want to force explorer
but that shortcut will have the wrong icon etc