Browse by Tags

All Tags » Wix 3.5 (RSS)

Deferred Custom Actions in .Net

Recently I had to implement a set of deferred custom actions within a .Net 4 Wix 3.5 environment. Getting the Deferred Custom Actions to work properly meant that I had to wrestle with all the caveats that come with using an open source deployment tool...
Posted by jean | with no comments

Useful resources on Wix & MSBuild

Rob Mensching's Blog http://robmensching.com/blog/posts Wix Edit on Sourceforge http://wixedit.sourceforge.net/ General forum for Wix users http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ Primary tutorial for Wix development http:/...
Posted by jean | with no comments
Filed under:

Adventures with Wix 3.5, Visual Studio 2010 & Team foundation build 2008

Lately I have been having a look at the Microsoft Open Source project named Wix. The goal of this project is to provide an Xml DSL that allows the user to build deployment packages that are wrapped up in a Windows Installer package or ".Msi"...