Uninstaller won't remove AppData\Local expanded files.
Hey all, new here.
I have a .NET 6 WPF app with an installer project (Microsoft Visual Studio Installer Project 2022) I added and "mostly" works fine.
The issue is that the uninstall is not removing the temp files. I have an AppData\local collection of expanded on-demand files, but when uninstalled, it leaves them behind.
Is there a native way to have the uninstaller remove them, or do I need to make a CustomActions class to explicitly remove them?
0 Replies