Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean Ferreyra <dean@octw.com>2020-09-29 01:22:46 +0300
committerDean Ferreyra <dean@octw.com>2020-09-29 01:34:44 +0300
commit6e0611f1ae42f4e47a4c0935b02cc22b458ee94e (patch)
treeaba1987df256317a337b8b34a319e9ad0159b09b /Installer
parentdc0c6025ef9b4104e42782c345d3be07ae2b7e9a (diff)
Disable "legacy path handling" for executables
This disables legacy path handling by changing the `AssemblyRedirects.xml` that's deployed as the app.config files in the installation image. Issue #4295 appears to be a result of legacy path handling being enabled globally.
Diffstat (limited to 'Installer')
-rw-r--r--Installer/AssemblyRedirects.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Installer/AssemblyRedirects.xml b/Installer/AssemblyRedirects.xml
index d275e04da..ca39a1d2f 100644
--- a/Installer/AssemblyRedirects.xml
+++ b/Installer/AssemblyRedirects.xml
@@ -1,6 +1,7 @@
<configuration>
<runtime>
<loadFromRemoteSources enabled="true"/>
+ <AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">