Hi,
I have scripted the installer build process and updated the
documentation to explain how to do it. I hope that by scripting it it
should become easier for developers to roll a new installer. Right
now this is in the sqlalchemy branch, but I intend to merge to the
default branch sometime soon.
https://code.google.com/p/open-ihm/wiki/CreatingOpenIHMWindowsInstaller
There are still quite a few improvements I'd like to make, but for now
this should be a start. One of the things I've done is push all the
external dependencies into a repo as I suggested previously to make it
simpler to get going initially. It should also allow us to ensure
everyone has a more consistent set of dependencies with future
installers. We can always upgrade our dependencies, but we should
only need to do it when there is a compelling reason to do so, rather
than simply because somebody is started work on a new development
machine.
Colin.