well basically i'm not asking for a way to run vb.net applications without .net framework or similar. but i'm just asking for ideas or advices about what i can do to make it simpler for the user to run my programs ,because each way the user tries to run it without framework it's gonna ask him to download it what makes it more annoying
- i know there is a simple and available way to include .net framework in your setup , or if i don't like to make a setup just a bunch of code , but my programs are not really that important , i mean for example downloading a 200Mb file that just changes one or two registry keys isn't a choice at all
actually vista and win7 comes with .NET 4.0 pre installed so should i just continue without thinking of this problem or there is something i can do about it ?
note : VB 6.0 isn't a choice :D
edit : to make the question more clear , i'm using visual studio 2008 , is it ok (ok means are my programs gonna work on other computers without problems i don't care about advantages.) or should i move to earlier versions ?