Desktop Package

  • Thread starter Thread starter Erik
  • Start date Start date
E

Erik

In VB6 there was a simple package and deployment add on that I can't find in
..Net.
I have a small Windows Forms application that is using a Access database.
I just want to be able to create a install exe that will take my forms and
database and install on someone's computer.
I've seen the documentation for the setup procedure in .Net and its seems
overly complicated.
Does anybody have any previous experience doing this and have any
suggestions?

Thanks.
 
Erik,
It is easier to use than the VB6 one, you only have to get through some
strange things.
Try it and when you have problems, put them down here in this newsgroup.
I would not say we know them all.
But for a simple deployment the .net deployment package is very easy to use.
Cor
 
Hello,

Erik said:
I have a small Windows Forms application that is
using a Access database.
I just want to be able to create a install exe that will take
my forms and database and install on someone's computer.
I've seen the documentation for the setup procedure in
.Net and its seems overly complicated.

If you are using VS.NET Professional or better, you can use a wizard to
create the setup package.
 
Back
Top