File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -769,11 +769,13 @@ Section $(componentServer) sec1
769
769
AccessControl::GrantOnFile " $DATA_DIR\postgresql.conf" " $loggedInUserShort" " FullAccess"
770
770
Pop $0 ; "ok" or "error" + error details
771
771
772
+ /*
772
773
DetailPrint "GRANT FullAccess ON $INSTDIR\scripts TO $loggedInUser"
773
774
AccessControl::GrantOnFile "$INSTDIR\scripts" "$loggedInUser" "FullAccess"
774
775
DetailPrint "GRANT GenericRead + GenericExecute ON $INSTDIR\scripts\pgpro_upgrade.cmd TO $loggedInUser"
775
776
AccessControl::GrantOnFile "$INSTDIR\scripts\pgpro_upgrade.cmd" "$loggedInUser" "GenericRead + GenericExecute"
776
777
Pop $0 ;"ok" or "error" + error details
778
+ */
777
779
778
780
${if} $isDataDirExist == 1
779
781
; there exist data directory. We need to stop service,
You can’t perform that action at this time.
0 commit comments