c# - 无法在 Visual Studio 2013 上找到 Visual Studio 安装程序项目

标签 c# visual-studio-2013

完成我的 C# 应用程序后,我必须制作一个安装程序。在看到默认安装程序项目消失后,我搜索了一个替代品。

我找到了 Visual Studio 安装程序项目。我从这里下载了文件:https://visualstudiogallery.msdn.microsoft.com/9abe329c-9bba-44a1-be59-0fbf6151054d .

当我重新启动 Visual Studio 时,打开我的项目,单击“添加新项目”,这就是我得到的:enter image description here

问题是我找不到安装项目。我试过修复安装。我多次重新启动 Visual Studio。

我的问题:

我如何找到安装程序项目以及为什么它对我不起作用。

如果我不能让它工作,还有其他选择吗? (InstallShield 除外)

附加信息:

带有更新 4 的 Visual Studio 2013 社区

Windows 8.1 64 位

最佳答案

您可以尝试 Tools > Extensions and Updates 并搜索它:

enter image description here

关于c# - 无法在 Visual Studio 2013 上找到 Visual Studio 安装程序项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28525788/

相关文章:

c# - 更新已在 C# 中的 Bot Framework v4 中发布的 Adaptive Card

c# - 使用 OLEDBREADER 和 MS Access 的 LIKE 命令问题

c++如何在非管理员帐户下获取%AppData%路径并以管理员身份运行VS2013

c# - 如何不包含正则表达式的一部分

c# - LINQ 返回一个接口(interface)?

c# - 当变量值改变时触发事件

c++ - 在 opencv 中使用网络摄像头未显示图像

c# - 无法添加基于服务的数据库

c# - RDotNet 数据帧查询

c++ - TDD 让我除以零。可以吗?