如何在Visual Studio 2012中为Web应用程序创建安装程序

如何在Visual Studio 2012中为Web应用程序创建安装程序

问题描述:

嗨专家,





我的要求是,我需要为Web应用程序创建一个安装程序安装(.msi) visual studio 2012.我发现InstallShield和Wix是两种广泛使用的设置创建工具。建议我哪一个更好,请提供链接以创建两个设置。



我尝试使用installshied限制版创建设置。我能够创建.msi文件,但是当我尝试安装.msi - >只有一个文件夹在iis中创建 - >默认网站。该文件夹包含应用程序的所有已发布文件。它不是作为应用程序创建的,因此它尚未准备好进行浏览。请建议我错过了哪个设置。





先谢谢

P.Salini

Hi Experts,


My requirement is, I need to create a setup installation (.msi) for a web application in visual studio 2012. I came to know that InstallShield and Wix are the 2 widely used tools for setup creation. Suggest me which one is better, and please provide me the links to create setup with both.

I have tried to create setup using installshied limited version. I am able to create the .msi file, but when i try to install that .msi --> only a folder is creating in the iis --> default web sites. The folder contains all the published files of the application. It is not creating as an application, so it is not ready to browse. Kindly suggest me which setting i have missed.


Thanks in Advance
P.Salini

请参阅此链接 -



HTTP: //diptimayapatra.wordpress.com/2013/09/16/create-setup-and-deployment-of-wpf-application-step-by-step-with-visual-studio-2012/ [ ^ ]


如何在.net 中设置文件[^]



安装ASP.NET应用程序的项目部署 [ ^ ]
How to set up a file in .net[^]

Setup Project Deployment of an ASP.NET Application[^]