Questions tagged [setup-deployment]

Microsoft Setup and Deployment Wizard for Visual Studio or the .NET framework

API documentation

Related links

820 questions
14
votes
4 answers

Branch does not exist

the command git branch --set-upstream-to develop origin/develop results in the error fatal: branch 'origin/develop' does not exist I am not sure what this means other than origin develop does not exist. Does that mean it doesn't exist on the…
Chris
  • 823
  • 2
  • 7
  • 16
13
votes
2 answers

Cannot run the Setup file which created by VS2013 in windows xp

Created a Setup file developed in c# in VS-2013, Dotnet4 framework and for 32bit Architecture. It is getting installed in windows 7 and windows 8 but not in Windows XP (SP3) with administrator previllege. Error : "The installer was interrupted…
Acube
  • 145
  • 1
  • 10
13
votes
6 answers

Programmatically access All Users Start Menu

Does anyone know how to programmatically access the "All Users" Startup Menu? In XP, located here: C:\Documents and Settings\All Users\Start Menu\Programs\Startup And in Windows 7, located here: C:\ProgramData\Microsoft\Windows\Start…
fre0n
  • 1,885
  • 1
  • 20
  • 26
12
votes
3 answers

.Net Installer - Diff between .exe and .msi

I am deploying my application using the installer that i create using the Setup and Deployment project in visual studio. When i build the setup project i get a .exe and a .msi file. I would like to know the difference between them. I noticed that…
Sidharth
  • 1,251
  • 1
  • 25
  • 40
11
votes
2 answers

unicorn hangs saying Refreshing Gems

I have a strange problem in staging after i migrated to unicorn from passenger. I configured unicorn for both development and staging environment . its working in development but not in staging. In development its listening to 8080 where as in…
11
votes
5 answers

How to retrieve a saved ftp password from phpStorm?

I know that technically, this question should be asked on phpStorm's forums, but being a popular IDE (I bet an eventual solution would also work for other popular IDEs from JetBrains), I'm thinking: someone on SO might know and share the answer…
tao
  • 82,996
  • 16
  • 114
  • 150
11
votes
3 answers

version of .net framework launch not match .net framework bootstrapper project

When I build the release project of the vb.net 2010 I just started using, I get two warnings: the version of the .net framedwork launch condition does not match the selected .net framework bootstrapper package. Update the .net framewk launch…
smh
  • 265
  • 2
  • 5
  • 10
11
votes
3 answers

C# - windows service installer not registering service

I'm trying to use an installer for a Windows service, and would like to avoid using InstallUtil.exe. The installer appears to work correctly (the executable and dlls are in the correct directory), but the service doesn't appear under Computer…
David Hodgson
  • 10,104
  • 17
  • 56
  • 77
10
votes
3 answers

Deploying Postgresql Along Windows Application

I have WPF application which using Postgresql as Database engine. I want to install Postgresql engine and restore/attach application-Db to it. The application's users are non-technical people and they can not install Postgresql individually.
Ben
  • 1,196
  • 2
  • 11
  • 25
9
votes
2 answers

How do you package a VSTO Word addin for deployment (to Office 32 bit) using WIX?

I developed a VSTO Word add in in VS 2017 Pro. Works fine, ready to deploy. However, I cannot find a working procedure for packaging my VSTO Word add in for use on machines other than my development machine. For any particular machine , I need to…
VA systems engineer
  • 2,856
  • 2
  • 14
  • 38
8
votes
1 answer

How do I create a shortcut with the name set to [PRODUCTNAME] in a VS Setup and Deployment project?

In my VS Setup & Deployment project, I want to create a desktop shortcut whose name is set to the [ProductName] property. Instead of using the property, the setup program simply treats [ProductName] as a string literal. How can I get it to behave…
Brandon
  • 3,684
  • 1
  • 18
  • 25
8
votes
3 answers

Generate the license key from the unique machine key in C# win forms Setup

I have developed an C# win forms application in Visual Studio 2010 and to provide security to it I am generating a machine dependent key by using systems cpuId, biosId, diskId. It looks like Now in Setup I am just getting one key input area like…
Ashok
  • 1,868
  • 6
  • 36
  • 70
8
votes
1 answer

How to configure post-build events for setup/deployment projects in Visual Studio

My solution has two projects. One is my actual project and another one is setup project. My actual project has one report folder where I store my all ssrs report. I have one folder in the setup project called "SSRS_Repor". Now I want that when I…
Thomas
  • 33,544
  • 126
  • 357
  • 626
8
votes
2 answers

ActiveMQ standalone server deployment or embedded in a Spring Webapp

I have a requirement to design an application which notifies/publishes, its subsystems to send out emails. I have planned to do that using jms publish/subscribe (topic) messages The visibility for now , there would be 20 to 30 subscribers and the…
Sudhakar
  • 4,823
  • 2
  • 35
  • 42
7
votes
1 answer

Error 1001 in my Windows Service app setup project

I'm trying to install my Windows Service app using Visual Studio 2008 Setup and Deployment project. I have created a user account that has "Run as a Service" right and have set the ServiceProcessInstaller.Account to…
mrtaikandi
  • 6,753
  • 16
  • 62
  • 93
1
2
3
54 55