Skip to content
⌘ NSIS Forum Archive

delete startmenu on vista

3 posts

huq.duote.com#

delete startmenu on vista

On Windows Vista,
I can't delete startMenu.
like this:
Delete "$SMPROGRAMS\Myapp\app.lnk"
RMDir /r "$SMPROGRAMS\Myapp"

I can create StartMenu.
But i can't delete StartMenu.
why?
Thanks for help!