开发者

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


  1. Open your setup project properties.
  2. Click on the Prerequisites button.
  3. Choose "Download prerequisites from the same location as my application".
  4. Click Ok.
  5. 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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜