简体   繁体   English

将.NET Framework与Winforms应用程序捆绑在一起

[英]Bundling .NET Framework with Winforms app

I have a Windows Forms app that is deployed using ClickOnce deployment. 我有一个使用ClickOnce部署来部署的Windows Forms应用程序。 I'm using another Winforms project to customize the installation steps. 我正在使用另一个Winforms项目来自定义安装步骤。 So I would have to distribute the executable (of the installer project). 因此,我将不得不分发(安装程序项目的)可执行文件。 Is there anyway to bundle the .NET framework 4.0 with the executable (either standalone or web installer) or should it be downloaded and installed separately? 无论如何,.NET Framework 4.0是否与可执行文件捆绑在一起(独立的或Web安装程序),还是应单独下载和安装?

Thanks. 谢谢。

dotNetInstaller is a "bootstrap" that can install dependencies, including the .NET framework, before launching the target application/installer. dotNetInstaller是一个“引导程序”,可以在启动目标应用程序/安装程序之前安装依赖项,包括.NET框架。

dotNetInstaller enables the developer to define the application prerequisites and install the correct version(s) of these components in a predictable order based on the processor architecture, user operating system type and language, allow the user to download these components from the web, install these components directly from a single packaged setup, local media or both .. dotNetInstaller使开发人员可以定义应用程序先决条件,并根据处理器体系结构,用户操作系统类型和语言以可预测的顺序安装这些组件的正确版本 ,并允许用户从Web下载这些组件并进行安装直接从单个打包的安装程序,本地媒体或同时从这两个组件中获取组件。

A boostrapper doesn't replace tools like InstallShield, Wise, Visual Studio Setup and Deployment Project or Wix. Boostrapper不能替代InstallShield,Wise,Visual Studio安装和部署项目或Wix等工具。 The goal is to create an application to help users with installing the correct prerequisites .. 目的是创建一个应用程序来帮助用户安装正确的先决条件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM