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
764
764
AccessControl::GrantOnFile " $DATA_DIR\postgresql.conf" " $loggedInUserShort" " FullAccess"
765
765
Pop $0 ; "ok" or "error" + error details
766
766
767
+ /*
767
768
DetailPrint "GRANT FullAccess ON $INSTDIR\scripts TO $loggedInUser"
768
769
AccessControl::GrantOnFile "$INSTDIR\scripts" "$loggedInUser" "FullAccess"
769
770
DetailPrint "GRANT GenericRead + GenericExecute ON $INSTDIR\scripts\pgpro_upgrade.cmd TO $loggedInUser"
770
771
AccessControl::GrantOnFile "$INSTDIR\scripts\pgpro_upgrade.cmd" "$loggedInUser" "GenericRead + GenericExecute"
771
772
Pop $0 ;"ok" or "error" + error details
772
-
773
+ */
773
774
${if} $isDataDirExist == 1
774
775
; there exist data directory. We need to stop service,
775
776
; run pgpro-upgrade script and
You can’t perform that action at this time.
0 commit comments