VB.net setup with framework .??

menifesto

New member
Joined
Jun 17, 2006
Messages
2
Programming Experience
Beginner
Hello,

I made a VB.NET programme with ms access database.

And now I want to make a Setup project for End User to install, but my End User target includes Window 98, Window Me and Window 2000 or win xp (which maybe haven't installed .NET framework and windows installer)

Can you teach me how to make a setup project to detect all these user have they install .NET framework and Windows Installer, if not then install for them automatically and then install my VB.NET programme that I made.
in short i want to make a setup fro the setup on which framework is not insatlled . so how can i include all the things (like framework as well as crystal ) in my setup ?

I had try to make a simple setup project and install in a OS that has already install those things, so right now I'm stuck in this stituation

Please help me!!
Thanks
 
Back
Top