Create an application packet

D

djake

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
 
C

Claudio Grazioli

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

You should be able to create a setup program with the Visual Studio itself.

Create a new project and choose "Project Types = Setup and Deployment
Projects". Then choose the suiting template like "Setup Project".

hth

PS: I'm not sure if all version of Visual Studio support this.
 

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

Top