Reputation: 1
I am new to the xna framework. If i publish my game, an installer is created which can be installed on other pcs which is great. But my problem is, that, if the game is installed, there is no uninstaller for that game. What do I have to do, to add an uninstaller there?
Upvotes: 0
Views: 232
Reputation: 4857
I'm assuming that the installer you're referring to is a Visual Studio installer project. If so, your application should appear in the Add/Remove Programs menu, and can be uninstalled from there.
Upvotes: 1