i have created an MSi installer. when i install this installer it also installs a visual studio project which is actually a tutorial project. When user runs this project it generates Bin
and Obj
folders. when i uninstall the install it does not delete all the those Bin
and Obj
folder which are generated after the installation.
Can you provide me some example how to use RemoveFolder
tag in Wix to remove those two folders and the files inside them recursively.
Thanks