Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用高级安装程序
创建我的 java 桌面应用程序的安装程序,寻找将主应用程序快捷方式固定到窗口 7 任务栏的解决方案
OD 是对的,微软不建议在 Win 7 的任务栏中自动固定,这就是为什么该功能从未在 Advanced Installer 中实现。但是,尽可能以编程方式固定,如您在链接文章中所见。您所要做的就是在安装过程结束时将代码添加为自定义操作,以便在安装程序创建快捷方式后固定快捷方式。