Making Exe and Package

  • Thread starter Thread starter sympatico
  • Start date Start date
S

sympatico

I am using PDW in VB, is there any wizard to make package in VB.Net? Replies
will be appreciated.
 
sympatico said:
I am using PDW in VB, is there any wizard to make package in
VB.Net? Replies will be appreciated.

If you are using Visual Studio .NET Professional or "better", a setup wizard
is available (in the "Setup and Deployment Projects" category of the dialog
that is used to create a new project). If you are using the Standard
version of VB.NET, only a setup project template is included.
 
You can use the "Setup & Deplyoment Projects" you have the option when you
create New Project from VS.NET. You have various options under this type to
create setup projects

VJ
 
Back
Top