惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
The Blog of Author Tim Ferriss
S
Securelist
D
Docker
The Register - Security
The Register - Security
GbyAI
GbyAI
Recorded Future
Recorded Future
Engineering at Meta
Engineering at Meta
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
罗磊的独立博客
博客园 - 【当耐特】
F
Full Disclosure
WordPress大学
WordPress大学
腾讯CDC
小众软件
小众软件
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
SecWiki News
SecWiki News
L
Lohrmann on Cybersecurity
I
InfoQ
MyScale Blog
MyScale Blog
量子位
Cyberwarzone
Cyberwarzone
博客园 - 三生石上(FineUI控件)
The Hacker News
The Hacker News
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Jina AI
Jina AI
博客园_首页
H
Help Net Security
K
Kaspersky official blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Webroot Blog
Webroot Blog
Blog — PlanetScale
Blog — PlanetScale
V
Vulnerabilities – Threatpost
Y
Y Combinator Blog
The Cloudflare Blog
P
Proofpoint News Feed
V
Visual Studio Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
T
Tailwind CSS Blog
爱范儿
爱范儿
P
Privacy International News Feed
Security Archives - TechRepublic
Security Archives - TechRepublic
The GitHub Blog
The GitHub Blog
C
Cybersecurity and Infrastructure Security Agency CISA
B
Blog RSS Feed

博客园 - 云的恬淡,风的自由

现在我空仓!随时出击,不是现在,是在将来,要知什么时候,常来这里看看! 沪市,深市创近年来最大走跌幅 理解ASP.NET中的三层中的DAL、BLL和USL(转自51aspx) 隐藏的文件夹 基本应用程序的创建和部署 汇编代码 照片尺寸 ASCII 基本字符对照表 一个函数控制多个按纽的两种方法 - 云的恬淡,风的自由 - 博客园 button的command和click事件的区别 c#编写QQ群发器 datagridview分页时直接到指定页 世界各地域名后缀对照表 建立隐藏帐号 网络扫描器 端口服务对照表 GridView学习 csdn中的一些asp.net2.0好文章 Asp.net学习资源收藏
创建部署项目
云的恬淡,风的自由 · 2007-10-09 · via 博客园 - 云的恬淡,风的自由

ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.chs/dv_deploy/html/02cbce50-6fc2-4b89-bc32-3720a7651087.htm

创建部署项目
在“文件”菜单上指向“添加”,然后单击“新建项目”。

在“添加新项目”对话框中,打开“项目类型”窗格中的“其他项目类型”节点,单击“安装和部署项目”,然后单击“模板”窗格中的“安装项目”。在“名称”框中,键入“My   Notepad   Installer”。

单击“确定”关闭对话框。

项目添加到“解决方案资源管理器”中,并且“文件系统编辑器”打开。

在“解决方案资源管理器”中选择“My   Notepad   Installer”项目。在“属性”窗口中,选择“ProductName”属性,键入“My   Notepad”。

注意  
“ProductName”属性指定在文件夹名称和“添加/删除程序”对话框中为该应用程序显示的名称。
 
将基于   Windows   的应用程序添加到安装程序中
在“解决方案资源管理器”中选择“My   Notepad   Installer”项目。在“文件系统编辑器”中,选择“应用程序文件夹”节点。

在“操作”菜单上指向“添加”,然后单击“项目输出”。

在“添加项目输出组”对话框中,从“项目”下拉列表中选择“My   Notepad”。

从列表中选择“主输出”组。在“配置”框中,选择“(活动)”。单击“确定”关闭对话框。

在“生成”菜单上选择“生成   My   Notepad   Installer”。

部署应用程序(基本安装程序)
在“解决方案资源管理器”中选择“My   Notepad   Installer”项目。在“项目”菜单上选择“安装”。

此时,将运行安装程序(安装向导),并在开发计算机上安装“My   Notepad”。

注意  
您必须在计算机上拥有安装权限才能运行该安装程序