Uninstaller in a subdirectory
I am moving a group of uninstallers to their respective subdirectories of the common install directory. (This is because a number of exe's will share files.) Under certain conditions, I want an installer to be able to remove what's left of the install directory (all other exe's having been uninstalled). However, I find that RMDir and Delete are no longer succeeding in the install path for anything except the installer's directory. What do I need to do?