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.
我在 NSIS 中做了一个安装程序。当我在 Windows 7 上安装它时,一切都很完美。
当我在 Windows XP 上执行相同操作时,安装程序的图标不见了。此外,当安装程序完成时,快捷方式图标图像也会丢失。
我究竟做错了什么?
如果我没记错的话,XP 的最大图标大小是 32x32。
如果您使用的是为 Win7 制作的大于 32x32 且不包括替代尺寸(32x32、16x16)的图标,则该图标可能无法在 XP 上正确显示。