EnterpriseDB / edb-installers

PostgreSQL installers packaged by EDB
20 stars 6 forks source link

Rewrite VBscripts in installers in PowerShell #98

Open dpage opened 6 months ago

dpage commented 6 months ago

Microsoft announced in October that they are deprecating VBscript; it will be come a "feature on demand" before being retired immediately.

To ensure that users do not have to install it in order to use our installers, and to avoid being caught off-guard when it's deprecated entirely, we should port all the existing VBscript helpers to PowerShell ASAP.

sandeep-edb commented 5 months ago

Noted. This task was already in the backlog, but it's priority is now increased and will be worked upon sooner. The InstallBuilder now offers actions to do certain tasks which were done through VB scripts, so will use them. For complex taks like initcluster we will rewrite into PowerShell.

sandeep-edb commented 4 months ago

This is partially done on all branches. Here is the commit for REL-12: https://github.com/EnterpriseDB/edb-installers/commit/55b0bb30c0a4214c44034b70ca05dcbafde83858