Deploy .NET (C#) exe application on desktops

前端 未结 10 1992
误落风尘
误落风尘 2020-12-25 10:30

I develop application in C# with MSVC 2010 Express, with Forms/WPF/etc.

Application consist of some private assemblies (maybe DLLs) and .exe file. It uses .NET 4 fea

10条回答
  •  天涯浪人
    2020-12-25 11:04

    yes! you have to give some general instruction about prerequisites to run your software and in that you can mention the Framework version 3.5 or 4.0 and other utilities you require.

    please refer this document for Choosing a Deployment Strategy in Visual studio 2010 may this can help you http://msdn.microsoft.com/en-us/library/e2444w33.aspx

提交回复
热议问题