简体   繁体   English

visual studio 2013:创建安装程序

[英]visual studio 2013 : create installer

i want to create my first installer using visual studio 2013, i have installed the ext like the following picture 我想使用visual studio 2013创建我的第一个安装程序,我已经安装了如下图所示的ext 在此输入图像描述

i have followed the instruction here and i don't have the menus, like the following picture 我按照这里的说明,我没有菜单,如下图所示 在此输入图像描述

and i cant find any instruction on the microsoft page 我无法在微软页面上找到任何指令

how can i build the installer ? 我该如何构建安装程序?

answer : 回答:

i forgot to check the dropdown project type 我忘了检查下拉项目类型 在此输入图像描述

I don't know if you're looking to use the installer you specifically linked, but an easy way is to use a ClickOnce installer. 我不知道您是否希望使用专门链接的安装程序,但一种简单的方法是使用ClickOnce安装程序。 Refer to this MSDN link for an easy explanation: http://msdn.microsoft.com/en-us/library/31kztyey.aspx 有关简单说明,请参阅此MSDN链接: http//msdn.microsoft.com/en-us/library/31kztyey.aspx

You can use the Setup Wizard Project to create an .MSI file. 您可以使用安装向导项目来创建.MSI文件。 You can specify what files and actions the installer should preform during and after install. 您可以指定安装程序在安装期间和安装后应执行的文件和操作。 Once you have done that, you can "Build" the project and out comes an .MSI and another installer type (I thought it was a normal .exe). 完成后,您可以“构建”项目,然后出现.MSI和其他安装程序类型(我认为这是正常的.exe)。

Just checking, you used this extension right? 只是检查,你使用这个扩展吗? https://visualstudiogallery.msdn.microsoft.com/9abe329c-9bba-44a1-be59-0fbf6151054d https://visualstudiogallery.msdn.microsoft.com/9abe329c-9bba-44a1-be59-0fbf6151054d

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

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