From 12d6271b1308dd90878a7bb8ce7f03512c58c34d Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 21 Jan 2022 13:23:13 +0000 Subject: [PATCH] Quote string --- pkg/win32/installer.iss.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/win32/installer.iss.in b/pkg/win32/installer.iss.in index 251d5c03c..a06ef21ee 100644 --- a/pkg/win32/installer.iss.in +++ b/pkg/win32/installer.iss.in @@ -10,7 +10,7 @@ #define MyAppInvalidPath "Please provide a valid path." #define MyAppErrorMsgIsWin32 "You already have a 32 bit installation of pgAdmin 4. Please uninstall this before installing the 64 bit version." #define MyAppErrorMsgIsWin64 "You already have a 64 bit installation of pgAdmin 4. Please uninstall this before installing the 32 bit version." -#define MinimumWindowsVer 6.2.9200 +#define MinimumWindowsVer "6.2.9200" [Setup] AppId={#MyAppName}{#MyAppVersion}