Hello folks, I am trying to use the PalmSource Installer to create an installation package for my application. After some initial frustration I got it working (but, then, it's a very simple package - just one PRC and one PDB for all platforms).
It would be nice, though, if I could invoke automatically PackageBuilder.exe to create a new installation package every time I compile a new release version of my application. Now, with a simple makefile, that's trivial; I know how to do it. Unfortunately, my project is a managed makefile project, meaning that its makefiles are automatically generated. I understand the meaning of the stuff in them - but I cannot modify them, because my modifications will be overwritten the next time I build the project. My question is: with a managed makefile project, is it possible to modify the project properties in such a way as to invoke an additional command (a call to PackageBuilder.exe in my case) when the project is built? And, if it is possible - how exactly to do it? Regards, Vesselin -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
