File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -764,12 +764,13 @@ Call CheckDataDir
764764 AccessControl::GrantOnFile " $DATA_DIR\postgresql.conf" " $loggedInUserShort" " FullAccess"
765765 Pop $0 ; "ok" or "error" + error details
766766
767+ /*
767768 DetailPrint "GRANT FullAccess ON $INSTDIR\scripts TO $loggedInUser"
768769 AccessControl::GrantOnFile "$INSTDIR\scripts" "$loggedInUser" "FullAccess"
769770 DetailPrint "GRANT GenericRead + GenericExecute ON $INSTDIR\scripts\pgpro_upgrade.cmd TO $loggedInUser"
770771 AccessControl::GrantOnFile "$INSTDIR\scripts\pgpro_upgrade.cmd" "$loggedInUser" "GenericRead + GenericExecute"
771772 Pop $0 ;"ok" or "error" + error details
772-
773+ */
773774 ${if} $isDataDirExist == 1
774775 ; there exist data directory. We need to stop service,
775776 ; run pgpro-upgrade script and
You can’t perform that action at this time.
0 commit comments