Hello,
Today I try to update Postgre SQL and when I execute the installer, I got the error : prerunscript.command.line.error
I go to the log file on path : c:\users\username\appdata\local\temp\2 and find file "installbuilder_installer.log"
It contains the reason : Windows Script Host Access Is Disabled on This Machine. Contact Your Administrator for Details
This happens because I follow the Veeam recommendation about hardening the server -> Disable VBS.
So, to update postgreSQL, first, it's needed to update the registry key at :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Script Host\Settings
Enabled should be updated to 1
No reboot is required, just need to execute again the postgreSQL setup again and after the installation complete, update the value back to 0.
I create this topic because I think this could be mentionned somewhere on the documentation / forum / here.