By tag: wix
0
kicks
WiX 3 Tutorial: Solution/Project structure and Dev resources
First in a series of WiX tutorials that shows the recommended WiX project structure and its properties and lists some other WiX development resources.
0
kicks
WiX (as seen in VS2010) Documentation CTP – What is WiX, how to use it
This download contains documentation with information on how to use WiX to create Microsoft Windows Installer-based deployment packages. The Windows Installer XML (WiX) platform is a set of tools and specifications that allow you to easily create Windows Installer database files. The WiX tools model...
0
kicks
WiX 3.0 Hates Subfolders
Using WiX 3.0 in Visual Studio? Don't add subfolders to your project or you'll spend a day figuring out why your work is E_FAILing
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.