Why not Vitel Payday Enjoy a Little Spontaneity

‘.NET Development’ Archive

Chaining MSIs with WiX 3.0 March 4, 2009 Comments Off

In some deployment scenarios it is not possible to bundle everything into a single installer. This may be because you need to install some third-party software, or because your build process forces you to split a single product across multiple MSIs.
Although there is not much in the WiX documentation about this, it is possible to [...]

Custom Project Templates Not Registered with Visual Studio 2008 Comments Off

Deploying Visual Studio extension packages is woefully underdocumented and to add insult to injury the tools to help the developer actually introduce subtle bugs that can be hard to track down. This post describes one such problem and its workaround.