Depply app with .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

Nicholas Paldino [.NET/C# MVP]

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.
 

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

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

Top