diff options
| author | theAdib <theAdib@users.sourceforge.net> | 2006-11-05 00:07:37 +0000 |
|---|---|---|
| committer | theAdib <theAdib@users.sourceforge.net> | 2006-11-05 00:07:37 +0000 |
| commit | b6a1c7f31413eca413ee2a2e835a94de048438bc (patch) | |
| tree | babbcfa76a09265c4ab5b919c2232cf249de80c4 /packaging/win32 | |
| parent | add (outline) to window title when in outline mode (diff) | |
| download | inkscape-b6a1c7f31413eca413ee2a2e835a94de048438bc.tar.gz inkscape-b6a1c7f31413eca413ee2a2e835a94de048438bc.zip | |
Bug 1519641 Win: Rearrange start menu entries
(bzr r1898)
Diffstat (limited to 'packaging/win32')
| -rw-r--r-- | packaging/win32/inkscape.nsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index c971c1e5e..7634b1641 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -479,10 +479,12 @@ Section -removeInkscape Delete "$SMPROGRAMS\Inkscape\Uninstall Inkscape.lnk" Delete "$SMPROGRAMS\Inkscape\Inkscape.lnk" RMDir "$SMPROGRAMS\Inkscape" + Delete "$SMPROGRAMS\Inkscape.lnk" SetShellVarContext all Delete "$SMPROGRAMS\Inkscape\Uninstall Inkscape.lnk" Delete "$SMPROGRAMS\Inkscape\Inkscape.lnk" RMDir "$SMPROGRAMS\Inkscape" + Delete "$SMPROGRAMS\Inkscape.lnk" SectionEnd @@ -551,16 +553,14 @@ SectionEnd SectionGroup $(lng_Shortcuts) SecShortcuts -Section $(lng_Desktop) SecDesktop - SectionIn 1 2 3 +Section /o $(lng_Desktop) SecDesktop ClearErrors CreateShortCut "$DESKTOP\Inkscape.lnk" "$INSTDIR\inkscape.exe" IfErrors 0 +2 DetailPrint "Uups! Problems creating desktop shortcuts" SectionEnd -Section $(lng_Quicklaunch) SecQuicklaunch - SectionIn 1 2 3 +Section /o $(lng_Quicklaunch) SecQuicklaunch ClearErrors StrCmp $QUICKLAUNCH $TEMP +2 CreateShortCut "$QUICKLAUNCH\Inkscape.lnk" "$INSTDIR\inkscape.exe" |
