Depply app with .NET

  • Thread starter Thread starter Marcelo López
  • Start date Start date
M

Marcelo López

Hi all, I have to deploy a win app wich requires install several things, for
example a service, MSDE, create an user using a .bat, etc. following a
special sequence.

Which is the best way to generate a setup that could allow this, with .NET
over win2000 and xp windows?

Regards

Marcelo López
Infocorp
Latin America
 
Marcelo,

I would look at creating an install project, and trying to put
everything into an MSI package. I forget which edition has it, but VS.NET
will allow you to do it.

Also, there are third party packages out there that will allow you to
create MSI install packages which offer more functionality than what the
VS.NET install package generator does.

Hope this helps.
 
Back
Top