Page 1 of 1

Output filename options when building multiple patches?

Posted: Fri Jan 27, 2006 7:43 am
by n4solutions
Can anyone suggest a clean way of building patches with specific filenames when running miabuild to build multiple patches at once? By default it builds them all with the same name as the main installer filename (although in a different folder) and there doesn't seem a clean way of specifying alternate patch filenames.

Any suggestions? This is an automated process we would be running under NAnt and CruiseControl.NET.

Posted: Fri Jan 27, 2006 8:59 am
by MichaelNesmith
It seems to me the best way to go is to rename and/or move the built files to they don't conflict with new builds. I guess the automated build systems can handle these?