Architecture independent installer
This is a continuation of my series on WiX Windows Installers. In this part we talk about making the installer architecture independent.
To be clear: MSI-installers do not support both 32 and 64 bit platforms, but are built for one or the other.
To get around this you can create a “bootstrapper”.
Read more

Have you found a need to automate a process with just a web UI available? Where there’s no API, repetitive task can take ages and be most destructive on the patience of a programmer that knows most things can be automated.