--- a/pidgin/win32/nsis/pidgin-installer.nsi Wed May 23 01:14:29 2007 +0000 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Wed May 23 02:31:55 2007 +0000 @@ -519,8 +519,7 @@ SectionEnd Section $(PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE) SecStartMenuShortcut SetOverwrite on - CreateDirectory "$SMPROGRAMS\Pidgin" - CreateShortCut "$SMPROGRAMS\Pidgin\Pidgin.lnk" "$INSTDIR\pidgin.exe" + CreateShortCut "$SMPROGRAMS\Pidgin.lnk" "$INSTDIR\pidgin.exe" SetOverwrite off SectionEnd SectionGroupEnd @@ -750,7 +749,6 @@ RMDir "$INSTDIR" ; Shortcuts.. - RMDir /r "$SMPROGRAMS\Pidgin" Delete "$DESKTOP\Pidgin.lnk" Goto done