Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello
i have 2 doubts on this issue
i create an application using VS 2010 vb.net. Now i want to create its setup / installer . how can i do that. i mean i don't how to create its. and i don't find package and deployment.
would you please explain me how to create a setup/installer for the application using package and deployment ?

another doubt is that what will be the requirements on the candidate system to run that application.does it require any framework to be installed ? or any other requirements.i know vs2010 associate with .net framework 4.0
Posted

1 solution

How to create setup project vs2010

Creating an MSI Package for C# Windows Application Using a Visual Studio Setup Project[^]

How to create custom dialog boxes using the Web Setup Project in Visual Studio 2010[^]



Regarding system requirement..

the client system need to updated with .NET framework in which you have developed your application like .NET 3.5 or .NET 4 etc..

Also if you have use any third party tools in your application then also required that all the support files for running that tools to be available over client system.
 
Share this answer
 
Comments
Member 10486834 26-Dec-13 7:34am    
And what about how to create an installer ?
Tejas Vaishnav 26-Dec-13 7:50am    
have you follow two links i posted in my answer, its about to create installer/setup of your application

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900