Commit Graph
25 Commits
Author SHA1 Message Date
Kenneth Skovhede 40dd3c6816 Updated all license mentions to MIT 2024-02-28 15:45:30 +01:00
gpatel-frandGitHub d428ef6e5a update artifact versions (#4958) 2023-06-04 10:38:23 +02:00
gpatel-fr 8d995fb61d add workflow for building experimental releases 2023-05-04 22:59:35 +02:00
Kenneth Hsu e964072690 Target .NET Framework 4.7.1.
This updates all projects to target .NET Framework 4.7.1.  The
TencentCOS and Tardigrade backends depend on .NET Standard 2.0.  When a
.NET Framework prior to 4.7.1 is targeted, the system cannot be sure
that all the dependencies exist, so it copies all dependent assemblies
to the output directory.  This causes many assemblies from the System
namespace to become bundled in the release.

https://stackoverflow.com/a/48875007

We had previously attempted to make individual projects target 4.7.1
(see pull request #4242), but this can cause compatibility issues when
4.6.2 projects depend on 4.7.1. projects.

This will require Mono 5.10.0 or greater (previously, we required 5.0.0
or greater).

https://www.mono-project.com/docs/about-mono/releases/5.10.0/#class-libraries

This fixes issue #4234.
2020-07-26 19:46:01 -07:00
TopperDEL 37e0d36348 fix: Remove unnecessary windows storj_uplink.dll 2020-07-16 16:34:28 +02:00
TopperDEL 0b0fc23d97 fix: Remove renamed MacOS-dylib on windows-installer 2020-07-16 15:59:26 +02:00
TopperDELandGitHub dd5a5f6c75 Update WixInstaller.wixproj 2020-06-30 16:44:04 +02:00
TopperDEL 31ae3784c0 build: First try to deploy the (only the necessary) tardigrade-binaries for all systems 2020-06-18 17:17:06 +02:00
BlueBlock c14c4a8009 add FORSERVICE option to installer
FORSERVICE will only install DuplicatiCore
2019-09-06 13:54:30 -04:00
BlueBlock 2bac2126b7 rename core feature 2019-09-06 10:21:43 -04:00
BlueBlock 8a6e2e2281 revert wix back to InstallInitialize 2019-09-04 11:59:46 -04:00
BlueBlock c912ae3e51 fix display of 462 not installed msg
it currently will display "The .NET Framework 4.6.2 must be installed ()"
change to just display "The .NET Framework 4.6.2 must be installed"
2019-09-03 12:56:56 -04:00
BlueBlock 4a9fba8da7 change wix ordering to use more efficient method 2019-09-03 12:55:42 -04:00
BlueBlock 2c41f24e25 wix installer update to 462 2019-08-29 19:48:30 -04:00
BlueBlock 08a1e9998a initial upgrade to framework 4.6.2
- no code changes except those noted below
- projects upgrade to 4.6.2
- wixinstaller project upgraded automatically by VisualStudio
- wixinstaller updated to require 4.6.2
- Library.Encryption changed to Standard2.0 so accommodate update to SharpAesCrypt
2019-07-26 09:18:16 -04:00
Kenneth Skovhede 91b3b791ff Fix to avoid unwanted updates after builds 2018-06-29 10:34:59 +02:00
Kenneth Skovhede d2915b2eda Added extra steps to the Windows MSI to set the product code on the MSI to match the executable 2018-06-18 00:00:02 +02:00
Kenneth Skovhede 56f70b62c9 Added scripts to build deb and rpm packages locally through Docker.
Changed Windows build to use a local virtual machine.
Updated installer build script to use the local builds instead of the AWS ones.
2017-01-14 12:10:55 +01:00
Kenneth Skovhede 8adf50aaf9 Minor fixes to safeguard against broken Windows builds being picked up 2016-05-04 11:48:47 +02:00
Kenneth Skovhede 6e3284e680 Suppressing ICE validation in MSI builds, as it does not work with non-interactive non-administrator builds: http://stackoverflow.com/questions/1064580/wix-3-0-throws-error-217-while-being-executed-by-continuous-integration 2016-05-04 10:32:28 +02:00
Kenneth Skovhede d0c16f2fec Updated build for Windows to include OEM overrides 2016-04-23 23:10:34 +02:00
Kenneth Skovhede df65ab7a59 Updated windows script 2016-04-22 10:52:35 +02:00
Kenneth Skovhede 96d2d935b0 Updated installer bitmaps and OSX tray icons 2016-04-22 09:14:51 +02:00
Kenneth Skovhede 0bb0cd36a8 Updated Windows installer to be built from existing zip file 2016-04-21 13:00:19 +02:00
Kenneth Skovhede 2d1c4e6790 Renamed some installer folders to make it more consitent 2016-03-30 12:28:10 +02:00