Installing .NET Framework with my app using MSI

前端 未结 3 931
一个人的身影
一个人的身影 2020-12-18 12:42

I have created a setup project in VS2008. My WinForms app uses .NET 2.0, so I chose .NET 2.0 Prerequisity and built the setup project.

When I run my Setup.msi on a c

3条回答
  •  盖世英雄少女心
    2020-12-18 12:48

    This episode of Hanselminutes goes into great detail about how Paint.Net arranges for downloading & installing the required .NET framework on demand, and integrating with the application installation. Admittedly this is probably way more complex that most applications require, but is an interesting discussion nonetheless.

提交回复
热议问题