Visual Studio Setup Project: How Can I force an Uninstaller to run in Administrator mode?
I've created a Visual studio Setup Project, and I have an Installer Classes created for my main App. In this Installer Class, I overridden the Uninstaller function to clean extra folders created by my app. This works fine in windows XP, but not in Windows 7 since I assume it has something to do with UAC. How Can I force my Uninstaller to elevate privileges? I've asked this question in another post, but I wasn't clear on my intentions. I've found these links but I don't know if it's relevant: http://msdn.microsoft.com/en-us/library/aa370852.aspx http://msdn.microsoft.com/en-us/library/aa370134