I have a program in WPF used to install a web ASP application on a server.
There are several steps to compile installer and I would like to make one solution.
Is it possible when I compile the solution, to execute custom code in order to minimize scripts and zip web application folders before compile installer project ?
Should I use pre-built events ?
For information the installer program is "home made" and I don't want to use another solution.
Thanks for your responses