how to combine FrameWork2.0 in my installation?
i want to distribute my C# program and i want to combine
FrameWork2.0 in my installation.
how i can do it - without download FW2.0 from the Web ?
i开发者_运维百科 need that the FW2.0 will be part of my installation and when the
customer will install the program - the FW2.0 will be install (without internet)
thank's in advance
- Open your setup project properties.
- Click on the Prerequisites button.
- Choose "Download prerequisites from the same location as my application".
- Click Ok.
- Rebuild the project.
Now the Framework 2.0 with other dependent packages should be created along with the setup in your project output folder.
Place .NET 2.0 Redist package into you install, see
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en
精彩评论