Home All Groups Group Topic Archive Search About

Please help me Creating instalation Package For Vb.net Project

Author
1 Mar 2006 12:58 PM
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

Author
1 Mar 2006 1:08 PM
Josef Brunner
Hi,

<muthukumaran.1***@gmail.com> schrieb im Newsbeitrag
news:1141217921.829177.181960@i40g2000cwc.googlegroups.com...
> 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