Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
7answers
12k views

Virtual Directory in Web Setup Project

I have a web setup project which by default shows the virtual directory in the textbox installer screen. I wish that the virtual directory name cannot be edited by the user and always defaults to the ...
6
votes
1answer
820 views

Visual Studio MSI Installers

I have an Web Setup Project Installer and I would like to default the site and the Application Pool that is selected during the install process. Also I would like to have the name of the product ...
3
votes
1answer
47 views

VS Web Setup Project alternatives?

Can anyone recommend a better installer for web-applications? What do you use to deploy/install your web-apps? PS. What I personally dislike about "Web Setup Project" is that it requires the "IIS 6.0 ...
3
votes
1answer
1k views

How to modify folder permissions in a web setup project?

I am using a web setup project to install my ASP.NET app which needs to write to a folder that exists under the main virtual directory folder. How do I configure the setup project to grant the ASPNET ...
3
votes
1answer
586 views

Checking MVC.net is installed from Web Setup Project

Does anyone know of an elegant way to check form a web setup project (as a pre condition maybe?) that MVC.net is installed on the target machine? Is the registry the best way? Or a windows installer ...
2
votes
0answers
303 views

How to make a password field in the web setup project user interface?

In the web setup project(using VS) when creating a user interface, how can I create a password field ?? there isn't any property for making the input that written in the text field hidden(give star ...
2
votes
1answer
506 views

Web setup project fails to install dynamic-data site: “the installer was interrupted”

The last phase of the installer fails with this message: Installation Incomplete The installer was interrupted before [project] could be installed. You need to restart the installer to try ...
2
votes
1answer
247 views

web setup project - Place web app in IIS default website not virtual directory

I am creating a web setup project using .net 2010. the setup is build successfuly. but when i install the setup it install the web site in virtual directory. like this Now i want Place web app in ...
2
votes
2answers
934 views

Using the Microsoft Ajax Minifier with Web Setup project & Source Control

I've just started investigating the Microsoft Ajax Minifer 4.0 for use with a Visual Studio 2008 Web Application I work on. It's proven easy enough to hook it into the .csproj file so it produced ...
1
vote
1answer
43 views

Access is denied error while trying to read vbs file from clearcase

My .Net 2010 Development environment is properly configured with ClearCase. Checkins and Checkouts and rest of the operations work normally from within .Net IDE. The problem occurs when I try to build ...
1
vote
0answers
106 views

How do I change the installation path of a web setup project?

Using the default web setup project, the installation will be in inetpub/wwwroot. I have tried to use custom action, and inside onInstall method, i did this. Context.Parameters["targetdir"] = ...
1
vote
0answers
25 views

How to install different projects of a solution at different locations using single web setup project

I have an asp.net MVC solution in VS 2010 which has multiple asp.net MVC web application projects inside it. My requirement is that each of these projects should be able to deploy independently on ...
1
vote
2answers
43 views

What is the best location for a “read me” file on the target machine when deploying an ASP.NET application using an .MSI package?

For an ASP.NET web application that is packaged and sold to customers for deployment, what would be the best location for a "read me" file with notes about setup and configuration on the target ...
1
vote
0answers
326 views

Create Writable folder in Visual Studio 2010 Web-Setup Project

I've got a VS2010 web-setup project which works well and creates a virtual directory under IIS for my ASP.NET project. I need it to create a directory for the logs. I've managed to do this by ...
1
vote
0answers
243 views

How to package website and database projects

I am using Visual Studio 2010. I have a solution that has 2 SqlServer Database projects and Web application projects. When I build each of these projects they generate SQL scripts and zip files for ...
1
vote
1answer
437 views

Creating a “merge module” for a web project

My group uses merge modules on various projects which is then added to a setup project. This simplifies deployment by having only one .msi for our entire suite of functionality and allows us to have ...
1
vote
2answers
456 views

Web Setup Project - Repair to overwrite files

I have a web setup project that creates an MSI. After first installation, my web site has some config files that can be modify manually. When triggering that MSI again, I am offered to repair the ...
1
vote
1answer
358 views

Installer class apparently not being called

I'm following this tutorial for customizing a web setup project. http://msdn.microsoft.com/en-us/library/aa289522%28VS.71%29.aspx However, I'm working with a web application I already have in visual ...
1
vote
1answer
2k views

desktop shortcut icon not showing in web setup project

i've created a web setup project and i wanted it to create a desktop shortcut to the web application (ex: http://localhost/xx/yy.aspx). up to this point it was pretty easy: i created a shortcut ...
1
vote
0answers
155 views

Where has my user installed my web setup project?

I have a web setup project, and a web service project in visual studio 08 In my web setup project i allow the user to choose his virtual directory name and by the end of the installation i have an ...
0
votes
1answer
93 views

Overriding “Textboxes” dialog fields from the command line in MSI installer (Visual Studio 2010 Web Setup)

Background I have a Web Setup project in Visual Studio 2010. In the User Interface section, I have a custom Textboxes dialog. These text fields have property names like EDITA1, EDITA2. I have a ...
0
votes
0answers
33 views

Visual Studio 2008 Web Setup Project Issue

I have created a web setup project in Visual Studio 2008 for multiple environments, DEV, QA, UAT, and PROD. I set all four of my file system web.config files to the following conditions and ...
0
votes
1answer
31 views

Is IIS6 Compatibility required by the installer or the application?

I have a simple "Hello World" web application developed using VS2010. I have also created a web setup project for this. The installer fails on servers running IIS7 if the IIS6 Compatibility feature is ...
0
votes
0answers
74 views

Web setup package - AjaxcontrolToolkit dll issue in windows 7

i have a web application built in .net 4 - Visual studio ultimate 2010. This application is using AjaxControlToolkit.dll for functionalities like tab in an aspx page. I have created a msi(Web setup ...
0
votes
1answer
122 views

Install two web sites in two different virtual directories with a Visual Studio Web Setup project

I'm trying to put two web projects that needs to be installed in different virtual directories in the same Web Setup Project, because they are closely related, but they have to run sepparately. I can ...
0
votes
3answers
2k views

How to create a Web Setup project in VS 2010 for a MVC2 application?

I need help to create a Web Setup project for an MVC2 application I made at home, since I have VS 2010 there and I need to show people at the office, who have VS 2008 + sp1 + MVC2. Thanks
0
votes
3answers
171 views

Setting up developer workstation for LAMP and SVN environment

We are a software developement team with 60 web developers. We have our developerment environment deployed on LAMP servers. And we use VSS as our source control. All of us are having windows7 ...
0
votes
0answers
272 views

Settings to enable asp.net webservices on IIS 7.0 in classic mode?

I am developing a rest-like web service using asp.net 2.0 which serves extensionless URLs. I've implemented this by adding a wildcard scriptmap to IIS and serving the requests using a custom ...
0
votes
1answer
242 views

Unable to add wildcard scriptmap on IIS 6.0 programatically

I have created a Web Setup project using VS 2008. I have created a custom action to programatically add a wildcard scriptmap for my virtual directory. The app installs fine, but, during custom action, ...
0
votes
1answer
444 views

How Create deployment application for ASP.Net, windows service?

I am currently working in a project where it is having multiple asp.net web applications, windows services. Now we have a requirement that I need to create an Setup application should do the ...
0
votes
1answer
1k views

How to create new website in IIS using Web Setup Project in Visual Studio 2008 SP1

I have a Web Application Project and a Web Setup Project in my Solution. When I run the MSI created by the Web Setup Project it only gives me the option to use an already existing website in the IIS ...
0
votes
1answer
77 views

Visual Studio Setup project sequence control

Can I run several installers from one installer in a defined succession? I have a webproject which requires a windows service, which requires a 3rd party converter product. So I have a WebProject ...
0
votes
1answer
245 views

Setup project not registering in registry

I have a VS Web setup project. I want to register the physical path of the application. In the setup project, I created a new key in HKLM, named Software, then I created a new key named "MyCompany", ...
0
votes
2answers
480 views

ASP.NET project installer registry key?

I have a asp.net project, and wrote a web installer. The setup exe/msi copies that project in directory chosen by the installing user, and creates an application for it. How can I get the path my ...
0
votes
5answers
187 views

How do I use my login rather that my machine name with Windows Authentication to a SQL Server under Web Setup?

I've got a Web Setup project installing a web app. In a Custom Action, I'm executing a SQL script to build a database. Simple, mostly MS sample code. Works fine. private void ExecuteSql(string ...
0
votes
2answers
55 views

Production application referencing development directories

I am building a web application with .NET 3.5. I have several class library projects being referenced by my web forms. I am deploying using a web setup installer. When I install the application ...
0
votes
1answer
667 views

How to affect configuration of IIS properties using Web Setup Project in Visual Studio 2005

I just built a setup.msi file using the Web Setup Project template within Visual Studio 2005 to deploy my web application to another web server. While it works OK, it results in a new virtual ...