简体   繁体   English

在VS2013 Professional for C#WinForms应用程序上使用Visual Studio Installer。 使用.NET Framework安装创建安装

[英]Using Visual Studio Installer on VS2013 Professional for C# WinForms app. create Installation with .NET Framework installation included


I have a WinForms C# Application I've created. 我有一个已创建的WinForms C#应用程序。
I want to create Install file which include installation of .Net Framework 4.5 if it is not installed on the computer yet. 如果计算机上尚未安装.Net Framework 4.5,我想创建其中包括安装文件的安装文件。
I've downloaded and installed the Visual Studio Installer and tried to follow the steps shown in Make an Installation program for C# applications and include .NET Framework installer into the setup but instead the 3rd. 我已经下载并安装了Visual Studio Installer,并尝试按照为C#应用程序制作安装程序中显示的步骤进行操作,并将.NET Framework安装程序包含安装程序中,将其安装在第3 个安装程序中 step at the example i am requested to provide the files to be installed and there is no option to instruct the installation to install .net framework. 在示例中,我被要求提供要安装的文件,并且没有任何选项指示安装要安装.net框架。

需要在找到要部署的应用程序的解决方案中创建Visual Studio Installer项目,否则(在创建新的独立项目时,它将跳过此步骤)。

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

相关问题 从C#VS2013中找到win 7中的安装路径(那里有exe文件,但当前未运行) - find the installation path (with exe file there but not currently running) in win 7 from C# VS2013 带有 Visual Studio 的 C#:已发布的应用程序在安装后无法运行 - C# with Visual Studio: Published App Cannot Run After Installation 无法通过Xamarin安装在Visual Studio 2013 Professional中获取MonoForAndroid_API_14 - unable to get MonoForAndroid_API_14 in Visual Studio 2013 Professional with Xamarin installation 制作用于C#应用程序的安装程序,并将.NET Framework安装程序包括在安装程序中 - Make an Installation program for C# applications and include .NET Framework installer into the setup VS2013动态创建图表C# - VS2013 Dynamically create chart c# visual studio 2013:创建安装程序 - visual studio 2013 : create installer 在 Microsoft Visual Studio 2013 的 WinForms 中为 MySql (C#) 启用实体框架 6 - Enable Entity Framework 6 for MySql (C#) in WinForms of Microsoft Visual Studio 2013 尽管使用了Microsoft.Net.Compilers nuget包,但VS2013上的C#6错误消息 - C# 6 error messages on VS2013 despite using Microsoft.Net.Compilers nuget package 使用.NET winforms应用程序安装MYSQL - MYSQL installation with a .NET winforms app VS2013安装文件夹中缺少mstest.exe - mstest.exe is absent in VS2013 installation folder
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM