vdproj is the build file extension for Microsoft Visual Studio .NET applications. The plaintext file stores build settings and file references.

learn more… | top users | synonyms

1
vote
0answers
24 views
+50

InstallShield importing vdproj errors

I get the following error when I try to import a vdproj into InstallShield Converting .NET installer class: Primary output from ... ISEXP : error -9026:A component for the source file _ of the custom ...
0
votes
3answers
102 views

Wix installed files elevate permissions

I have a WiX project, and it installs some executables and libraries on a folder located at ProgramFiles. The problem comes when running one of these executables. Some of them need to be executed as ...
1
vote
1answer
53 views

How to encode special characters in .vdproj registry string?

We got a .vdproj file that produces an .msi file. Upon installing, strings in variuous languages are added in the registry. But the special charactes comes out all wrong. I cannot open the .vdproj as ...
1
vote
3answers
173 views

Running my Setup project causes “module failed to register” error

I'm trying to deploy my project and create an installer. I've created a .vdproj, that has an output setup.msi When running the .msi setup wizard, i'm getting the error: "Module xyz failed to ...
0
votes
2answers
235 views

Deployment of .NET 4.0 Console application to different environments

I have created a console application responsible for generating exports of data from a database. This has to be deployed to a batch server which is different than where the database is running. In the ...
2
votes
2answers
1k views

How to convert 100+ Visual Studio Installer Project (vdproj) to Wix Installers?

We have some 100+ Visual Studio C# / .net solutions, which contain an Visual Studio Installer Project (vdproj) for deployment. These are build in Visual Studio 2010. In order to upgrade to Visual ...
11
votes
2answers
10k views

Visual Studio 2012 windows service .vdproj project migration

I'm trying to move a solution I have over to visual studio 2012 and one of the project types is .vdproj. According to this link this project type is not supported in visual studio 2012: MSDN says ...
5
votes
3answers
2k views

Replacing VDPROJ Setup files with InstallShield/WIX

Our product currently installs via 4-5 MSI's which are created from .vdproj files which consist are created from the output from vs 2010 projects and additional information in merge modules. I have ...
1
vote
0answers
137 views

Update version number in vdproj / Setup File via Cruise Control

we have got an automated Build Solution using Cruise Control (& msbuild files), which allows us to automatically updated the file versions with the build number for "normal" executables. But what ...
0
votes
1answer
222 views

Visual Studio 2010 SP1 doesn't build when path to project long

I have solution with *.vdproj and use Visual Studio 2010 SP1. When path to solution long d:/so/long/path/for/my/solution/my_project/trunk/ visual studio fails on building, but I don't find any errors ...
0
votes
1answer
338 views

VS setup project destroys self when installed files are deleted

This should be pretty simple, but I can't seem to get it. I have a setup project (VS2010) that packages a few dozen image files (along with my SQLite file) and copies them to the user's computer when ...
1
vote
0answers
550 views

Can anyone explain the major features of a VDPROJ file? [closed]

I'm sure there must be some documentation on MSDN somewhere, but I couldn't find it. It looks like some subset/variation of JSON. Really, this question grew out of something that has always bugged ...
1
vote
1answer
320 views

Msbuild not able to create Smart Device CAB Project

I am trying to setup TeamCity 7.0 for a smart device application. My visual studio solution contains two projects: SmartRead -> The mobile application SmartReadInstaller -> A Smart Device CAB ...
3
votes
2answers
634 views

For command using devenv.exe runs too quickly

So I have a command I want to run which looks like the following: for /r %n in ("*.vdproj") do "C:/Program Files/Microsoft Visual Studio 10.0/Common7/IDE/devenv.exe" %n /build "BuildServer" It ...
0
votes
1answer
208 views

WiX - Elevating (or reducing) privileges at install time

I am working on a project that has been using 2 VD projects to distribute admin and user versions of installations, and now I need to switch to WiX. It was a bit painful experience with lack of ...
0
votes
1answer
132 views

teambuilding and deploying a dll (e.g. wpftoolkit.extended.dll)

The app I work on needs to use the wpftoolkit.extended.dll (i.e. no source, no msi/installer, we've only got the dll). So far we've placed the dll in a c:\libs folder on both the dev's laptop and the ...
0
votes
2answers
223 views

.NET 4.0 upgrade error on MSI install - XML does not contain expected attribute error

We have an MSI to install windows service on client machine. Windows service calls the web service of our server to perform operations. Initially both the MSI and web service were built using .NET ...
1
vote
1answer
507 views

vdproj / msi environment variables

Can somebody please provide me with a (link to a) list of all the environment variables available to vdproj install projects / msi projects ? Is there a comprehensive list any where ?
0
votes
1answer
897 views

MSBuild create VDPROJ

I know that msbuild does not support VDPROJ files, but it maybe built using command line devenv. I want to build all prjects (C#) using msbuild task and only after that starting specific setup ...
1
vote
1answer
260 views

How come the exclude property of the assemblies under 'detected dependencies' in vdproj doesn't persist?

I have a simple problem. I want to exclude some of the dll dependencies (in the detected dependencies folder) in my setup project so they don't get copied into the users install folder. I solved it by ...
8
votes
3answers
2k views

Compile Setup project with devenv.com - “ERROR: Unable to update the dependencies of the project”

I have a Setup deployment project in VS 2010. The project compiles perfectly with the GUI interface of VS 2010, but any time I trying to compile it via vs cmd (devenv.com) it comes up with this error: ...
0
votes
0answers
387 views

devenv fails on build machine

Our .vdproj setup project contains a few .dbproj projects. We are going to use devenv since MSBuild does not support the creation of MSIs from .vdproj setup install projects. When I run devenv.com ...
4
votes
4answers
6k views

Unable to compile vdproj with devenv - 'targeting 'x64' is not compatible with the project's target platform 'x86''

I've been searching around the web for the past hours, finding a lot of information related to my problem - but none actually fixing them. My machine is 64 bit with a 32 bit Visual Studio 10 ...
0
votes
4answers
253 views

How to make a .msi file that has no clickable screens (fully automated)?

I'm using a vdproj to create a .msi file. I have a continuous integration server that needs to install our program on a dedicated machine. I'd like for it to run the .msi file yet have no clickable ...
0
votes
0answers
733 views

Visual Studio 2010 Web Deployment Project Error

I have a web deployment project in Visual Studio 2010 that is failing to install on a Windows Server 2008 R2 box with error 1603. After turning on msi logging, I see: ERROR : [06/13/2011 ...
0
votes
1answer
2k views

using MSBuild.ExtensionPack.FileSystem.File Replace on vdproj

Im trying to replace the ProductName held inside a Visual Studio setup project by performing a regex on the file in my msbuild script. To do the regEx replacement Im trying to use msbuild extension ...
0
votes
1answer
142 views

Visual Studio Project Installers - Can these just package assemblies and not build them

I am trying to make some modifications to our build processes which ensure that our vdproj files do not execute builds, they just package already build DLL's from a given location. Is there any way ...
0
votes
0answers
90 views

Why does the generated MSI filesize from a VS2005 vdproj change if the outputfilename path is changed?

If I simply edit the "OutputFilename" property of my vdproj file in a text editor: from "8:Release\test.msi" to "8:..\\..\\bin\\test.msi" the resultant MSI filesize shrinks ~500KB. Can someone ...
4
votes
2answers
2k views

How can I prevent a .vdproj compile from updating the PackageCode on every compile?

I have a Visual Studio 2010 solution for a Web Application that contains all of the projects that make up the Web Application, plus the .vdproj file that builds the installer. All of the files are ...
1
vote
1answer
599 views

Make VDProj .MSI installer copy itself locally after successful install

We have large C# application spanning many projects which is packaged into an .MSI file by running MSBuild (or through Visual Studio 2010) on a .VDProj file. The installation usually works fine, and ...
0
votes
1answer
274 views

What are these numbers in an assembly or file in a vdproj file?

{**9F6F8455-1EF1-4B85-886A-4223BCC8E7F7**}:**_03AB8A75D149B335EA5B97C256BF5342**" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" "AssemblyAsmDisplayName" = ...
1
vote
1answer
520 views

VS2008 in vdproj, project output doesn't override an previous old version

I have create a solution in visual studio 2008 with two project, one is for main application code and the other is a visual deployment project (.vdproj) to create the installer. In deployment ...
0
votes
2answers
356 views

What are the options to build an installer on a build-server without Visual Studio

It seems like it's still not possible to build .vdproj on a build-server without having Visual Studio installed. However, using Wix seems to be a lot more complicated. Are there any other options to ...
0
votes
1answer
113 views

How to move a ProjectName.vdproj to a different directory?

I have a setup project which I would like to move to a different directory. I have found a way to change where the MSI files will go to, but I'm struggling to find a way to move vdproj files. Thank ...
2
votes
1answer
3k views

Writing to AppData from a Setup & Deployment Project

I am updating an existing application that is installed via a Setup and Deployment Project. The old application copied a config and a database file into the application's folder in Program Files ...
1
vote
5answers
707 views

.vdproj parser wanted!

Guys, I'm looking for some c# sample code or a tool that could parse .vdproj file (Visual 2010 Studio Setup and Deployment Project). Please, help me.
3
votes
3answers
2k views

Running devenv against a .vdproj at the command line doesn't produce an MSI

I want to generate MSI files from a .vdproj file using the devenv command in a command prompt. This command is running well but no MSI file is generated. What is wrong? What should I set in ...
2
votes
0answers
174 views

Install different version of merge module depending on processor architecture

I have a Windows .net solution that is deployed with a Visual Studio Deployment project. My exe is a win32 app that runs fine on either a x86 or x64 windows. However I included a merge module (*.msm) ...
5
votes
3answers
1k views

Deployment projects not supported by msbuild: what are my options?

I'm using TeamCity to automatically build my solution with msbuild and it seems that .vdproj are not supported. What are my options to build an msi/installer ? Install Visual Studio on the build ...
1
vote
1answer
891 views

.net .vdproj - application shortcut

I'm create a .vdproj setup for a simple windows form. I have added a shortcut to the user's program menu (in a folder), but when I click the shortcut, it just opens the install folder. How do I set ...
3
votes
2answers
2k views

Passing REINSTALLMODE to an MSI file

I am using VisualStudio2005 and a vdproj to create a simple MSI file. I need to pass in the REINSTALLMODE property when I launch it. I know this can be done via command line, like so: msiexec.exe ...
2
votes
5answers
1k views

Automate Builds in .net

I have a solution sln, with 50 projects (vbproj, csproj, and setup project). I need automatize Build of all solution, and projects (set of projects of solution folder), and setup project (vdproj). ...
0
votes
1answer
556 views

MSI removes required assembly on upgrade install, but replaces it on Repair

I'm experiencing some weirdness related to an MSI installation upgrade, perhaps someone out there can help me: I have two MSIs, an original and an upgrade: MSI version 1.0 Contains a .NET ...
2
votes
1answer
704 views

Visual Studio Setup Projects: Cleartype

I use a Visual Studio Setup project to create an installer for some assemblies. However, the fonts the installer uses are always aliased, and don't appear to be the Windows standard. (Note that ...
5
votes
3answers
2k views

Build merge module without Devenv from .vdproj

I read quit a few Stackoverflow Questions about building mergemodules via commandline but all of them were accepted when either somebody suggested to use devenv for compilation or use Dark to create ...
5
votes
5answers
4k views

I have a error building a .vdproj on msbuild with nant

I'm getting used to using nant for build releases. But I have started to use asp.net MVC, and i choice make the setup for installation with a .vdproj . But, when I call the: < exec ...
22
votes
5answers
6k views

How to convert vdproj file to WiX format?

I need to convert a vdproj file to WiX format so that I can get it building using msbuild. One solution was to call the devenv executable from msbuild and build the vdproj file from there but that's ...
2
votes
2answers
5k views

Can we instruct Visual Studio Setup to keep existing files for re-install?

I have a Windows Forms application with an installer (.msi) already created with Visual Studio. I am now creating a new installer for version 2.0 with the property RemovePreviousVersions set to true. ...
2
votes
4answers
3k views

Is a separate Visual Studio license required for a build machine?

I know that some companies allow you to install their products on build machines as required without requiring a separate license (DevExpress is one that comes to mind). However I was wondering if ...
2
votes
3answers
389 views

Unwanted MSI appearance after installation

I used windows installer (msi project) and actually I have the msi file after installation it throws a shortcuts to the desktop. My problem is when i double-click on the shortcut for my application, ...

1 2