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…
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…
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…
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…
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…
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?
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…
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…
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…
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...
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…
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…
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…
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…
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…