From 6a7f9082fd783a1b24387cef0755426e90a0402d Mon Sep 17 00:00:00 2001 From: "Brian P. Hinz" Date: Mon, 21 Aug 2017 18:10:32 -0400 Subject: Hook up the "Load X.509 Cert/Key" dialogs in winvnc --- release/tigervnc.iss.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'release') 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; -- cgit v1.2.3