Tagged Questions

0
votes
1answer
28 views

Create shared folder accessible from domain with C#

Hello, 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 ma …
1
vote
2answers
35 views

I would like to create Visual Studio deployment project that creates some scheduled tasks in a domain environment

Hello, 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 …
0
votes
1answer
101 views

Help in Deployment C# and SQL SERVER 2005 PROJECT

Hi 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 cre …
0
votes
1answer
196 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 proje …
2
votes
7answers
959 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.MailSendingServi …
0
votes
0answers
94 views

OCX in a .net deployment project

What kind of strategy should I use to register an OCX in my deployment project ? Should I simply use the property Register set to vsdracom. (seem that some people encounter some …
0
votes
1answer
812 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 doin …
1
vote
5answers
199 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 versio …
2
votes
3answers
763 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 h …
0
votes
2answers
489 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 MS …
3
votes
1answer
75 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 e …
1
vote
1answer
536 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 …
1
vote
7answers
264 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 th …