Hello Everyone, I have built an application in vb.net. Now I want to create the setup(installer) of this application and this installer should be able to install the application on client side without the support of .net framework. I want to create a standalone application. Is it possible? Please tell me the steps. Thank You
is this a web application or a forms application? either way, you're going to need the .net framework on the client if they plan to install the application. If the client is just a client..meaning, they are just using a web browser then obviously no installation is needed...
As dmose pointed out you cannot run any .NET application with out the required MS plug-in Framework. However you can include the Framework in the setup project. Let me know if you need a help about that. I'd be glad to help you out.