I created an installer which deletes the directory tree upon uninstall -

- AI_Uninstall.png (19.37 KiB) Viewed 1914 times
. I also created a shortcut which invokes the Windows uninstall (msiexec /x). The uninstall via the Control Panel behaves as expected, deleting the directory upon uninstall. However, the shortcut leaves the directory. Is there something I need to change in the shortcut to have it delete the directory as well?