I currently have a project in asp mvc4, and there is a wix setup project generated;
Solution Explorer:
- Projec1 (mvc)
- Properties
- References
- Content
-
Controllers
- ...
- Project1.setup * (wix setup) *
- References
- Binaries
- Product.wxs
It turns out that inside the Binaries folder of the setup I have the dll outdated and in the bin folder of the project1 they are updated to the latest version. How do I update the project.setup Binaries of the wix project?