setup-deployment

Creating a Setup Project for multiple applications in Visual Studio

感情迁移 提交于 2021-01-28 12:05:22
问题 Suppose I have two application - App A and App B which are already created and are working fine. Now I want to create a new setup project which can be used to create a setup file for both of the applications. Can this be possible of creating a setup file for installing both apps? Also I want to perform the installation in such a way that - once the App A is installed then only the installation of App B should begin. Thanks. 回答1: With VS setup projects you can create one setup (I assume you

uninstall previous version installed new version of setup project

本小妞迷上赌 提交于 2021-01-27 20:07:24
问题 I create a setup project and installed in a windows system. Before going to install setup project I made setting as DetectNewInstallerVersion = true and RemovePreviousVersion = True I have also changed the version every time. But If I rebuild the setup project then again install the msi file it will not overwrite the existing file also it will create a new application in program features. I want to uninstall the previous version and install new version without uninstall manually. 回答1: After

Start WPF app after MSI installation complete

落花浮王杯 提交于 2020-01-15 11:38:47
问题 I have a WPF app that gets installed via an MSI, generated from a "setup project" in visual studio 2010. I was wondering how I tell the setup project to start the WPF app (primary output) after the installer is complete. 回答1: Found the answer here, using a custom action: http://www.codeproject.com/KB/install/Installation.aspx 来源: https://stackoverflow.com/questions/4905085/start-wpf-app-after-msi-installation-complete

Get access to AppSettings from custom Installer during uninstall (BeforeUninstall)

浪子不回头ぞ 提交于 2020-01-13 14:03:50
问题 I have a VS solution with following structure: Library project (.dll) Application using the #1 library project I have app.config defined in the application (#2) which defines a SaveLogsToDirectory path in appSettings. This value is eventually used by the library project to save the logs generated. Simple use of api System.Configuration.ConfigurationManager.AppSettings["SaveLogsToDirectory"] in the library fetches the value from app.config. Library project has a custom System.Configuration

How to create distribution files(.exe) with jruby

倾然丶 夕夏残阳落幕 提交于 2020-01-04 08:06:09
问题 I have created a JRuby desktop application. Now I need to install on different platforms(Windows, Linux, Mac). Can any one help me on this Which is the painless method to create installation files OR executables with jruby. I googled and tried with RubyScript2exe, OCRA but none of these succeeded(really dont understood much). I am a noobie.. I really need it... EDIT - TRYING A SIMPLE METHOD as jrubyc can create java equivalent class files(described here) To start with packaging I created a

How to create distribution files(.exe) with jruby

喜夏-厌秋 提交于 2020-01-04 08:06:07
问题 I have created a JRuby desktop application. Now I need to install on different platforms(Windows, Linux, Mac). Can any one help me on this Which is the painless method to create installation files OR executables with jruby. I googled and tried with RubyScript2exe, OCRA but none of these succeeded(really dont understood much). I am a noobie.. I really need it... EDIT - TRYING A SIMPLE METHOD as jrubyc can create java equivalent class files(described here) To start with packaging I created a

How to create distribution files(.exe) with jruby

南楼画角 提交于 2020-01-04 08:05:45
问题 I have created a JRuby desktop application. Now I need to install on different platforms(Windows, Linux, Mac). Can any one help me on this Which is the painless method to create installation files OR executables with jruby. I googled and tried with RubyScript2exe, OCRA but none of these succeeded(really dont understood much). I am a noobie.. I really need it... EDIT - TRYING A SIMPLE METHOD as jrubyc can create java equivalent class files(described here) To start with packaging I created a

Deployment kit suggestions [closed]

守給你的承諾、 提交于 2020-01-02 07:13:09
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 8 years ago . I wrote some application under .Net 4.0 and I am looking a way to deploy it. I am after some kit that will be able to: Put my files in some predefined folder, Create all needed short cuts Insert my application