Skip to content
⌘ NSIS Forum Archive

Delete $SMPROGRAMS

3 posts

Guest#

Delete $SMPROGRAMS

Does anyone have a script or an idea how to delete/remove the folders within $SMPROGRAMS (ie:games/accessories) The Rmdir /r command only removes the contents. thanks
flizebogen#
you have to differ between current and the "all users".

If you delete the current user directory in startmenu and a directory with same name exists for all users than the folder will still be shown in start menu.
Guest#
already tried setting the varcontext. i've even went so far as to explicitly define the path c:\docs and settings.....