Deploy in .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
 
We just finished doing the same thing with an msi package built as a .net
deployment application. We used custom actions to run all of our pre
app-load and post app load events.
*Don't forget your setup.ini for MSDE!!

Nick
 
Back
Top