Shortcuts with name “Uninstall ” are not displayed in Windows 8/8.1/10

后端 未结 1 498
情话喂你
情话喂你 2021-01-19 05:12

Using MSI installer we create application shortcuts on Windows 7, 8, 8.1 , 10 operating systems. Along with application shortcuts, we also create Uninstallation Shortcut for

相关标签:
1条回答
  • 2021-01-19 05:34

    As per this document https://msdn.microsoft.com/en-us/library/windows/desktop/jj673981%28v=vs.85%29.aspx, it states as below.

    DON'T: Don't put shortcuts to the following items on the Start screen: (previous document says the same for StartMenu http://www.2brightsparks.com/bb/viewtopic.php?t=7624)

    • Uninstallers. Users can access uninstallers through the Programs item in the Control Panel.
    • Help files. Include help topics directly in your app.
    • App settings and options. Include UI to configure settings for an app within the app or create a Control Panel item.
    • Web sites. Provide any appropriate links to information like help and technical support sites directly in your app.
    • Wizards. Wizards and other one-time configuration tasks should be launched from within the app.

    Other Microsoft Documentation below, it says to create shortcuts only for Programs and recommeds to use Add/Remove Programs for uninstall/repair/modify actions

    https://msdn.microsoft.com/en-us/library/windows/desktop/dn742493.aspx https://msdn.microsoft.com/en-us/library/windows/desktop/bb204770%28v=vs.85%29.aspx https://msdn.microsoft.com/en-us/library/windows/desktop/aa372825%28v=vs.85%29.aspx

    The behaviour of shorcuts displayed for few products is explained in the below blog. http://forums.winamp.com/showthread.php?t=378327

    0 讨论(0)
提交回复
热议问题