In VB6's deployment and package wizard it made a batch file that you could
run to repackage your project. Can I do something like that in VB.NET?
I have a solution that all it does is package up my 15 files into a nice
MSI. Every time I update one of my projects or Dlls (the dlls are not in
dotnet) I have to open up my solution and tell it to rebuild. Is there an
easier way?
Thanks in advance
Chris