I want to ask about .net framework4 . it take along time through installing, is there a way to shorten the time of installing .
for example, can I make program to install it manually by installing only dlls that I use in my application?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The quick answer is no; you cannot pick and choose which .NET DLL files to include as part of your code in order to reduce the size of the install.
However, having said that, there are some tools out there which will merge assemblies together into one file. But I don’t know if that scales to including all required .NET assemblies. I doubt it very much.