@@ -99,11 +99,11 @@ FunctionEnd
9999 ; http://nsis.sourceforge.net/Docs/AppendixG.html (to build yourself)
100100 ${EnvVarUpdate} $0 " PATH" " A" " HKLM" " $INSTDIR\bin"
101101 SetShellVarContext all
102+ CreateShortCut " $DESKTOP\${arctitle} ${arcver} Eclipse.lnk" " $INSTDIR\eclipse\eclipse.exe" " " " $INSTDIR\eclipse\eclipse.exe" 0
102103 CreateDirectory " $SMPROGRAMS\${shelldir}"
103104 CreateShortCut " $SMPROGRAMS\${shelldir}\${arctitle} ${arcver} Command Prompt.lnk" ' %comspec%' ' /k "$INSTDIR\arcshell.bat"'
104- CreateShortCut " $DESKTOP\${arctitle} ${arcver} Eclipse.lnk" " $INSTDIR\eclipse\eclipse.exe" " " " $INSTDIR\eclipse\eclipse.exe" 0
105105 CreateShortCut " $SMPROGRAMS\${shelldir}\${arctitle} ${arcver} Eclipse.lnk" " $INSTDIR\eclipse\eclipse.exe" " " " $INSTDIR\eclipse\eclipse.exe" 0
106- CreateShortCut " $SMPROGRAMS\${shelldir}\Uninstall ${arctitle} ${arcver} .lnk" " $INSTDIR\Uninstall.exe" " " " $INSTDIR\Uninstall.exe" 0
106+ CreateShortCut " $SMPROGRAMS\${shelldir}\Uninstall.lnk" " $INSTDIR\Uninstall.exe" " " " $INSTDIR\Uninstall.exe" 0
107107 CreateShortCut " $SMPROGRAMS\${shelldir}\Documentation.lnk" " $INSTDIR\share\doc" 0
108108 CreateShortCut " $SMPROGRAMS\${shelldir}\IDE Wiki on GitHub.lnk" \
109109 " https://github.com/foss-for-synopsys-dwc-arc-processors/arc_gnu_eclipse/wiki" 0
@@ -117,10 +117,13 @@ FunctionEnd
117117 section " Uninstall"
118118 SetShellVarContext all
119119 Delete " $DESKTOP\${arctitle} ${arcver} Eclipse.lnk"
120- Delete " $SMPROGRAMS\${arctitle}\${arctitle} ${arcver} Eclipse.lnk"
121- Delete " $SMPROGRAMS\${arctitle}\${arctitle} ${arcver} Command Prompt.lnk"
122- Delete " $SMPROGRAMS\${arctitle}\Uninstall ${arctitle} ${arcver}.lnk"
123- RmDir " $SMPROGRAMS\${arctitle}"
120+ Delete " $SMPROGRAMS\${shelldir}\${arctitle} ${arcver} Command Prompt.lnk"
121+ Delete " $SMPROGRAMS\${shelldir}\${arctitle} ${arcver} Eclipse.lnk"
122+ Delete " $SMPROGRAMS\${shelldir}\Uninstall.lnk"
123+ Delete " $SMPROGRAMS\${shelldir}\Documentation.lnk"
124+ Delete " $SMPROGRAMS\${shelldir}\IDE Wiki on GitHub.lnk"
125+ Delete " $SMPROGRAMS\${shelldir}\IDE Releases on GitHub.lnk"
126+ RmDir " $SMPROGRAMS\${shelldir}"
124127 ${un.EnvVarUpdate} $0 " PATH" " R" " HKLM" " $INSTDIR\bin"
125128 !include " uninstall_files.nsi"
126129 Delete " $INSTDIR\Uninstall.exe"
0 commit comments