Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all articles
Browse latest Browse all 2105

Deleting folder from Start Menu -> Programs

$
0
0
Upon Post Uninstall, what's the correct action needed to delete the shortcut from the Start Menu under Programs? The shortcut shows a folder with the name of my program - and underneath it, it just shows "(Empty)" after the uninstall is complete.

I'd like to remove that shortcut altogether. I tried this:
Code:

result = Folder.DoesExist(SessionVar.Expand("%AppFolder%"));
if(result == true) then
        Folder.Delete(SessionVar.Expand("%AppFolder%"));
end

but it didn't seem to do anything.

Please advise. Thank you!

Viewing all articles
Browse latest Browse all 2105

Trending Articles