From e736604fc331cda771210919a4db88ddfa7c131f Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Sun, 17 Mar 2019 16:42:08 +0300 Subject: [PATCH] Mark a couple of MSI properties as secure They are being discarded by server side with "ignoring disallowed property" messages otherwise which leads to failed checks using those properties. Fixes: #451 --- dist/msi/Transmission.wxs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/msi/Transmission.wxs b/dist/msi/Transmission.wxs index d82081450..6bde69522 100644 --- a/dist/msi/Transmission.wxs +++ b/dist/msi/Transmission.wxs @@ -21,7 +21,7 @@ Installed OR (VersionNT >= 600) - + @@ -29,7 +29,7 @@ NOT TRQTWINSTALLDIR - + -- 2.40.0