Where's the Package and Deployment Wizard?

  • Thread starter Thread starter jt
  • Start date Start date
J

jt

Using VB.NET 2003 and wanting to make a setup for my program. In VB6 there
is package wizard but being a newbie can't seem to find the package wizard
in VB.NET.

Any help is surely appreciated.

Thanks,
jt
 
You have to create a Setup Project...

Add a new project to your solution and select the 'Setup and Deployment
Projects' project type instead of the VB ones, from here you should be able
to select a 'Setup Project'.

That should get you started.

Hope this helps.

Matt.
 
Hi,

If you have vs.net pro or greater you and add a setup wizard project
to solution to simplify deployment.

Ken
------------------
Using VB.NET 2003 and wanting to make a setup for my program. In VB6 there
is package wizard but being a newbie can't seem to find the package wizard
in VB.NET.

Any help is surely appreciated.

Thanks,
jt
 
jt,

I have the same problem, I'm missing the "Setup Wizard" icon from the
Templates pan. Do you mind telling me how to get it on the pan.

Thank you for your time

Aldo
 
Back
Top