aboutsummaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorBrian Hinz <bphinz@users.sourceforge.net>2017-11-15 08:40:57 -0500
committerGitHub <noreply@github.com>2017-11-15 08:40:57 -0500
commitbbbd12017235540659c14eb888a0687ecafa7157 (patch)
treea458c93516d43bf31a6d6b26328c417b01ad6fe7 /release
parent84d578edbb048023e10e5e2522609772093d4ed7 (diff)
parent4b9b89730defae2f17df4400da819be799af1c7a (diff)
downloadtigervnc-bbbd12017235540659c14eb888a0687ecafa7157.tar.gz
tigervnc-bbbd12017235540659c14eb888a0687ecafa7157.zip
Merge pull request #500 from bphinz/issue106-rebase
Hook up the "Load X.509 Cert/Key" dialogs in winvnc. Fixes #106
Diffstat (limited to 'release')
-rw-r--r--release/tigervnc.iss.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/release/tigervnc.iss.in b/release/tigervnc.iss.in
index a27b971f..b78b4e57 100644
--- a/release/tigervnc.iss.in
+++ b/release/tigervnc.iss.in
@@ -18,6 +18,11 @@ DefaultGroupName=TigerVNC
#endif
LicenseFile=@CMAKE_SOURCE_DIR@\LICENCE.txt
+[Dirs]
+; This directory is necessary to prevent the X509 file chooser from causing
+; an error dialog to appear when GetOpenFileName is called by SYSTEM account.
+Name: "{sys}\config\systemprofile\Desktop"
+
[Files]
#ifdef BUILD_WINVNC
Source: "@CMAKE_CURRENT_BINARY_DIR@\win\winvnc\winvnc4.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace;