开发者

How to redistribute .Net Framework

开发者 https://www.devze.com 2023-04-05 19:43 出处:网络
I have a Visual C++ solution. When I install it on a different machine and run, it searches for t开发者_JS百科he .Net Framework. How do I include the .Net Framework in the installer itself?

I have a Visual C++ solution. When I install it on a different machine and run, it searches for t开发者_JS百科he .Net Framework. How do I include the .Net Framework in the installer itself? I have made a simple installer using Visual studio.


You can add a .NET Framework prerequisite:

  • http://msdn.microsoft.com/en-us/library/77z6b8tz(VS.80).aspx?ppud=4
  • http://msdn.microsoft.com/en-us/library/ms165429(VS.80).aspx?ppud=4
  • http://msdn.microsoft.com/en-us/library/ms165429.aspx?ppud=4

This way Visual Studio will generate an EXE bootstrapper for your MSI which handles the prerequisite installation.

0

精彩评论

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

关注公众号