setup-project

How to “enable 'Download prerequisites from the same location as my application'”

吃可爱长大的小学妹 提交于 2020-06-24 11:28:06
问题 tl;dr Visual Studio 2013 Creating a plain installer, project template: Other Project Types > Visual Studio Installer > Setup Project There's gotta be something simple I'm missing. I've got the installers (i.e NDP451-KB2858728-x86-x64-AllOS-ENU.exe) for my prerequisites downloaded, how hard can it be to tell Visual Studio where to find them (or to put them where it naturally will look)? ================================================= Got everything working, except for incorporating

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

How can I get custom action data of a setup project in C#?

别等时光非礼了梦想. 提交于 2020-03-05 04:05:28
问题 I create a windows service and a setup project for my service. In my windows service I can get my customer action data thinks to this : Context.Parameters["dbname"] But I want to access to the value of my customer action data in my service to use it in my project. Someone have any idea how to do it in c# ? UPDATE In my ProjectInstaller : public ProjectInstaller() { InitializeComponent(); } public override void Install(IDictionary stateSaver) { base.Install(stateSaver); string dbName = Context

How can I get custom action data of a setup project in C#?

强颜欢笑 提交于 2020-03-05 04:05:08
问题 I create a windows service and a setup project for my service. In my windows service I can get my customer action data thinks to this : Context.Parameters["dbname"] But I want to access to the value of my customer action data in my service to use it in my project. Someone have any idea how to do it in c# ? UPDATE In my ProjectInstaller : public ProjectInstaller() { InitializeComponent(); } public override void Install(IDictionary stateSaver) { base.Install(stateSaver); string dbName = Context

How to Forcefully Rollback a Setup from Custom Actions?

假如想象 提交于 2020-02-24 14:55:31
问题 I am creating a installer in .NET and using custom actions for controlling installation. Now there is certain conditions which I need to check and based on those I have to continue install OR rollback the installation. How can I forcefully rollback the Setup from custom actions? 回答1: Here are two resources (which will answer your question): http://community.installshield.com/showthread.php?t=141844 http://www.installsite.org/pages/en/isnews/200108/ 来源: https://stackoverflow.com/questions

How to Forcefully Rollback a Setup from Custom Actions?

▼魔方 西西 提交于 2020-02-24 14:54:30
问题 I am creating a installer in .NET and using custom actions for controlling installation. Now there is certain conditions which I need to check and based on those I have to continue install OR rollback the installation. How can I forcefully rollback the Setup from custom actions? 回答1: Here are two resources (which will answer your question): http://community.installshield.com/showthread.php?t=141844 http://www.installsite.org/pages/en/isnews/200108/ 来源: https://stackoverflow.com/questions

How do I make my Setup project produce an executable?

限于喜欢 提交于 2020-01-25 06:47:09
问题 I've built a small desktop application with which I am trying to use a Setup project to allow other users to install it. But whenever I run this installer, it does not produce an executable file. This is my first time making a setup project. My solution contains two projects. One is the setup project which installs the primary output from the other project. The other project is a WPF App that consists of two xaml files, a xaml.cs file for each, an App.config file, and an icon. It also has a

Rename project output before being included into Setup project

空扰寡人 提交于 2020-01-21 11:55:26
问题 I have an exe that is built and placed into a Setup project for deployment. I want to rename the exe that is produced (to a .scr file - it is a screensaver) before inclusion in the setup project. How do I do this? I know I could rename the file in a post install process but I don't want to do it this way, I want the file to be renamed before inclusion into the setup project Any help would be great thanks I am using Visual Studio 2008 and the program is written in C# Thanks 回答1: You could add

InstallShield LE is not working in vs2013 in windows 8.1

谁说胖子不能爱 提交于 2020-01-17 01:45:08
问题 I am working in Visual Studio 2013 on Windows 8.1 . I have windows service project, for that i want to create a setup project. I am trying to add install shield limited edition project. When i am clicking on OK button. Nothing happend, nnly setup1 named folder created in my solution folder. What should i do to fix this bug. 回答1: In the Visual Studio 2013, IDE showing "Enable InstallSheild Limited Edition", it means you have not installed InstallSheild yet. Download InstallShield from here.