From 6480c303e0148a95f507047dccce8ed0a4e15b7b Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Thu, 28 Aug 2014 23:51:23 +0200 Subject: [PATCH] Installer: Disable Inno Setup's built-in RestartManager in favor of ours Our own RestartManager also supports detection of locking processes before Windows Vista. Signed-off-by: Sebastian Schuberth --- share/WinGit/install.iss | 1 + 1 file changed, 1 insertion(+) diff --git a/share/WinGit/install.iss b/share/WinGit/install.iss index a7899999..aca79aa9 100644 --- a/share/WinGit/install.iss +++ b/share/WinGit/install.iss @@ -33,6 +33,7 @@ AppPublisher=The Git Development Community AppPublisherURL={#APP_URL} AppVersion={#APP_VERSION} ChangesEnvironment=yes +CloseApplications=no DefaultDirName={pf}\{#APP_NAME} DisableDirPage=auto DefaultGroupName={#APP_NAME} -- 2.11.4.GIT