Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Have Created An Application On C# With .netframeWorK4 profile client
now i want to make my setup install The .netframWork4 On user's machine
(not i don't know how or what application to use to make setup
Posted
Comments
ShivKrSingh 28-Apr-13 6:25am    
you need to create a new project for this. from setup and deployment. you can add frame work from there with you application. which is default provided by microsoft.

1 solution

There are some step by step instructions in the solutions at this post http://stackoverflow.com/questions/6090913/make-an-installation-program-for-c-sharp-applications-and-include-net-framework[^] as well as some useful comments.

Be aware that the client profile set up is changing for .net framework 4.5 see this link http://msdn.microsoft.com/en-GB/library/cc656912.aspx[^]
 
Share this answer
 
Comments
prince.Hassan22 28-Apr-13 16:05pm    
i followed these steps but i get error when i build the setup
The Erro Message is "couldn't find required file 'setup.bin' in c:\programs files\microsoft sdk\windows v7.0A\bootstrapper\engine
what is this file and how can i get it and is it file from the microsoft or related with my own 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