Tag Archives: automatic deployment
WiX installer with parameter configurations
This blog continues on from the previous WiX/installation/deployment blogs. WiX Installer for MVC4 Project WiX installer with PowerShell scripts Creating a silent msi for Semantic Logging OUT-OF-PROCESS service using WiX In all of these blogs, WiX was used to create the setup. This is a free tool which plugs into visual studio. When creating a […]
WiX installer for MVC4 project
This example shows how a MVC4 solution can be setup together with a WiX installation project. To create a msi installer for a MVC4 project, the solution needs to be built, then the web project must be published, the WiX project harvests the published output and creates an msi installer. The solution is configured so […]