Build Process Automation?

t_a_k_2002

Newcomer
Joined
Jun 6, 2004
Messages
4
Hi everybody,

I have few projects, for making setup out of it ,I have to builds these projects in specific order so that version conflict of dll is avoided.
But this is very tedious task,as even if I miss small step then whole setup collapses.

CaN ANY ONE HELP ME OUT TO AUTOMATE THE BUILD PROCESS


TUSHAR KOMAWAR
 
t_a_k_2002 said:
Hi everybody,

I have few projects, for making setup out of it ,I have to builds these projects in specific order so that version conflict of dll is avoided.
But this is very tedious task,as even if I miss small step then whole setup collapses.

CaN ANY ONE HELP ME OUT TO AUTOMATE THE BUILD PROCESS


TUSHAR KOMAWAR
Isn't the VS smart in this regard?
cant you make one solution containing all related projects and rebuilding the solution will rebuiild them in the right order?

I could be wrong but, but I dont think I have ever had this problem.
 
Back
Top