Questions tagged [setup-deployment]

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

API documentation

Related links

820 questions
3
votes
2 answers

WIX - Unable to patch an installation after it has been patched

need a little help here... The Error : The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the…
3
votes
3 answers

How to make an installer package where you have multiple projects and different outputs?

I have three applications, App1, App2, and App3. App3 is the main application that needs to be finally installed on the user's computer. It should go like this: When the setup starts, it should run App1, which does some authentications, like…
3
votes
1 answer

create a deployment package for Webservice in Visual Studio

I want to deploy my Webservice(*.asmx) on client server. I need to develop deployment package which will install the virtual folders and deploy the service just like clickonce. Could someone give me Visual Studio step by step guide to do…
Kenny
  • 819
  • 1
  • 9
  • 24
3
votes
1 answer

Change targetName in VisualStudio 2010 setup project

I am trying to make setup project for my application. I have added it to my solution with my primary application project. Everything looks fine. I can see detected dependency files: But i must change targetName of some files. I can't do that and…
3
votes
1 answer

Large scale deployment of a .net mono app on Linux/Ubuntu

We have a .net app written to be Mono and Linux compatible - written in Visual Studio 2010. For deployment on Windows, we use a Visual Studio Deployment project to build the installer and put files in the correct places. Is there an equivalent for…
Roberto Bonini
  • 7,164
  • 6
  • 39
  • 47
3
votes
2 answers

Self-signed certificate - unable to open certificate

I need a self-signed certificate to create a ClickOnce application in C++. I'm a real novice at deployment, so I'm following Stack Overflow question How to create a self signed certificate. Here's the command sequence I've used makecert -r -pe -n…
Jon
  • 703
  • 3
  • 15
  • 34
2
votes
1 answer

Adding application launch option (checkbox) to installations

I have developed my application in .Net and my installer is working fine. Now I want some more functionality like adding checkbox at the end of installer for launching the same aplication after clicking the finish button. I have also implemented the…
Vishal Suthar
  • 17,013
  • 3
  • 59
  • 105
2
votes
2 answers

Exclude file from Visual Studio Deployment Project depending on Configuration

I have a solution with 3 projects: windows application, class library and setup project (Visual Studio 2008). Solution has 3 configurations: Debug, Release and Release with DLL. I want to include or exclude that DLL depending on current…
abatishchev
  • 98,240
  • 88
  • 296
  • 433
2
votes
1 answer

VS 2010 BootStrapper for WIC (Windows Imaging Component) before .Net 4 installation in XP

I have created a setup and deployment project for my .Net 4 app in VS 2010. In my prerequisites i have checked .Net4 prerequisite but i have learned that .Net4 has left out WIC (Windows Imaging Component) to make it light. When i run my setup in…
Nikhil Agrawal
  • 47,018
  • 22
  • 121
  • 208
2
votes
1 answer

Which tool can open merge module file to check?

I have some merge module files *.msm. I am wondering if there is any tool to open those files to check.
user496949
  • 83,087
  • 147
  • 309
  • 426
2
votes
1 answer

Hiding the password when typing into an Inno based setup

I have a password field in my installer which deploys a .Net windows application.Installer uses Inno deployment script ,made in pascal.Issue is for password feild , i want to show a * character when user enters.Currently it shows the alphabets which…
Sunil Sharma
  • 782
  • 1
  • 10
  • 22
2
votes
1 answer

How to add optional-components to Visual Studio Setup and Deployment projects?

I'm trying to create a very basic "Setup and Deployment" project using Visual Studio. What I would like is the ability to choose which components to install. Let's say that each component consists in the primary output of a single class library…
Maxime Labelle
  • 3,609
  • 2
  • 27
  • 48
2
votes
2 answers

Setup and Deployement in VB.Net having Sql Server Database in the Project

I have completed my Project in VB.Net and has published my project. But i want to come out of these things I have Sql Server Database in my project and i want my setup to add that database to sql server on installing my project. I want my…
Kishore Kumar
  • 12,675
  • 27
  • 97
  • 154
2
votes
2 answers

how to create setup file for blackberry application

I want to create a setup file for blackberry application. I know that I can put the folder deliverables in my sdcard and then installed the application when I click (.jad). I don't want to use desktop software to install (.alx) in my device. But I…
mobileDeveloper
  • 894
  • 2
  • 14
  • 35
2
votes
2 answers

Self-installer for Delphi win32 application

Are there any components or 3rd party software to create the self-installer Delphi application? I want to make some kind of one-click installer which will copy the main exe file and few other files to AppData folder and create the shortcuts. It…
Andrew
  • 3,696
  • 3
  • 40
  • 71