Tagged Questions

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

11
votes
2answers
2k 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 ...
7
votes
1answer
917 views

VDPROJ auto upgrading vs. uninstall/reinstall

I've seen a confusing behavior regarding the MSI files generated by a VDPROJ file. If I build my MSI in Visual Studio and then right-click and pick "Install" from within Visual Studio, it will ...
3
votes
2answers
859 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 ...
3
votes
2answers
1k 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 ...
3
votes
3answers
1k 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 ...
3
votes
5answers
2k 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 ...
3
votes
3answers
2k views

Automated release script and Visual Studio Setup projects

I think most people here understand the importance of fully automated builds. The problem is one of our project is now using an integrated Visual Studio Setup project (vdproj) and has recently been ...
2
votes
2answers
518 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
2answers
561 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 ...
2
votes
5answers
561 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). ...
2
votes
1answer
390 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 ...
2
votes
3answers
335 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, ...
2
votes
3answers
1k views

Reboot as last step in vdproj, how can I add it?

How can I add the reboot action to a vdproj? I need an MSI which restart the pc at the end of the installation. Thank you.
1
vote
1answer
49 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 ?
1
vote
3answers
800 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 ...
1
vote
1answer
317 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 ...
1
vote
1answer
309 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 ...
1
vote
4answers
366 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.
1
vote
0answers
107 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) ...
1
vote
1answer
515 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 ...
1
vote
2answers
3k 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. ...
0
votes
1answer
93 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 ...
0
votes
0answers
17 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 ...
0
votes
0answers
174 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
120 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 ...
0
votes
4answers
137 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
293 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
401 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
78 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
60 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 ...
0
votes
1answer
104 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" = ...
0
votes
2answers
188 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
67 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 ...
0
votes
1answer
1k 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 ...
0
votes
1answer
428 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 ...
0
votes
3answers
2k 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 ...