I have a Visual Studio Setup Project that includes a number of icons with the installation. The issue I am running into regards these icons being deleted.
If I delete one of these icons through the file system, the MSI repair tool kicks in and prevents me from deleting this icon. (BAD)
I need to be able to install these icons as a default set of icons, but be able to delete them permanently after installation without the MSI repair tool kicking in.
What do I need to do in order to have a set of files that will be installed, but can be deleted later without interference.( Non - essential files )