Questions tagged [setup-deployment]

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

API documentation

Related links

820 questions
-1
votes
1 answer

.MSI setup package installation issue, asks .NET Desktop Runtime before installation

I have developed one WPF Application using MVVM architecture and Telerik Controls. We have deployed this application across company now want to deploy same application with new version. Application Framework : .Net Core 3.1(Any CPU) Application…
Amol Pawar
  • 251
  • 1
  • 15
-1
votes
1 answer

System.unauthorizedaccess while running .NET setup and deployment application

I have a small .NET application deployed using "Setup and Deployment" wizard. The problem is that when I run it with the user having administrator rights, it runs without any errors, and if the user doesn't have administrator rights then it gives…
user698065
  • 277
  • 2
  • 4
  • 10
-1
votes
1 answer

Visual Studio Installer project throws no errors on build but msi/exe files are not created

I have an old solution that used to work and had many versions and multiple installer projects, at some point one of the installer projects stopped creating msi/exe files. small changes have been made to ProjectInstaller class and the project…
-1
votes
1 answer

My project work in Visual Studio but won't work after installing on the system

I've a Project which works when I run it on Visual Studio but won't work after I install it on the system. I'm using Setup File for installation on Windows 7 x64. I'm using codedom to build an Assembly File. My project after installing works good…
-1
votes
1 answer

Companies / Products using WiX toolset

I don't know whether my question match with my title or not. I'm currently doing a POC on developing msi and exe files for installation using WiX toolset. I need to give a report on that.So we need to know, Which all are companies or products are…
Mohan V P
  • 11
  • 3
-1
votes
1 answer

how to build new version of exe using Microsoft Visual Studio Installer Projects

I use Microsoft Visual Studio Installer Projects. The first time I create my setup file, but then after I publish my MSI, I did some updates to my application and I tried to re-build it, but it won't create a new MSI. Can someone please help me?
-1
votes
1 answer

How do I deploy my existing SPSS streams takes input from DB using WML in Watson Studio

Earlier when Machine Learning service was part of Bluemix, I use to deploy my SPSS Modeler streams easily and these SPSS streams where having Dashdb connectivity through Json Script. However, in Watson Studio, I do not find that connectivity for…
-1
votes
1 answer

window installer prerequisites missing in visual studio 2017

i have been trying to make a setup for my WPF project which uses SQL server. on publishing process, at the point of selecting prerequisites in the prerequisites dialogue box I'm missing window installer . How can i fix that please enter image…
-1
votes
1 answer

Crystal report connection with local DB client side issue

I have created a desktop application and designed some reports using sap crystal report. First to design report I used database from sql server management studio and put all the field on report. But I have to deploy it client side with localDB after…
-1
votes
1 answer

Setup and deployment in .NET

How do I make the setup and deployment project to include my resources in the installed Windows Forms project? My resources are in the default resources folder and its information is in the properties.resources.resx file...
Genius
  • 1,084
  • 2
  • 10
  • 20
-1
votes
1 answer

Creating a Setup.exe with Mysql Installer

I need to create a setup with Mysql installer included in the project, i am using visual studio 2015 and installshield 2015 LE, i need to check if there is MySql already installed if there's nothing installed, setup will install MySql and continue…
-1
votes
1 answer

Installer for VS Express 2015 C# winform project

I have developed a Winforms project using C# and .NET 4.5 in VS Express 2015 as front end and Firebird SQL as backend. Now I want to create an installer for the project so that it could be installed easily on client computers. I have searched the…
gomesh munda
  • 838
  • 2
  • 14
  • 32
-1
votes
1 answer

How to build project and solve BadImageFormatException

I am trying to build a solution for x86 and x64 configurations in VS2013 but I have this issue of BadImageFormatException with one of the dlls. This is a Winforms application that is 99.999% managed but depends on one dll that is written in C. I am…
Dimitris
  • 2,030
  • 3
  • 27
  • 45
-1
votes
1 answer

Deploying my Silverlight app

I have finished developing a Web application using Silverlight 5 (hosted in an ASP.Net project) with Visual Express 2013. I use SQL Server 2012 for my database, and I want to send my application to My Friend in order to test it. Can I create a DEMO…
-1
votes
1 answer

How can i run the project which have folders like conf,css,html,js,jsp and WEB-INF?

I have one java web project folder and it contains folders like /conf, /css, /html, /js, /jsp and /WEB-INF. /conf folder contains vestweb.cfg, *.css, *.html, *.js, *.jsp files. /WEB-INF has /src folder and contains java source files(not able to…
Rahul M U
  • 15
  • 1
  • 4