I am building our PowerBuilder application in a Docker container. To create the Docker image, we run the PowerBuilder "SilentInstall.bat" file first with opt-PBU and then a second time with opt=PBR. This works with the previous version, R3 3289. I have downloaded and replaced the installer with R3 3356 and now it fails to run the silent install. It gets to the line that executes "setup.exe" and it will fail with this output:
PowerBuilder is installing ...
Error: code=-2147213312
I am using the same command line for both:
.\SilentInstall.bat opt=PBU dir=c:\app log="c:\src\pbinstall.log"
What does this error mean and what can be done to get the install working again?