Tagged Questions
The deployment-project tag has no wiki summary.
10
votes
8answers
4k views
Project dependency missing in deployment project
I've got a VS2008 deployment project that builds an installer for a couple of Windows services.
Each service references several different projects:
CustomerName.MailSendingService
-> ...
9
votes
3answers
2k views
Installing a new version of a deployment project over old version
I have a deployment project which will not let me install over an older version. The msi file says to uninstall the program first from Add/Remove programs. This is not a good user experience. How can ...
5
votes
2answers
718 views
How to show application version in VS.NET Deployment Project?
I have set up a Deployment Project for my application. The problem is that I want to show application version (eg. MyApplication 1.2.3.1) during installation so the user can see the version before ...
3
votes
2answers
989 views
HRESULT = '80004005' in Visual Studio 2008 Setup Project
When I try to build my setup project, I get the following error: "An error occurred while validating. HRESULT = '80004005'" (And Microsoft wins an award to clarity.)
I Google to find that a small ...
3
votes
1answer
1k views
Deployment Setup (.Net) - Search target machine -> Registry search (64 bit)
I have a windows installer project which installs some software (winform, service, mce addin). During the installation I need to search the machine for a registry key. This is done with with the ...
3
votes
2answers
453 views
I would like to create Visual Studio deployment project that creates some scheduled tasks in a domain environment
I want to create a Visual Studio 2008 deployment project that installed some scheduled tasks in the commit phase.
I'm working in a domain environment and I would also like the scheduled tasks to run ...
3
votes
5answers
2k views
Dynamically add files to visual studio deployment project
I've been desperately looking for the answer to this and I feel I'm missing something obvious.
I need to copy a folder full of data files into the TARGETDIR of my deployment project at compile time. ...
3
votes
1answer
5k views
Building Visual Studio Deployment Project (.vdproj) through the command line
I have a deployment project deployment.vdproj to which I have added the project output of project.csproj. I want to build deployment.vdproj through the command line. But while doing so I need to ...
3
votes
4answers
4k views
.Net Deployment Project's Detected Dependencies magically un-excluded
I have a Visual Studio 2005 .NET solution that has 20+ sub projects including a deployment project. The VS2005 .NET deployment project has a number of detected dependences, that have been manually ...
3
votes
1answer
179 views
How can I centralize an entire website engine?
Prefer responses via php or ROR if possible!
Example:
The slide widget at www.slide.com can
be deployed anywhere on the web. But
the slide developers have
centralized edit capabilities to ...
2
votes
1answer
1k views
Diagnosing Bad OutputPaths: “The OutputPath property is not set for this project” (in the wonderful world of web deployment projects)
Starting with the error:
Error 81 The OutputPath property is
not set for this project. Please
check to make sure that you have
specified a valid
Configuration/Platform combination.
...
1
vote
2answers
219 views
How to add a shortcut in a VS2010 setup project which does not reevaluate installed files
The situation: I've got a Windows Desktop application that connects to various services (one at a time) to perform various calls. My application works the same way no matter which service it connects ...
1
vote
1answer
175 views
Is it OK to manually write Wow6432Node entries from VS2010 Deployment Project?
I have a .NET component written in C# that needs to register some registry values under the HKLM hive. I'm expecting this component to be installed on both x86 (32-bit) and x64 (64-bit) boxes running ...
1
vote
0answers
190 views
Deploying a Web Application using Microsoft.Web.Deployment
I've been able to place files on my IIS server using Microsoft.Web.Deployment code:
DeploymentSyncOptions syncOptions = new DeploymentSyncOptions();
DeploymentBaseOptions sourceBaseOptions = new ...
1
vote
1answer
406 views
Install directory from deployment projects
I'm developing an application and I'm going to deploy it with the help of a deployment project (which is gonna create an installer).
At one step in the installer, it will allow the user to change the ...
1
vote
4answers
209 views
how to deploy a project on client's computer?
I have a built a .net application using visual studio.
This application is coded in C# and uses SQLSERVER for database purposes(storage,retrieval and manipulation of data).
Please tell me how to give ...
1
vote
1answer
265 views
Can a ClickOnce deployed app be silently mass installed?
I have a smart client app (WinForms/WPF) currently deployed using ClickOnce.
A particular client has expressed the desire to silently deploy the app to it's intranet network users as part of its ...
1
vote
1answer
193 views
Get the name of the current msi installation file from an Installer class
It is possible to get the name of the current installation file (.msi) from the Installer class of custom action ?
I need something like this:
[RunInstaller(true)]
public partial class ...
1
vote
5answers
509 views
Creating a installation project for a window service
What are the necessary items need from creating a deployment project for a windows service? I need to uninstall the previous version of the service before I install the new version.
1
vote
2answers
1k views
Merge Module Project Help - Visual Studio 2005
I am currently making changes to my company's enterprise library and I am looking into creating a deployment project that will allows developer to set up the library through the MSI installer or some ...
1
vote
7answers
456 views
Tracking Changes to a Directory Tree over Time
Does anyone know of an application or system out there for tracking changes (files added/removed, diffs on text files) to a non-source controlled directory over time? Something that would let you
...
0
votes
1answer
98 views
Visual Studio Deployment Project Application Shortcut does not allow drag and drop file opening
I'm having an issue with an creating application shortcut on the desktop from a Visual Studio 2010 deployment project. The shortcut is created just fine, but when I go to drag and drop an ...
0
votes
1answer
51 views
How Do I Prevent the Installer from Running when Application Data Files are Removed?
I have an application written in VB.Net with Visual Studio 2005. The application allows the user to create and save project files. When I distribute the application, I include some demo project files, ...
0
votes
0answers
22 views
How do I combine the settings files from two different projects into one deployment project?
I have a Visual Studio 2010 Solution with 3 projects:
ClassLibrary
WinForms
Deployment
The ClassLibrary and the WinForms project each have Settings.Settings/App.config files. I packed the ...
0
votes
1answer
56 views
Creating folders on the fly when building up a .msi file
I am currently working on the deployment project in Visual Studio in order to create a setup file for a desktop application. The file is building fine and whenever I run it, my project gets installed ...
0
votes
1answer
201 views
Visual Studio Installer: Copy File On Finish
i have a C# project, it's finished now and i need to make an installer for it.
I added the Setup and Deployment Project and listed all the needed prerequisites, now i just need to copy the database ...
0
votes
1answer
155 views
Conditional file install using VS 2005 Deployment Project
I'm putting together a deployment package for a .net webservice. The web service will be installed on a number of different servers, there are certain settings/parameters in the web.config file that ...
0
votes
1answer
229 views
Setup project with two primary outputs using common dependencies
I have a solution in visual studio with 4 projects - 2 windows form applications, a class library and a setup project.
The 2 windows forms applications both reference the class library project.
My ...
0
votes
1answer
259 views
Visual Studio Deployment Project - CustomActionData
I am using a C++ DLL function as a Custom Action in a VS deployment project. I need to set some input data to this custom action. Example: c:\a.dll;c:\b.dll
It seems like I cannot do it. The ...
0
votes
2answers
2k views
Create shared folder accessible from domain with C#
I'm doing a Deployment Project in VS2008, and at the end of the installation flow I need to create a shared folder with Full Control permissions to Everyone on the local machine accessible from a ...
0
votes
1answer
280 views
Help in Deployment C# and SQL SERVER 2005 PROJECT
I have created a project using C# and SQL SERVER 2005.
I want to deploy the project so that I can create .msi file.
Can anyone help me with the steps I should follow to create the setup file?
Also ...