Please help me Creating instalation Package For Vb.net Project

  • Thread starter muthukumaran.1982
  • Start date
M

muthukumaran.1982

I have developed a vb.net project. Everything went smooth. but matter
comes when creating a package. I have created as setup project for my
project. When I try to install it to a system that has no .net
framework it shows error
" You Must have .net frame work...." Something it show.
How to i create a package to install it in a system that has no .net
frame work.
Please Help Me.Its very urgent..
Thanks in Advance
Regards,
Muthu Kumaran
 
J

Josef Brunner

Hi,

How to i create a package to install it in a system that has no .net
frame work.

Try this:
- Go to Project--><project_name> Properties
- Click the "Publish" tab
- Click the "Prerequisits" button
- Check the .NET Framework 2.0 (or what you need) check box and publish
again...

hope it helps,
Joe
 

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