creating vb.net program install set?

  • Thread starter Thread starter Pj
  • Start date Start date
P

Pj

hi,

i have created a 3d CAD program using vb.net + opengl. does anyone
know how to create install set ie put my program & relevant file
(dlls, & etc) like proper programs installing from cds?

is there a site that can help me or can anyone guide me?

thanks
pj
 
VS.NET has a standard setup project you could add to your solution. It
takes a little bit to learn and navigate, plus you'll need the Microsoft
bootstrapper plugin to make sure it exports the dotnet CLR in your
installation files. Other than that, I also use Installshield which makes
creating a setup project a bunch easier. Problem is, you'll need $ for that
solution.

-Jason
 

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

Back
Top