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...
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...