Deploy in .NET

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
 
N

Nick Harris

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Depply app with .NET 1
How to exeute a BAT ?? 1
How to execute a .BAT ?? 1
How to Execute a File ?? 1
how to confirm a command ?? 2
Folder Permissions 1
Folder Permissions 1
User Accounts 1

Top