MAKEMSI is a freeware tool which creates Windows
Installer (MSI) packages using quite a simple scipt
and so adding support should be very easy.
It supports automated MSI builds.
I'd be very happy to help (create templates etc) but
don't have time to do any C/C++ coding as I'm very
rusty and MAKEMSI and my other freeware keeps me very
busy.
For MAKEMSI's homepage:
http://users.cyberone.com.au/dbareis/makemsi.htm
For an example of adding files (define install
directory and add all files matching mask):
<$DirectoryTree Key="INSTALLDIR" Dir="c:\program
files\Install Directory" CHANGE="\" PrimaryFolder="Y">
<$Files "TryMe.*" DestDir="INSTALLDIR">
Bye,
Dennis
Logged In: YES
user_id=574449
Hey that's pretty cool Dennis. I will definitely look into
this. It would require somecode changes and some UI changes
to be able to select the appropriate install engine you
would want to use but all of this is easily done. It'll
just take some time to plan out properly. Thanks for the
feedback.