Hi,
I found that if we access Application.UserAppDataPath property in our .Net program, then an extra folder named %versionNumber% will be created inside the ApplicationData folder.
My question is, during the uninstallation time, I want the AI to delete this folder. So let say I uninstall "MyApp" version 1.0.0.0 from the computer, then I want the folder named "1.0.0.0" inside the ApplicationData is also removed.
Is there anyway to do this?