简体   繁体   English

如何使用ClickOnce部署我的C#(4.0)Visual Studio 2010基于Windows窗体的应用程序?

[英]How to use ClickOnce to deploy my C#(4.0)Visual studio 2010 windows form based Application?

We are developing C# 4.0 windows based application using visual studio 2010. Now we want to make an installable version of the exe using clickonce to deploy our application. 我们正在使用visual studio 2010开发基于C#4.0的Windows应用程序。现在我们想使用clickonce来部署我们的应用程序来创建exe的可安装版本。 I am new to .NET platform. 我是.NET平台的新手。 So, please give me a step by step procedure to use clickonce to deploy my application. 所以,请给我一步一步的程序,使用clickonce来部署我的应用程序。

While following steps :What should i need to given in Installation Folder URL Box(2 nd text Box): 按照以下步骤操作:我需要在安装文件夹URL框(第2个文本框)中给出什么: 在此输入图像描述

Here is the break down of the two paths in this wizard 以下是此向导中两个路径的细分

  • Publish Folder - Where should the Publish process put the ClickOnce deployment package 发布文件夹 - 发布过程应将ClickOnce部署包放在何处
  • Installation Folder - Where will users of the application go to install the application from 安装文件夹 - 应用程序的用户将从何处安装应用程序

Often times these are the same location. 通常这些都是相同的位置。 For example when I deploy ClickOnce applications internally I publish to a network share. 例如,当我在内部部署ClickOnce应用程序时,我发布到网络共享。 This is the same place where users go to install the application. 这与用户安装应用程序的位置相同。

One scenario where they would be different is when the users install from a web location. 它们不同的一种情况是用户从Web位置安装。 In that scenario you'd often have a publish folder which was a network share or path on the local computer while the installation folder was a web site URL 在这种情况下,您通常有一个发布文件夹,它是本地计算机上的网络共享或路径,而安装文件夹是一个网站URL

暂无
暂无

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

相关问题 如何在C#Windows窗体应用程序Visual Studio 2010中运行AVRDUDE - How to run AVRDUDE in C# windows form application visual studio 2010 部署在Visual Studio 2010 Express Edition中制作的C#应用​​程序 - Deploy my C# application made in Visual Studio 2010 Express Edition 如何在Windows窗体应用程序(C#Visual Studio)上一一计数 - How to count by one on a Windows form Application (C# Visual Studio) 如何在Visual Studio 2010中使用SQL Server 2012数据库打包和部署C#桌面应用程序? - How to package and deploy a C# desktop application with a SQL Server 2012 database in Visual Studio 2010? Windows Form Application C锐视觉工作室2010 - Windows Form Application C sharp visual studio 2010 C#Visual Studio 2010表单应用程序错误消息 - C# Visual Studio 2010 form application error message 如何在C#Visual Studio 2010中使用另一种形式的表单中的组件 - How to use components from a form in another form in C# Visual Studio 2010 部署Windows窗体应用程序,该应用程序链接到在另一个系统上Visual Studio 2010上创建的两个excel文件 - deploy a windows form application which links to two excel files created on visual studio 2010 on another system 如何在Microsoft Visual C#2010 Express中更改Windows窗体应用程序的启动图标 - How to change launching icon of windows form application in microsoft visual c# 2010 express 如何在Visual Studio 2010中向C#Web应用程序添加计时器 - How to add a timer to c# Web Application in Visual studio 2010
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM