> Trying to use Innotools for windows deployment, but not playing so nice.
I've had luck with WiX (
http://wix.sourceforge.net/) which is an open
source program that creates Windows MSI files. You construct an XML
source file which lists the components to be deployed along with other
options which you then compile into the MSI file.
Constructing the XML file can be a bit of a pain, but Wix includes an
executable called tallow which helps to automate this. I do like the
fact that the source file is text, which means it can be nicely placed
under version control.
I've also used Paver (
http://paver.github.com/paver/) to help with
build steps. Paver was created by our own Kevin Dangoor.