aboutsummaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorBrian P. Hinz <bphinz@users.sf.net>2017-08-21 18:10:32 -0400
committerBrian P. Hinz <bphinz@users.sf.net>2017-08-21 18:10:32 -0400
commit6a7f9082fd783a1b24387cef0755426e90a0402d (patch)
tree2828f74f4bcb0af4471450722cb9efcb45566ca2 /release
parent324043eba6decc6d1b73c453299f5dab27f41621 (diff)
downloadtigervnc-6a7f9082fd783a1b24387cef0755426e90a0402d.tar.gz
tigervnc-6a7f9082fd783a1b24387cef0755426e90a0402d.zip
Hook up the "Load X.509 Cert/Key" dialogs in winvnc
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;