Hi,
using the old Visual Studio 6 I remember I could create a setup
program for my application using the wizard inside the IDE for VB, and
using installshield for VC.
But now I'm using .NET framework. How can i create a setup program
for my applications? (both for VC and VB)
Thanks
Vipul Patel - 05 Apr 2005 18:17 GMT
You can create a Setup & Deployment and use the wizards provided by the
VS.NET IDE to easily create setup projects.
Happy Deploying.
Regards
Vipul
> Hi,
>
[quoted text clipped - 6 lines]
>
> Thanks
Vipul Patel - 05 Apr 2005 18:19 GMT
You can use the Setup and Deployment project available with the VS.NET IDE
to create installers for .NET projects created in C# and VB.NET.
You shall find them when you select to create a new project. In the project
types, selec Setup and Deployment Projects and select the template in which
you want to work on. The Setup Wizard template is the best for beginners.
Happy deploying.
Regards
Vipul
> Hi,
>
[quoted text clipped - 6 lines]
>
> Thanks