Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200dd94 commit d6005b4Copy full SHA for d6005b4
nsis/postgresql.nsi
@@ -505,6 +505,7 @@ Section $(PostgreSQLString) sec1
505
Pop $0 ;"ok" or "error" + error details
506
507
AccessControl::GrantOnFile "$INSTDIR\scripts" "$loggedInUser" "FullAccess"
508
+ AccessControl::GrantOnFile "$INSTDIR\scripts\pgpro_upgrade" "$loggedInUser" "GenericRead + GenericExecute"
509
510
${if} $isDataDirExist == 1
511
; there exist data directory. We need to stop service,
0 commit comments