Skip to content
⌘ NSIS Forum Archive

Install on Vista doesn't remove startmenu items

3 posts

NEHOG#

Install on Vista doesn't remove startmenu items

Under XP this works OK.

Under Vista, uninstall leaves the start menu entries for my application.

Search didn't come up with anything, so I was wondering if anyone had seem the same, or understands what is happening?

I have the line:

RMDir /r "$SMPROGRAMS\My Application"

in my uninstall, but that seems to be having no effect. I'm puzzled! 😉