By tag: setup
0
kicks
How to create a setup project to install windows services
This post clearly explains how to create a setup project in visual studio
0
kicks
visual studio 2008 Team System uninstall problem
visual studio 2008 Team System setup a problem encountered while loading the setup components canceling setup
0
kicks
How to insert an assembly version number into a WiX v3 script using TF
Create msi with TFS where all assemblies and msi files have the same version. And the version is incremented in each build.
0
kicks
WiX v3 and detection of IIS and ASP.NET
An Example that detects .NET 2.0, IIS and ASP.NET 2.0 are installed and configured in Windows.
0
kicks
Using managed custom actions with WIX 3
Embedding custom actions written in .net into msi may be very tricky. Some setup developers even consider it evil. However I with some research and reverse engineering it could be quite simple.