Questions tagged [deployment-project]
50 questions
1
vote
0 answers
Visual Studio 2008 in Windows 8 - Projects building when not checked in Configuration Manager
I am maintaining a legacy application in Visual Studio 2008 and my office is deploying Windows 8. These factors are out of my control.
My Visual Studio solution contains a Deployment project. When I set my build configuration to "Debug", I can see…

DWRoelands
- 4,878
- 4
- 29
- 42
1
vote
7 answers
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
Take a snapshot of a certain directory tree at time…

Alana Storm
- 164,128
- 91
- 395
- 599
1
vote
1 answer
About adding prerequisites to make setup files on Microsoft Visual Studio 2008
I know that if you want your setup files to detect whether the pc have .Net Framework 3.5 installed, you must configure the prerequisites in the Setup Properties. There 3 options to choose from and I'm not quite understand what is the second options…

Coolguy
- 2,225
- 12
- 54
- 81
1
vote
0 answers
How to use AssemblyInformationalVersionAttribute in Deployment Project
I have a C# Deployment Project, for which I would like to change the display during the installation version of the X.X.Xa (marked with the letter will be the next version of the test).
For other projects can be done by attribute…

Emil J
- 215
- 2
- 4
- 20
1
vote
3 answers
Unload .vdproj (visual studio deployment project) from visual studio 2010 solution
I have a solution under source control, one of the projects in it is vdproj (Visual Studio Deployment Project) or setup project, this project gives me very annoying tens of messages every time i try to build the…

Saw
- 6,199
- 11
- 53
- 104
0
votes
1 answer
Creating a Test and Prod CAB for my Windows Mobile 6 application
My client wants me to have a test and prod version of my app that can be installed side by side on the same device. I don't want to duplicate and maintain separate code bases so I created separate deployment projects and added a config file in the…

enamrik
- 2,292
- 2
- 27
- 42
0
votes
2 answers
.NET Framework - Installing the application
I want to make an application (windows application) using C# and .NET Framework 3.5.
I want to make the install the application. I want the installation to determine - whether the user has the framework in the system. If the user does not have a…

Jenan
- 3,408
- 13
- 62
- 105
0
votes
1 answer
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 application-specific file onto the shortcut, it doesn't work…

Rae_III
- 39
- 1
- 10
0
votes
0 answers
Uninstalling a different program when installing a new one
I have a program that is being installed using a Deployment Project (Microsoft Visual Studio Installer Projects 2022).
Due to business changes, I need to break this one program up into several new programs. A similar scenario would be like when…

Cosmicjive
- 185
- 2
- 12
0
votes
1 answer
Creating a build for Visual Studio Deployment Project via command prompt
I am having issues with trying to create a Visual Studio Deployment Project via command prompt.
I have a visual studio 2015 installer I am trying to create, I am running the following command:
devenv.exe .sln /Build "Release|Any CPU"…

user1255276
- 541
- 2
- 5
- 20
0
votes
1 answer
How to run a deployed .exe file with administrator privileges?
I'm creating a Deployment Project in which I will deploy an executable - call it abc.exe and after the software is installed on the Target machine I need to run [INSTALLDIR]abc.exe /install with administrator privileges
As you may have guessed, I'm…
user6499401
0
votes
1 answer
Continue to deploy project after prerequisites installation
I have a simple VS Deployment Project that gathers all the files I need and packs it to MSI package. The project also creates .EXE that checks if VSTO installed on a computer and if not - specific launch condition fired (user downloads and installs…

K V
- 23
- 5
0
votes
1 answer
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 file when the installation finishes.
Just a simple…

Andrej
- 227
- 2
- 3
- 6
0
votes
0 answers
upgrade winform application not overwriting XML file even when "Always Copy"
I have an winform application say StackOverflow.exe. When I upgrade the latest release from StackOverflow.exe version 1.1 to version 1.2, its not overwriting XML file(say plugin.xml) from output content folder.
Note: plugin.xml is overwriten…

Sharan
- 1
- 1
- 3
0
votes
1 answer
Visual Studio Deployment Project - How to give a user write access to a resource file
In a Visual Studio (2013) Deployment Project, I have a resource file (a text-file called settings.cfg) that shall be copied to the application folder. The ReadOnly-Property of that file is set to False.
After installation on the target platform (Win…

Said
- 3
- 2