Windows Installer应该创建桌面快捷方式图标吗?

前端之家收集整理的这篇文章主要介绍了Windows Installer应该创建桌面快捷方式图标吗?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我讨厌自动创建的桌面快捷方式图标,但有些人似乎认为,除非你的安装程序弄乱了你的桌面,否则它无法正常工作!

对于Windows有明确的指导方针,还是完全个人选择?

(安装程序中有一个“在桌面上留下杂乱?”复选框是一个选项,但在我看来,这只会让安装程序更加混乱……

从这里: http://msdn.microsoft.com/en-us/library/aa511450.aspx

If your users are very likely to use your program frequently,provide an option during setup to put a program shortcut on the desktop. Most programs won’t be used frequently enough to warrant offering this option.

Present the option unselected by default. Requiring users to select the option is important because once undesired icons are on the desktop,many users are reluctant to remove them. This can lead to unnecessary desktop clutter.

If users select the option,provide only a single program shortcut. If your product consists of multiple programs,provide a shortcut only to the main program.

Put only program shortcuts on the desktop. Don’t put the actual program or other types of files.

原文链接:/windows/366383.html

猜你在找的Windows相关文章