Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / msi

Msi

msi

Great Reads

by Shenwei Liu
A sample shows approaches of creating WiX installers and a bootstrapper bundle for the deployment of business applications with multiple and selective configurations.
by Moak
This is a quick introduction for developers who want to create a simple MSI installer using the free WiX toolset v3.0.
by Jaime Olivares
How to introduce custom dialogs in an Setup project (aka vdproj) for generating MSI installers
by awilson9010
Mozilla Firefox MSI using WIX and Powershell

Latest Articles

by Shenwei Liu
A sample shows approaches of creating WiX installers and a bootstrapper bundle for the deployment of business applications with multiple and selective configurations.
by Moak
This is a quick introduction for developers who want to create a simple MSI installer using the free WiX toolset v3.0.
by Jaime Olivares
How to introduce custom dialogs in an Setup project (aka vdproj) for generating MSI installers
by awilson9010
Mozilla Firefox MSI using WIX and Powershell

All Articles

Sort by Score

msi 

by Shenwei Liu
A sample shows approaches of creating WiX installers and a bootstrapper bundle for the deployment of business applications with multiple and selective configurations.
by Jaime Olivares
How to introduce custom dialogs in an Setup project (aka vdproj) for generating MSI installers
by awilson9010
Mozilla Firefox MSI using WIX and Powershell
by Petr Pechovic
Example of creating a WIX installer for an ASP.NET Web application.
by CodingCoyote
Learn to use Wix# to create an installer for your application that bundles multiple MSIs, runtimes, and other dependencies
by CodingCoyote
This is Part 2 of "Creating a Wix# Installer That Includes Prerequisites"
by Akhil Mittal
In this article I would like to explain a step by step process to create a windows application and a setup installer for the same in a very simple manner, that is easy to understand and follow knowing that there are a number of other ways to do the same thing.
by Petr Pechovic
Creating Custom Action for WIX written in managed code without Votive
by Joe Marley
An example DLL that can be used for Deferred Custom Actions in WiX/MSI or from a standalone app.
by Joe Marley
This gives an example on how to install drivers using Wix, including the use of deferred custom actions.