I am creating an uninstaller which will delete some files and itself. It also needs to delete the folder in which it is placed. I am developing the uninstaller in C++ for Windows only.
I have found methods to delete folders and files but I am not able to find method which deletes the application itself and also deletes the folder that contains it.
Can anyone please guide me how can I achieve this??
Thanks