Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am a software developer , i have a problem to install software on client machine, client pc does not having .net framework so i have to install full software of .net.
please tell me how to install frame work with software.
Posted

Hi,

Please read this article
Create setup

For attaching framework follow these instructions
1. Right Click of setup project.
2. Click on properties
3. Click on prerequisites
4. Select options from list what you want to attch with setup like Framework
5. Select(Download prerequisites from the same location as my Location)

Now click ok.

And rebuild the the project. Now install your software from setup.exe. It will install all the prerequisites before your software

Regards
AR
 
Share this answer
 
Comments
Ankit Rajput 4-May-11 6:33am    
is your problem resolved?

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