visual-studio-setup-proje

visual studio setup project : update doesn't work

北战南征 提交于 2020-05-13 14:02:21
问题 I am facing a problem for several days and after many research I couldn't find anything that fit with my case. Here's the thing : I'm working with Visual Studio 2010 on a solution that contains several projects and a Setup Project. I want the setup project to create a MSI file to update the product from version 1.5 to version 1.6. I followed this tutorial http://www.simple-talk.com/dotnet/visual-studio/updates-to-setup-projects/ and updated also the assembly version and file version numbers

visual studio setup project : update doesn't work

人走茶凉 提交于 2020-05-13 14:02:07
问题 I am facing a problem for several days and after many research I couldn't find anything that fit with my case. Here's the thing : I'm working with Visual Studio 2010 on a solution that contains several projects and a Setup Project. I want the setup project to create a MSI file to update the product from version 1.5 to version 1.6. I followed this tutorial http://www.simple-talk.com/dotnet/visual-studio/updates-to-setup-projects/ and updated also the assembly version and file version numbers

c# Visual Studio Project Installer save data from Textbox into Textfile

守給你的承諾、 提交于 2020-01-11 13:34:07
问题 After a lot of research I have to ask you guys in order to get my project finally running. I want to save data which the user puts into a TextBox of the Visual Studio Project Installer to a text file. I have read different articles, also this one: C# Visual Studio Project Installer retrieve data from Textbox But the question was not answered there so I'm asking you to get this question finally solved. And please give me a Code example where it is written in C# Code how to get this values from

Visual Studio Setup project set install location

有些话、适合烂在心里 提交于 2020-01-06 18:41:32
问题 I am using visual studio setup project extension for build setup package for my application. I have removed the Install Location Select Interface and instead application should be installed to the location i have preset. At the moment application install location is set by Right-click on Application Folder in File system UI and set the DefaultLocation value as [ProgramFilesFolder][Manufacturer]\[ProductName] . It is installing to ProgramFiles(X86) folder. I want to install the application

VS2017 Installer project output does not replace the current installation

冷暖自知 提交于 2020-01-06 08:52:30
问题 I have a standard windows forms application that is being deployed using the VS2017 setup project. When opening the setup project using the "File System", I added to the application folder the following: Primary output from the win forms app. The EPPlus library's dll. Some excel files. The setup project gives the output .msi package just fine. The problem is, when I run the .msi output after building the setup project (of course after building the source project) and run the application, I do

VS2017 Installer project output does not replace the current installation

吃可爱长大的小学妹 提交于 2020-01-06 08:52:18
问题 I have a standard windows forms application that is being deployed using the VS2017 setup project. When opening the setup project using the "File System", I added to the application folder the following: Primary output from the win forms app. The EPPlus library's dll. Some excel files. The setup project gives the output .msi package just fine. The problem is, when I run the .msi output after building the setup project (of course after building the source project) and run the application, I do

Adding an external CAB to an MSI with an internal one

与世无争的帅哥 提交于 2019-12-24 20:46:04
问题 I have a visual studio installer (vs2015) that installs an application. I want it to also install a set of configuration files, the contents of which vary by physical install location, that will be delivered as a cab file in the same directory as the msi. The cab has a known set of files that will be distributed across 2 folders in the install location and is created by a different project than the installer. How do I get the msi to install both its internal contents and the contents of the

BadImageFormatException when trying to install msi

你。 提交于 2019-12-24 07:59:14
问题 I am using VS 2015 and .net framework 4.6. I have one solution with multiple projects. When i build the solutions it works fine. I build solution and all the projects for Release x64. I have one installer project as well which contains dll of all the projects. When i build the installer it build successfully. The real problem comes when i am trying to install that build. It gives me an exception : BadImageFormatException 回答1: Check the NET FW versions. If there is code targeted at the NET 4.0

Install files to existing program's install path with Visual Studio Setup project

主宰稳场 提交于 2019-12-23 02:43:48
问题 I'm making a Visual Studio setup project which installs a plugin for an existing program on the target machine. My files need to go into the install directory for that application. I'd like to be able to cleanly install and uninstall my plugin without affecting the application itself more than necessary. The existing program's install path can be found in a registry key, and may vary between individual installations. Can I configure the Visual Studio setup project to read the value from that