发布Vb.Net应用程序

发布Vb.Net应用程序

问题描述:

我成功发布了vb.net应用程序。发布后我得到1个文件夹,2个清单文件和1个安装.exe文件。当我必须在客户端的PC上安装它时,我必须复制所有这些文件。是否有可能如果我只复制一个清单文件,我的应用程序会运行?

提前谢谢。

I successfully published vb.net application.After publishing I get 1 folder,2 manifest file and 1 setup .exe file.When I have to install this in my client''s PC,I have to copy all these files.Is it possible that If I copy only one manifest file,my application would run?
Thanks in advance.

只需创建设置使用安装项目

Visual Studio Windows应用程序安装项目



然后当你需要安装它时。

清单,exe等都不需要复制粘贴......



快乐编码!

:)
just create setup using setup project
Visual Studio Windows Application Setup Project

then when you will need to just install it.
no copy paste required for manifest, exe etc...

Happy Coding!
:)