问题描述
大家好,
我们正在使用Visual Studio 2010开发基于C#4.0 Windows的应用程序.现在,我们希望使用clickonce制作该exe的可安装版本,以部署我们的应用程序.我是.NET平台的新手.因此,请给我逐步的过程,以使用clickonce部署我的应用程序.
在执行以下步骤时:项目属性->发布窗口:
我需要在安装文件夹URL框(第二个文本框)中输入以下内容:例如,我想在安装文件夹中输入c:\ program文件.我该怎么办?
我将使用USB/CDROM部署我的应用程序...
Hi All,
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. I am new to .NET platform. So, please give me a step by step procedure to use clickonce to deploy my application.
While following steps :Project properties->publish window :
What should I need to give in Installation Folder URL Box(2 nd text Box):For example I want to give the c:\program files on installation folder. How do I do it?
I am going to deploy my application using USB/CDROM...
推荐答案
这篇关于使用ClickOnce时如何将安装文件夹指定为C:\ program文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!