编程语言
首页 > 编程语言> > c#-在.net中创建安装程序

c#-在.net中创建安装程序

作者:互联网

I want to create a installer which
would just dump few files and folders
at a location specified by user. But
the problem is these files are
required to be picked up from a fixed
source folder and then the installer
is build. Also, these files may change
any time and then again a new version
of the installer is required to be
created.

我想使用安装和部署项目在.Net中进行此操作.我不确定该怎么做.
我是否需要使用安装程序项目创建另一个类库项目?

实际上,安装程序将有两个选项:

>只需将文件提取到指定位置
>将文件(HTML文件)嵌入Intranet共享点站点.

有人知道吗?

解决方法:

这是有关设置和部署的好文章:http://aspalliance.com/622_StepbyStep_Process_of_Creating_a_Setup_and_Deployment_Project.all

标签:windows-installer,c,net,sharepoint
来源: https://codeday.me/bug/20191210/2100031.html