如何使用visual studio 2012中的安装屏蔽创建安装文件

如何使用visual studio 2012中的安装屏蔽创建安装文件

问题描述:

我开发了一个vb.net应用程序,现在我想将它部署在客户端的机器上,但是当我使用安装屏蔽创建设置时,它不包含rdlc报告所需的文件。所以请帮助我部署我的项目。

i使用vs 2012。

I developed a vb.net application and now i want to deploy it in client's machine but when i used installation shield for creating setup it doesn't includes files required by the rdlc report . so pleasse help me in deploying my project .
i am using vs 2012 .

这些天,我强烈推荐唯一合法的,真的好的设置工具,第一个Microsoft开源项目:WiX工具集:

http://en.wikipedia。 org / wiki / WiX [ ^ ],

http://wixtoolset.org/ [ ^ ]。



不仅是开源的,这个项目完全符合MSBuild项目标准。它通常非常好,并提供良好的Visual Studio集成。



-SA
These days, I strongly recommend the only legitimate and really good setup tool, first Microsoft Open-Source project: WiX Toolset:
http://en.wikipedia.org/wiki/WiX[^],
http://wixtoolset.org/[^].

Not only it is open-source, this is the project fully compliant with MSBuild project standard. It's generally very good and and provides good Visual Studio integration.

—SA