通过程序安装来安装 .NET Framework
我正在使用 Inno Setup Compiler 进行安装。程序是用C# Win Form编写的。
我的问题是如何进行安装来安装 .NET Framerowk,因为程序没有 .NET Framerowk 就无法工作。
最好的方法是什么?
I am making installation with Inno Setup Compiler. Program is writen in C# Win Form.
My question is how to make installation which will install .NET Framerowk, becouse program can't work without .NET Framerowk.
What is the best way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
更新:抱歉,我错过了您使用 Inno Setup 的情况,但这适用于那些对 ClickOnce 感兴趣的人。
如果您使用的是 ClickOnce 部署很容易将其设置为先决条件之一。我在一些项目中使用了它并且效果非常好。
请参阅:http://msdn.microsoft.com/en-us/library/8st7th1x .aspx
Update: Sorry, I missed that you use Inno Setup, but this works for those interested in ClickOnce.
If you are using ClickOnce deployment it's really easy to set that up as one of the prerequisites. I use this in some projects and it works really well.
See: http://msdn.microsoft.com/en-us/library/8st7th1x.aspx
在此处下载
Download it here
查看:
InnoSetup 的 .NET Framework 1.1/2.0/3.5 安装程序
Check out:
.NET Framework 1.1/2.0/3.5 Installer for InnoSetup
我的建议是在安装 .net 应用程序时最好安装 .Net 运行时。
My advise is to better to install the .Net runtime when installing the .net applications.