Archive: Uninstalling Shortcuts failing


Uninstalling Shortcuts failing
For some reason the uninstaller doesn't remove the start menu shortcuts, and I can't figure out why. What am I doing incorrectly?

Section "Start Menu Shortcut"
CreateDirectory "$SMPROGRAMS\Microsoft Office\Business Manager"
CreateShortCut "$SMPROGRAMS\Microsoft Office\Business Manager\Business Manager.lnk" "$INSTDIR\Business Manager.lrt" "" "$INSTDIR\Business Manager.ico"
CreateShortCut "$SMPROGRAMS\Microsoft Office\Business Manager\uninstall.lnk" "$INSTDIR\uninstall.exe"
CreateDirectory "$SMPROGRAMS\LiveTechnology\Business Manager"
CreateShortCut "$SMPROGRAMS\LiveTechnology\Business Manager\Business Manager.lnk" "$INSTDIR\Business Manager.lrt" "" "$INSTDIR\Business Manager.ico"
CreateShortCut "$SMPROGRAMS\LiveTechnology\Business Manager\uninstall.lnk" "$INSTDIR\uninstall.exe"
SectionEnd

Section "Uninstall"
Delete "$SMPROGRAMS\Microsoft Office\Business Manager\*.*"
RMDir "$SMPROGRAMS\Microsoft Office\Business Manager"
Delete "$SMPROGRAMS\LiveTechnology\Business Manager\*.*"
RMDir "$SMPROGRAMS\LiveTechnology\Business Manager"
SectionEnd

http://www.google.com/search?hl=en&q...all+start+menu