Welcome to Dovetail Software Blogs : Sign in | Join | Help

November 2009 - Posts

Adding a Custom Dialog To Your Wix Installer
Recently I made the move to Wix3 for a couple of projects and I have been quite happy. One of the things that has been simplified is adding a a custom step into the installer process. I’ll leave the heavy lifting of how to insert the custom dialog to Read More...
Simplification
Just replaced this VB (shudder) code ' Build up additional info string using ' research time as formatted string addnl_info = "Elapsed time = " t_long = research_time If t_long > 86400 Then t_long2 = t_long \ 86400 Else t_long2 = 0 End If Read More...