From e8c3d36ebad334b414dc99a38ba9c7288359e56f Mon Sep 17 00:00:00 2001 From: BlueFinBima Date: Mon, 18 Mar 2019 20:52:58 +0000 Subject: [PATCH] Preparing for release 1.4.2019.0317 --- Control Center/MainWindow.xaml.cs | 2 +- .../Interfaces/DCS/Common/DCSConfigurator.cs | 4 +- Helios/Interfaces/DCS/F14B/F14BInterface.cs | 2 +- .../DCS/M2000CSimple/M2000CSimpleInterface.cs | 2 +- Helios/_Documents/Helios.Read.Me.txt | 10 +- Helios/_Documents/changelog.txt | 8 +- Installer/Installer.vdproj | 307 +++++++----------- Profile Editor/About.xaml.cs | 2 +- 8 files changed, 129 insertions(+), 208 deletions(-) diff --git a/Control Center/MainWindow.xaml.cs b/Control Center/MainWindow.xaml.cs index 59860f73d..3e9645374 100644 --- a/Control Center/MainWindow.xaml.cs +++ b/Control Center/MainWindow.xaml.cs @@ -810,7 +810,7 @@ private void SetProjectReleaseMessage() { Message = Assembly.GetEntryAssembly().GetName().Version.ToString() + "\nProject Fork: BlueFinBima\n" + - "Contributors: Gadroc BlueFinBima Cylution CaptZeen yzfanimal damien022"; + "Contributors: Gadroc BlueFinBima Cylution CaptZeen damien022 yzfanimal "; } #endregion diff --git a/Helios/Interfaces/DCS/Common/DCSConfigurator.cs b/Helios/Interfaces/DCS/Common/DCSConfigurator.cs index d66fc9a59..d5d5bff48 100644 --- a/Helios/Interfaces/DCS/Common/DCSConfigurator.cs +++ b/Helios/Interfaces/DCS/Common/DCSConfigurator.cs @@ -268,8 +268,7 @@ public string ExportAppPath { if (_allowDCSWorld) { - RegistryKey pathKey = Registry.CurrentUser.OpenSubKey(@"Software\Eagle Dynamics\DCS World"); - + // We attempt to get the Saved Games known folder from the native method to cater for situations // when the locale of the installation has the folder name in non-English. @@ -284,6 +283,7 @@ public string ExportAppPath { path = Environment.GetEnvironmentVariable("userprofile") + "Saved Games"; } + RegistryKey pathKey = Registry.CurrentUser.OpenSubKey(@"Software\Eagle Dynamics\DCS World"); if (pathKey != null) { diff --git a/Helios/Interfaces/DCS/F14B/F14BInterface.cs b/Helios/Interfaces/DCS/F14B/F14BInterface.cs index c4acc5f8e..c6cec324c 100644 --- a/Helios/Interfaces/DCS/F14B/F14BInterface.cs +++ b/Helios/Interfaces/DCS/F14B/F14BInterface.cs @@ -22,7 +22,7 @@ namespace GadrocsWorkshop.Helios.Interfaces.DCS.F14B using Microsoft.Win32; using System; - [HeliosInterface("Helios.F14B", "DCS F-14B", typeof(F14BInterfaceEditor), typeof(UniqueHeliosInterfaceFactory))] + //[HeliosInterface("Helios.F14B", "DCS F-14B", typeof(F14BInterfaceEditor), typeof(UniqueHeliosInterfaceFactory))] public class F14BInterface : BaseUDPInterface { private string _dcsPath; diff --git a/Helios/Interfaces/DCS/M2000CSimple/M2000CSimpleInterface.cs b/Helios/Interfaces/DCS/M2000CSimple/M2000CSimpleInterface.cs index a4a248475..1a75c03b1 100644 --- a/Helios/Interfaces/DCS/M2000CSimple/M2000CSimpleInterface.cs +++ b/Helios/Interfaces/DCS/M2000CSimple/M2000CSimpleInterface.cs @@ -22,7 +22,7 @@ namespace GadrocsWorkshop.Helios.Interfaces.DCS.M2000CSimple using Microsoft.Win32; using System; - [HeliosInterface("Helios.M2000CSimple", "DCS M2000C (Simple)", typeof(M2000CSimpleInterfaceEditor), typeof(UniqueHeliosInterfaceFactory))] + //[HeliosInterface("Helios.M2000CSimple", "DCS M2000C (Simple)", typeof(M2000CSimpleInterfaceEditor), typeof(UniqueHeliosInterfaceFactory))] public class M2000CSimpleInterface : BaseUDPInterface { private string _dcsPath; diff --git a/Helios/_Documents/Helios.Read.Me.txt b/Helios/_Documents/Helios.Read.Me.txt index 0cad44c01..6dce8bc36 100644 --- a/Helios/_Documents/Helios.Read.Me.txt +++ b/Helios/_Documents/Helios.Read.Me.txt @@ -1,7 +1,7 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -* * Helios 1.4.2018.1008 * * +* * Helios 1.4.2019.0317 * * * * * * * * READ.ME * * * * * * @@ -25,7 +25,7 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -Helios 1.4.2018.1008 is not an explicit collaboration with Craig Courtney, +Helios 1.4.2019.0317 is not an explicit collaboration with Craig Courtney, but it relies heavily on the original Helios. This distribution is not endorsed by Craig Courtney. @@ -45,7 +45,7 @@ level, however it might do. If you install the scripting from the new AV-8B or MiG-21Bis intereface, it will *definitely* replace the current export.lua 3) Uninstall Helios 1.3 (you can always get it back from -http://www.gadrocsworkshop.com/helios/latest ) +http://www.gadrocsworkshop.com/helios/latest (if the site is working)) 4) You can choose not to Uninstall Helios 1.3 and install this code to a different directory and this should work ok. * However * there are no claims of @@ -71,6 +71,8 @@ A-10C Exports.lua in place, then the result will not be pleasant. * * * Known issues and work arounds * * * -None +Loss of bindings on Reset Monitors https://github.com/BlueFinBima/Helios/issues/117 + Save the profile after doing a reset monitor. The problem appears to happen + after two successive reset monitors. diff --git a/Helios/_Documents/changelog.txt b/Helios/_Documents/changelog.txt index 662adc924..d1dcfbf65 100644 --- a/Helios/_Documents/changelog.txt +++ b/Helios/_Documents/changelog.txt @@ -1,12 +1,16 @@ -1.4.2019.0330 Release +1.4.2019.0317 Release ---------------------------- * TextDisplay Control Added * Hornet UFC updated to remove the need for a viewport * Hornet IFEI updated to remove the need for a viewport +* Auto-binding for some devices to their intended interface * MS33558 Font incorporated (c) Derek Higgs 2000 which some sites claim is postcardware but I was unable to find an address / email * Seven Segment font incorporated (free for personal use) http://www.kraftilab.com/portfolio/7-segment-display-font/ * Reimplement the version checking for Control Center using HTTPS - +* Minor bug fixes +* Distributing Iris Screen Exporter for people who run Control Center remotely (it is in the Helios directory in My Documents) +* Code corrected to identify destination directory for DCS, Betas and Alphas +* Stricter version numbering which breaks the installer's version checking so previous Helios needs to be uninstalled manually. 1.4.2018.1008 Release ---------------------------- diff --git a/Installer/Installer.vdproj b/Installer/Installer.vdproj index 3e1fdf39d..b4f730295 100644 --- a/Installer/Installer.vdproj +++ b/Installer/Installer.vdproj @@ -52,25 +52,25 @@ "Entry" { "MsmKey" = "8:_08A8CE6856A173C96A70F80100AED9E5" - "OwnerKey" = "8:_E6A2C78B3575408E83C42476E5449D05" + "OwnerKey" = "8:_72CEFC0E61EB439E9A3A8073F41622EF" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_08A8CE6856A173C96A70F80100AED9E5" - "OwnerKey" = "8:_FA987369A3EA4F739E46E3E94BA7D12B" + "OwnerKey" = "8:_80A510498A90463B948A51AD3876BD90" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_08A8CE6856A173C96A70F80100AED9E5" - "OwnerKey" = "8:_80A510498A90463B948A51AD3876BD90" + "OwnerKey" = "8:_E6A2C78B3575408E83C42476E5449D05" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_08A8CE6856A173C96A70F80100AED9E5" - "OwnerKey" = "8:_72CEFC0E61EB439E9A3A8073F41622EF" + "OwnerKey" = "8:_FA987369A3EA4F739E46E3E94BA7D12B" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -99,12 +99,6 @@ } "Entry" { - "MsmKey" = "8:_0DFBFCB8369F49CDB7ED7DBA3C68A78E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { "MsmKey" = "8:_0E176AE0E2354CC8A3B557390A1FD4B4" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" @@ -154,25 +148,25 @@ "Entry" { "MsmKey" = "8:_161114B3210C9125BCADDBB596A52A7A" - "OwnerKey" = "8:_E6A2C78B3575408E83C42476E5449D05" + "OwnerKey" = "8:_72CEFC0E61EB439E9A3A8073F41622EF" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_161114B3210C9125BCADDBB596A52A7A" - "OwnerKey" = "8:_FA987369A3EA4F739E46E3E94BA7D12B" + "OwnerKey" = "8:_80A510498A90463B948A51AD3876BD90" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_161114B3210C9125BCADDBB596A52A7A" - "OwnerKey" = "8:_80A510498A90463B948A51AD3876BD90" + "OwnerKey" = "8:_E6A2C78B3575408E83C42476E5449D05" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_161114B3210C9125BCADDBB596A52A7A" - "OwnerKey" = "8:_72CEFC0E61EB439E9A3A8073F41622EF" + "OwnerKey" = "8:_FA987369A3EA4F739E46E3E94BA7D12B" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -262,7 +256,7 @@ "Entry" { "MsmKey" = "8:_31E026CE4D511148C375D73ABB8FFE1F" - "OwnerKey" = "8:_FA987369A3EA4F739E46E3E94BA7D12B" + "OwnerKey" = "8:_DE2E358AC1B539A5DE4E38F0CC0E49B6" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -274,7 +268,7 @@ "Entry" { "MsmKey" = "8:_31E026CE4D511148C375D73ABB8FFE1F" - "OwnerKey" = "8:_DE2E358AC1B539A5DE4E38F0CC0E49B6" + "OwnerKey" = "8:_FA987369A3EA4F739E46E3E94BA7D12B" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -520,25 +514,25 @@ "Entry" { "MsmKey" = "8:_6D25A3A87606F011B198DAE49306A51A" - "OwnerKey" = "8:_E6A2C78B3575408E83C42476E5449D05" + "OwnerKey" = "8:_72CEFC0E61EB439E9A3A8073F41622EF" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_6D25A3A87606F011B198DAE49306A51A" - "OwnerKey" = "8:_FA987369A3EA4F739E46E3E94BA7D12B" + "OwnerKey" = "8:_80A510498A90463B948A51AD3876BD90" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_6D25A3A87606F011B198DAE49306A51A" - "OwnerKey" = "8:_80A510498A90463B948A51AD3876BD90" + "OwnerKey" = "8:_E6A2C78B3575408E83C42476E5449D05" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_6D25A3A87606F011B198DAE49306A51A" - "OwnerKey" = "8:_72CEFC0E61EB439E9A3A8073F41622EF" + "OwnerKey" = "8:_FA987369A3EA4F739E46E3E94BA7D12B" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -592,7 +586,7 @@ "Entry" { "MsmKey" = "8:_745A49A328E3528657335FAFB62F6368" - "OwnerKey" = "8:_FA987369A3EA4F739E46E3E94BA7D12B" + "OwnerKey" = "8:_72CEFC0E61EB439E9A3A8073F41622EF" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -604,7 +598,7 @@ "Entry" { "MsmKey" = "8:_745A49A328E3528657335FAFB62F6368" - "OwnerKey" = "8:_72CEFC0E61EB439E9A3A8073F41622EF" + "OwnerKey" = "8:_FA987369A3EA4F739E46E3E94BA7D12B" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -717,12 +711,6 @@ } "Entry" { - "MsmKey" = "8:_86B5509906954EAFAA91F78CC89F32A9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { "MsmKey" = "8:_875128DC0CE24BF88B98731A5ABCDA15" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" @@ -843,6 +831,12 @@ } "Entry" { + "MsmKey" = "8:_99006429A77F4FE6B9257E09FB828FFC" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_9913882FA9B14154AE56B5515834E598" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" @@ -982,13 +976,13 @@ "Entry" { "MsmKey" = "8:_BBD01F1F2CAB406FBC39642D2C723667" - "OwnerKey" = "8:_E6A2C78B3575408E83C42476E5449D05" + "OwnerKey" = "8:_DE2E358AC1B539A5DE4E38F0CC0E49B6" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_BBD01F1F2CAB406FBC39642D2C723667" - "OwnerKey" = "8:_FA987369A3EA4F739E46E3E94BA7D12B" + "OwnerKey" = "8:_72CEFC0E61EB439E9A3A8073F41622EF" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -1000,13 +994,13 @@ "Entry" { "MsmKey" = "8:_BBD01F1F2CAB406FBC39642D2C723667" - "OwnerKey" = "8:_72CEFC0E61EB439E9A3A8073F41622EF" + "OwnerKey" = "8:_E6A2C78B3575408E83C42476E5449D05" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_BBD01F1F2CAB406FBC39642D2C723667" - "OwnerKey" = "8:_DE2E358AC1B539A5DE4E38F0CC0E49B6" + "OwnerKey" = "8:_FA987369A3EA4F739E46E3E94BA7D12B" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -1017,6 +1011,12 @@ } "Entry" { + "MsmKey" = "8:_BF479CAA025B4D81BB1616CA6D48F634" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_BF533E1CB52D4403BA362262FAFE2155" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" @@ -1126,13 +1126,13 @@ "Entry" { "MsmKey" = "8:_DE2E358AC1B539A5DE4E38F0CC0E49B6" - "OwnerKey" = "8:_FA987369A3EA4F739E46E3E94BA7D12B" + "OwnerKey" = "8:_80A510498A90463B948A51AD3876BD90" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_DE2E358AC1B539A5DE4E38F0CC0E49B6" - "OwnerKey" = "8:_80A510498A90463B948A51AD3876BD90" + "OwnerKey" = "8:_FA987369A3EA4F739E46E3E94BA7D12B" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -1300,25 +1300,25 @@ "Entry" { "MsmKey" = "8:_F62FF08081A599A5153EE7E796758E85" - "OwnerKey" = "8:_8F3C6B7CFA1EE0CE0E032282CF8BC712" + "OwnerKey" = "8:_064F99F3D9F35DDC146FD8173A1CAD11" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_F62FF08081A599A5153EE7E796758E85" - "OwnerKey" = "8:_928ADA8B9CF9B5FF98FE5A1219024B82" + "OwnerKey" = "8:_635A8A23E1C069F3F83821DEFD568135" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_F62FF08081A599A5153EE7E796758E85" - "OwnerKey" = "8:_635A8A23E1C069F3F83821DEFD568135" + "OwnerKey" = "8:_928ADA8B9CF9B5FF98FE5A1219024B82" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_F62FF08081A599A5153EE7E796758E85" - "OwnerKey" = "8:_064F99F3D9F35DDC146FD8173A1CAD11" + "OwnerKey" = "8:_8F3C6B7CFA1EE0CE0E032282CF8BC712" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -1390,181 +1390,181 @@ "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_B460C897C30FCD732C43CB2D97564E5C" + "OwnerKey" = "8:_3E517CFAB0B22FAEB933CC50A9D2B15B" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_F05AA613420BC07A0759C84A86730A98" + "OwnerKey" = "8:_31E026CE4D511148C375D73ABB8FFE1F" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_EEA8430423B945BDB68C90DB31202DAE" + "OwnerKey" = "8:_745A49A328E3528657335FAFB62F6368" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_C2C0DFA7A8E84D8CB8DC9AD42A7CF558" + "OwnerKey" = "8:_161114B3210C9125BCADDBB596A52A7A" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_8EEEB02FFC314BD2AB2301D2C376B0C2" + "OwnerKey" = "8:_08A8CE6856A173C96A70F80100AED9E5" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_7974C0F7C30747F88CEF07996A22C073" + "OwnerKey" = "8:_BBD01F1F2CAB406FBC39642D2C723667" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_6780320517D44CC986520A3011194C55" + "OwnerKey" = "8:_6D25A3A87606F011B198DAE49306A51A" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_652DDA2E941B4580B00516ED403F2BCF" + "OwnerKey" = "8:_DE2E358AC1B539A5DE4E38F0CC0E49B6" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_4D8597C5D4A34C14B546525B4B01B0C0" + "OwnerKey" = "8:_3017249F82D3593F85B2600DA584699B" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_40E5A801D281460294F2E4D3C003EB72" + "OwnerKey" = "8:_72CEFC0E61EB439E9A3A8073F41622EF" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_3FC3D1EA084B48A683AFFFE4726C3840" + "OwnerKey" = "8:_2FC823C6E84B4FB3636C109E6D48F087" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_149A4B1E383B422CB8DEF228F22A7574" + "OwnerKey" = "8:_F05AA613420BC07A0759C84A86730A98" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_FA987369A3EA4F739E46E3E94BA7D12B" + "OwnerKey" = "8:_B460C897C30FCD732C43CB2D97564E5C" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_8F3C6B7CFA1EE0CE0E032282CF8BC712" + "OwnerKey" = "8:_E6A2C78B3575408E83C42476E5449D05" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_928ADA8B9CF9B5FF98FE5A1219024B82" + "OwnerKey" = "8:_F62FF08081A599A5153EE7E796758E85" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_635A8A23E1C069F3F83821DEFD568135" + "OwnerKey" = "8:_064F99F3D9F35DDC146FD8173A1CAD11" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_064F99F3D9F35DDC146FD8173A1CAD11" + "OwnerKey" = "8:_635A8A23E1C069F3F83821DEFD568135" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_F62FF08081A599A5153EE7E796758E85" + "OwnerKey" = "8:_928ADA8B9CF9B5FF98FE5A1219024B82" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_E6A2C78B3575408E83C42476E5449D05" + "OwnerKey" = "8:_8F3C6B7CFA1EE0CE0E032282CF8BC712" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_2FC823C6E84B4FB3636C109E6D48F087" + "OwnerKey" = "8:_FA987369A3EA4F739E46E3E94BA7D12B" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_72CEFC0E61EB439E9A3A8073F41622EF" + "OwnerKey" = "8:_149A4B1E383B422CB8DEF228F22A7574" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_3017249F82D3593F85B2600DA584699B" + "OwnerKey" = "8:_3FC3D1EA084B48A683AFFFE4726C3840" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_DE2E358AC1B539A5DE4E38F0CC0E49B6" + "OwnerKey" = "8:_40E5A801D281460294F2E4D3C003EB72" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_6D25A3A87606F011B198DAE49306A51A" + "OwnerKey" = "8:_4D8597C5D4A34C14B546525B4B01B0C0" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_BBD01F1F2CAB406FBC39642D2C723667" + "OwnerKey" = "8:_652DDA2E941B4580B00516ED403F2BCF" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_08A8CE6856A173C96A70F80100AED9E5" + "OwnerKey" = "8:_6780320517D44CC986520A3011194C55" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_161114B3210C9125BCADDBB596A52A7A" + "OwnerKey" = "8:_7974C0F7C30747F88CEF07996A22C073" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_745A49A328E3528657335FAFB62F6368" + "OwnerKey" = "8:_8EEEB02FFC314BD2AB2301D2C376B0C2" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_31E026CE4D511148C375D73ABB8FFE1F" + "OwnerKey" = "8:_C2C0DFA7A8E84D8CB8DC9AD42A7CF558" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_3E517CFAB0B22FAEB933CC50A9D2B15B" + "OwnerKey" = "8:_EEA8430423B945BDB68C90DB31202DAE" "MsmSig" = "8:_UNDEFINED" } } @@ -1749,11 +1749,6 @@ "AssemblyAsmDisplayName" = "8:Xceed.Wpf.AvalonDock.Themes.Aero, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL" "ScatterAssemblies" { - "_064F99F3D9F35DDC146FD8173A1CAD11" - { - "Name" = "8:Xceed.Wpf.AvalonDock.Themes.Aero.dll" - "Attributes" = "3:512" - } } "SourcePath" = "8:Xceed.Wpf.AvalonDock.Themes.Aero.dll" "TargetName" = "8:" @@ -1780,11 +1775,6 @@ "AssemblyAsmDisplayName" = "8:NLua, Version=1.3.2.0, Culture=neutral, PublicKeyToken=8df2ab518030ea95, processorArchitecture=MSIL" "ScatterAssemblies" { - "_08A8CE6856A173C96A70F80100AED9E5" - { - "Name" = "8:NLua.dll" - "Attributes" = "3:512" - } } "SourcePath" = "8:NLua.dll" "TargetName" = "8:" @@ -1884,26 +1874,6 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0DFBFCB8369F49CDB7ED7DBA3C68A78E" - { - "SourcePath" = "8:..\\..\\..\\Iris\\Installer\\Iris Setup\\Release\\Iris Setup.msi" - "TargetName" = "8:Iris Screeen Exporter Setup.msi" - "Tag" = "8:" - "Folder" = "8:_99D248ECE7CA4B17A15B204984A6573C" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0E176AE0E2354CC8A3B557390A1FD4B4" { "SourcePath" = "8:..\\bin\\Release\\Templates\\Base\\AV-8B\\Landing Lights Switch.htpl" @@ -2062,11 +2032,6 @@ "AssemblyAsmDisplayName" = "8:KeraLua, Version=1.3.2.0, Culture=neutral, PublicKeyToken=04d04586786c6f34, processorArchitecture=MSIL" "ScatterAssemblies" { - "_161114B3210C9125BCADDBB596A52A7A" - { - "Name" = "8:KeraLua.dll" - "Attributes" = "3:512" - } } "SourcePath" = "8:KeraLua.dll" "TargetName" = "8:" @@ -2273,11 +2238,6 @@ "AssemblyAsmDisplayName" = "8:CommandLine, Version=1.9.71.2, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL" "ScatterAssemblies" { - "_2FC823C6E84B4FB3636C109E6D48F087" - { - "Name" = "8:CommandLine.dll" - "Attributes" = "3:512" - } } "SourcePath" = "8:CommandLine.dll" "TargetName" = "8:" @@ -2304,11 +2264,6 @@ "AssemblyAsmDisplayName" = "8:Phidget21.NET, Version=2.1.8.199, Culture=neutral, PublicKeyToken=c2b1f2a3594bce52, processorArchitecture=MSIL" "ScatterAssemblies" { - "_3017249F82D3593F85B2600DA584699B" - { - "Name" = "8:Phidget21.NET.dll" - "Attributes" = "3:512" - } } "SourcePath" = "8:Phidget21.NET.dll" "TargetName" = "8:" @@ -2355,11 +2310,6 @@ "AssemblyAsmDisplayName" = "8:EosSharp, Version=1.1.5488.21795, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { - "_31E026CE4D511148C375D73ABB8FFE1F" - { - "Name" = "8:EosSharp.dll" - "Attributes" = "3:512" - } } "SourcePath" = "8:EosSharp.dll" "TargetName" = "8:" @@ -2486,11 +2436,6 @@ "AssemblyAsmDisplayName" = "8:System.Windows, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "ScatterAssemblies" { - "_3E517CFAB0B22FAEB933CC50A9D2B15B" - { - "Name" = "8:System.Windows.dll" - "Attributes" = "3:512" - } } "SourcePath" = "8:System.Windows.dll" "TargetName" = "8:" @@ -2990,11 +2935,6 @@ "AssemblyAsmDisplayName" = "8:Xceed.Wpf.AvalonDock.Themes.Expression, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL" "ScatterAssemblies" { - "_635A8A23E1C069F3F83821DEFD568135" - { - "Name" = "8:Xceed.Wpf.AvalonDock.Themes.Expression.dll" - "Attributes" = "3:512" - } } "SourcePath" = "8:Xceed.Wpf.AvalonDock.Themes.Expression.dll" "TargetName" = "8:" @@ -3223,11 +3163,6 @@ "AssemblyAsmDisplayName" = "8:SharpDX.DirectInput, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL" "ScatterAssemblies" { - "_6D25A3A87606F011B198DAE49306A51A" - { - "Name" = "8:SharpDX.DirectInput.dll" - "Attributes" = "3:512" - } } "SourcePath" = "8:SharpDX.DirectInput.dll" "TargetName" = "8:" @@ -3374,11 +3309,6 @@ "AssemblyAsmDisplayName" = "8:HidSharp, Version=2.0.5.0, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { - "_745A49A328E3528657335FAFB62F6368" - { - "Name" = "8:HidSharp.dll" - "Attributes" = "3:512" - } } "SourcePath" = "8:HidSharp.dll" "TargetName" = "8:" @@ -3749,26 +3679,6 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_86B5509906954EAFAA91F78CC89F32A9" - { - "SourcePath" = "8:..\\..\\..\\Iris\\Installer\\Iris Setup\\Release\\Iris Setup.exe" - "TargetName" = "8:Iris Screeen Exporter Setup.exe" - "Tag" = "8:" - "Folder" = "8:_99D248ECE7CA4B17A15B204984A6573C" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_875128DC0CE24BF88B98731A5ABCDA15" { "SourcePath" = "8:..\\bin\\Release\\Templates\\Base\\A-10\\AFT.htpl" @@ -3947,11 +3857,6 @@ "AssemblyAsmDisplayName" = "8:Xceed.Wpf.AvalonDock.Themes.VS2010, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL" "ScatterAssemblies" { - "_8F3C6B7CFA1EE0CE0E032282CF8BC712" - { - "Name" = "8:Xceed.Wpf.AvalonDock.Themes.VS2010.dll" - "Attributes" = "3:512" - } } "SourcePath" = "8:Xceed.Wpf.AvalonDock.Themes.VS2010.dll" "TargetName" = "8:" @@ -4038,11 +3943,6 @@ "AssemblyAsmDisplayName" = "8:Xceed.Wpf.AvalonDock.Themes.Metro, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL" "ScatterAssemblies" { - "_928ADA8B9CF9B5FF98FE5A1219024B82" - { - "Name" = "8:Xceed.Wpf.AvalonDock.Themes.Metro.dll" - "Attributes" = "3:512" - } } "SourcePath" = "8:Xceed.Wpf.AvalonDock.Themes.Metro.dll" "TargetName" = "8:" @@ -4202,6 +4102,26 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_99006429A77F4FE6B9257E09FB828FFC" + { + "SourcePath" = "8:..\\..\\Iris-Screen-Exporter\\Installer\\Iris Setup\\Release\\Iris Screen Exporter Setup.msi" + "TargetName" = "8:Iris Screen Exporter Setup.msi" + "Tag" = "8:" + "Folder" = "8:_99D248ECE7CA4B17A15B204984A6573C" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9913882FA9B14154AE56B5515834E598" { "SourcePath" = "8:..\\bin\\Release\\Templates\\Base\\Hats\\DCS Switch.htpl" @@ -4569,11 +4489,6 @@ "AssemblyAsmDisplayName" = "8:HidSharp, Version=2.0.5.0, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { - "_B460C897C30FCD732C43CB2D97564E5C" - { - "Name" = "8:HidSharp.dll" - "Attributes" = "3:512" - } } "SourcePath" = "8:HidSharp.dll" "TargetName" = "8:" @@ -4660,11 +4575,6 @@ "AssemblyAsmDisplayName" = "8:SharpDX, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL" "ScatterAssemblies" { - "_BBD01F1F2CAB406FBC39642D2C723667" - { - "Name" = "8:SharpDX.dll" - "Attributes" = "3:512" - } } "SourcePath" = "8:SharpDX.dll" "TargetName" = "8:" @@ -4704,6 +4614,26 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BF479CAA025B4D81BB1616CA6D48F634" + { + "SourcePath" = "8:..\\..\\Iris-Screen-Exporter\\Installer\\Iris Setup\\Release\\Iris Screen Exporter Setup.exe" + "TargetName" = "8:Iris Screen Exporter Setup.exe" + "Tag" = "8:" + "Folder" = "8:_99D248ECE7CA4B17A15B204984A6573C" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BF533E1CB52D4403BA362262FAFE2155" { "SourcePath" = "8:..\\bin\\Release\\Templates\\Base\\Rockers\\Plus Minus - Dark - Horizontal.htpl" @@ -5059,14 +4989,9 @@ { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Helios, Version=1.4.2019.330, Culture=neutral, processorArchitecture=AMD64" + "AssemblyAsmDisplayName" = "8:Helios, Version=1.4.2019.317, Culture=neutral, processorArchitecture=AMD64" "ScatterAssemblies" { - "_DE2E358AC1B539A5DE4E38F0CC0E49B6" - { - "Name" = "8:Helios.dll" - "Attributes" = "3:512" - } } "SourcePath" = "8:Helios.dll" "TargetName" = "8:" @@ -5464,11 +5389,6 @@ "AssemblyAsmDisplayName" = "8:EosSharp, Version=1.1.5488.21795, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { - "_F05AA613420BC07A0759C84A86730A98" - { - "Name" = "8:EosSharp.dll" - "Attributes" = "3:512" - } } "SourcePath" = "8:EosSharp.dll" "TargetName" = "8:" @@ -5615,11 +5535,6 @@ "AssemblyAsmDisplayName" = "8:Xceed.Wpf.AvalonDock, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL" "ScatterAssemblies" { - "_F62FF08081A599A5153EE7E796758E85" - { - "Name" = "8:Xceed.Wpf.AvalonDock.dll" - "Attributes" = "3:512" - } } "SourcePath" = "8:Xceed.Wpf.AvalonDock.dll" "TargetName" = "8:" @@ -6283,7 +6198,7 @@ "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:Helios" "ProductCode" = "8:{C0AC4425-E688-43F2-8428-82EF852470D7}" - "PackageCode" = "8:{94C51AA7-0E40-4854-98EE-57DF05170765}" + "PackageCode" = "8:{62F3F35B-BFDC-41D3-B38B-C4A370818567}" "UpgradeCode" = "8:{589D8667-3ED9-478B-8F67-A56E4FADBC63}" "AspNetVersion" = "8:4.0.30319.0" "RestartWWWService" = "11:FALSE" @@ -6293,7 +6208,7 @@ "ProductVersion" = "8:1.4.2019" "Manufacturer" = "8:Gadrocs Workshop" "ARPHELPTELEPHONE" = "8:" - "ARPHELPLINK" = "8:" + "ARPHELPLINK" = "8:https://github.com/BlueFinBima/Helios/issues/" "Title" = "8:Helios" "Subject" = "8:" "ARPCONTACT" = "8:Gadroc's Workshop" diff --git a/Profile Editor/About.xaml.cs b/Profile Editor/About.xaml.cs index b5779af82..4d424eb8c 100644 --- a/Profile Editor/About.xaml.cs +++ b/Profile Editor/About.xaml.cs @@ -33,7 +33,7 @@ public About() protected override void OnActivated(EventArgs e) { VersionBlock.Text = Assembly.GetEntryAssembly().GetName().Version.ToString(); - ContributionBlock.Text = ContributionBlock.Text + " Cylution CaptZeen yzfanimal damien022"; + ContributionBlock.Text = ContributionBlock.Text + " CaptZeen; damien022; Will Hartsell; Cylution; yzfanimal "; StatusBlock.Text = "Released"; base.OnActivated(e); }