I built an easy Excel Add-In in Visual Basic. It is running like a charm when I run it through Visual Studio, or even when I deploy it through Visual Studio. But if I deploy it in Visual Studio using the setup project to get an MSI file, it will be displayed normally in Excel, as before, but when I want to click a button on the form it just does not do anything. It seems like the button listener is not working.
It must be due to the fact that I used the MSI installer. I built it following the exact steps by Microsoft, here: