在何处以及如何在创建安装项目并将其添加到具有Windows应用程序的解决方案中之后找到安装程序文件? [英] Where and how, to find the installer file after creating and adding set up project to a solution having a windows application?

查看:92
本文介绍了在何处以及如何在创建安装项目并将其添加到具有Windows应用程序的解决方案中之后找到安装程序文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在C#中有一个Windows应用程序.我创建了一个设置项目并将其添加到此解决方案.然后,构建解决方案.我引用了此链接 http://www.codeproject.com/KB/install/SetupAndDeployment.aspx .我什至在用户的桌面"文件夹中添加了"应用程序的主要输出"的快捷方式.但是我无法在Desktop中找到安装程序文件,因此我可以双击"该安装程序文件并安装我的Windows应用程序. 请帮助我创建一个安装项目之后,将其添加到解决方案中并构建解决方案.在何处以及如何查找安装程序文件.我有什么需要的.

I have a windows application in C#. I created and added a set up project to this solution. Then, built the solution. I refered to this link http://www.codeproject.com/KB/install/SetupAndDeployment.aspx. I even added the shortcut of "Primary output of my application" to "User's Desktop" folder. But I am not able to find the installer file in Desktop, so that I can "double click" this installer file and install my Windows application. KINDLY HELP ME WITH THE PROCEDURE THAT NEEDS TO BE FOLLOWED AFTER CREATING A SET UP PROJECT, ADDING IT TO A SOLUTION AND BUILDING THE SOLUTION. WHERE AND HOW TO FIND THE INSTALLER FILE. IS THERE ANYTHING THAT I AM MISSING.

推荐答案

安装程序文件应位于安装程序项目的bin文件夹中.右键单击项目树中的项目,然后选择在Windows资源管理器中打开文件夹",您将找到bin目录.

The installer file should be located in the bin folder of your installer project. Right click on the project in the project tree, and select "Open folder in windows explorer", and you'll find the bin directory.

只有运行安装程序文件后,桌面上的链接才会出现.

The link on the desktop will only be present once the installer file has been run.

这篇关于在何处以及如何在创建安装项目并将其添加到具有Windows应用程序的解决方案中之后找到安装程序文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆