Where can i get all the necessary runtime files for running an exe-application for Powerbuilder 2019 R3?
Where can i get all the necessary runtime files for running an exe-application for Powerbuilder 2019 R3?
In the installer, there is PB Runtime. That is now a separate program from the IDE. We made this change to support single PB IDE being able to run, compile, and debug against multiple versions of PB runtime.
https://docs.appeon.com/pb2019r3/application_techniques/ch09s02.html#Installing_PowerBuilder_Runtime
https://docs.appeon.com/pb2019r3/whats_new/Separating_Runtime_from_IDE.html
Thank you!
Hi Armeen, in the past you've published zip files with all the runtime files on your Knowledgebase page (https://www.appeon.com/taxonomy/term/1074/1075). Will you still be doing that for the new versions for people who prefer that? (I know I could look at the PowerClient or the Runtime Packager, but the zip files were really useful for a simple deployment.)
Hi, Anders -
Also in the Application Techniques documentation that Armeen linked is a section describing the runtime DLL files:
https://docs.appeon.com/pb2019r3/application_techniques/ch09s02.html#PowerBuilder_runtime_files
You may also wish to consider using PB Runtime Package utility to create a .msi for your application, then perform a test install to determine what runtime files it includes in the installation package.
Regards, John