Installer: Rename Examples.lnk
[pulseview.git] / contrib / pulseview_cross.nsi.in
index 172db41a964ff7042c94a9d3ccab4353afd49e49..439fd2356c2acde4ff810429d53ce65daacbce9e 100644 (file)
@@ -179,19 +179,19 @@ Section "PulseView (required)" Section1
                "" "Open-source, portable sigrok GUI"
 
        # Create a shortcut for the uninstaller.
-       CreateShortCut "$SMPROGRAMS\sigrok\PulseView\Uninstall.lnk" \
+       CreateShortCut "$SMPROGRAMS\sigrok\PulseView\Uninstall PulseView.lnk" \
                "$INSTDIR\Uninstall.exe" "" "$INSTDIR\Uninstall.exe" 0 \
                SW_SHOWNORMAL "" "Uninstall PulseView"
 
        # Create a shortcut for the Zadig executable.
-       CreateShortCut "$SMPROGRAMS\sigrok\PulseView\Zadig.lnk" \
+       CreateShortCut "$SMPROGRAMS\sigrok\PulseView\Zadig (PulseView).lnk" \
                "$INSTDIR\zadig.exe" "" "$INSTDIR\zadig.exe" 0 \
-               SW_SHOWNORMAL "" "Zadig"
+               SW_SHOWNORMAL "" "Zadig (PulseView)"
 
        # Create a shortcut for the Zadig executable (for Win XP).
-       CreateShortCut "$SMPROGRAMS\sigrok\PulseView\Zadig (Win XP).lnk" \
+       CreateShortCut "$SMPROGRAMS\sigrok\PulseView\Zadig (PulseView, Win XP).lnk" \
                "$INSTDIR\zadig_xp.exe" "" "$INSTDIR\zadig_xp.exe" 0 \
-               SW_SHOWNORMAL "" "Zadig (Win XP)"
+               SW_SHOWNORMAL "" "Zadig (PulseView, Win XP)"
 
        # Create registry keys for "Add/remove programs" in the control panel.
        WriteRegStr HKLM "${REGSTR}" "DisplayName" "PulseView"
@@ -239,7 +239,7 @@ Section /o "Example data" Section2
        File "${CROSS}/share/sigrok-dumps/z80/kc85/kc85-20mhz.sr"
 
        # Create a shortcut for the example data folder.
-       CreateShortCut "$SMPROGRAMS\sigrok\PulseView\Examples.lnk" \
+       CreateShortCut "$SMPROGRAMS\sigrok\PulseView\Examples (PulseView).lnk" \
                "$INSTDIR\examples" "" "$INSTDIR\examples" 0 \
                SW_SHOWNORMAL "" ""
 SectionEnd
@@ -277,9 +277,10 @@ Section "Uninstall"
 
        # Delete the links from the start menu.
        Delete "$SMPROGRAMS\sigrok\PulseView\PulseView.lnk"
-       Delete "$SMPROGRAMS\sigrok\PulseView\Uninstall.lnk"
-       Delete "$SMPROGRAMS\sigrok\PulseView\Zadig.lnk"
-       Delete "$SMPROGRAMS\sigrok\PulseView\Zadig (Win XP).lnk"
+       Delete "$SMPROGRAMS\sigrok\PulseView\Uninstall PulseView.lnk"
+       Delete "$SMPROGRAMS\sigrok\PulseView\Zadig (PulseView).lnk"
+       Delete "$SMPROGRAMS\sigrok\PulseView\Zadig (PulseView, Win XP).lnk"
+       Delete "$SMPROGRAMS\sigrok\PulseView\Examples (PulseView).lnk"
 
        # Delete the sub-directory in the start menu.
        RMDir "$SMPROGRAMS\sigrok\PulseView"