Questions tagged [deployment-project]
50 questions
0
votes
1 answer
Error after upgrading to VS 2013 in deployment project
I recently installed VS 2013 in an attempt to upgrade the solution I work on from VS 2010. The solution seems to mostly work correctly except for a deployment project that it contains.
I am getting an error very similar to the one in this question.…

Jacob
- 453
- 5
- 17
0
votes
1 answer
WIX Operating System Condition Always true
I have a DLL that I need to install in a specific folder based on which OS I'm installing on.
For XP it is installed in system32, while on Win7 it is installed in SysWow64.
The solution is C# and I am using a deployment project.
In the deployment…

wmayes
- 15
- 1
- 1
- 6
0
votes
1 answer
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 company domain.
I succeeded to create the shared…

Valeriu
- 69
- 1
- 6
0
votes
1 answer
Deployment Project: File System: add shortcut to a folder
In VS 2008, I'm trying to create a shortcut in the start menu to a folder in the application folder. So far, it appears that all I'm allowed to target is files. Is there someting I'm missing here, or is there a hack to getting this made?

Tsaot
- 36
- 4
0
votes
1 answer
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 in which editor I should add then database and how…

Sheetal
- 853
- 6
- 15
- 22