1. Ravi Pathirane
  2. PowerBuilder
  3. Wednesday, 3 November 2021 16:26 PM UTC

Hello all -  We upgraded to PB2021 and migrated application and compiled and deployed.

exe runs on the developer machine.

What do I need to do to get the new app running on a user computer ?   What dlls ?  

Runtime installer ?

Thank you so very much.

R

 

 

Miguel Leeuwe Accepted Answer Pending Moderation
  1. Wednesday, 3 November 2021 17:01 PM UTC
  2. PowerBuilder
  3. # 1

It should be all explained in the help file of PB:

 

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 3 November 2021 17:03 PM UTC
  2. PowerBuilder
  3. # 2

Hi Ravi;

  This is fully documented in the PB Help file. Just search for the keyword "deployment" and then follow the link to the "runtime" list of files.

   The other alternative is to use the PB Packager utility to create an installable MSI file that contains the necessary runtime DLLs.

   The new way in PB2021 that you can also try is using the new PowerClient feature. This allows the App & runtime DLLs to be deployed & maintained from a single web server.

HTH

Regards ... Chris

Comment
There are no comments made yet.
Ravi Pathirane Accepted Answer Pending Moderation
  1. Wednesday, 3 November 2021 17:14 PM UTC
  2. PowerBuilder
  3. # 3

Thank you Gentlemen!  

Will give it a shot and let you know.

Appreciate your time!!

Best regards

Ravi

 

Comment
There are no comments made yet.
Ravi Pathirane Accepted Answer Pending Moderation
  1. Wednesday, 3 November 2021 18:18 PM UTC
  2. PowerBuilder
  3. # 4

All good!

Thank you very much again!!!

R

 

 

Comment
  1. Miguel Leeuwe
  2. Thursday, 4 November 2021 09:28 AM UTC
Yw, please mark as resolved.

regards
  1. Helpful 1
There are no comments made yet.
mike S Accepted Answer Pending Moderation
  1. Wednesday, 3 November 2021 18:28 PM UTC
  2. PowerBuilder
  3. # 5

it could not be any easier.  all the runtime dlls are in the runtime directory for the runtime version specified:

C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime <yourversion>

this is new starting with PB 2019 R3

 

 

 

 

Comment
There are no comments made yet.
Karl Kemper Accepted Answer Pending Moderation
  1. Monday, 15 November 2021 20:09 PM UTC
  2. PowerBuilder
  3. # 6

Hello, so if a user on another machine (who does not have PowerBuilder installed) gets the below error, it's because the runtime folder is not on their particular machine.

 

The fix is to copy or install the runtime folder onto their machine?

 

 

Comment
  1. mike S
  2. Monday, 15 November 2021 20:11 PM UTC
or you can simply copy the runtime dlls into the same folder as the EXE
  1. Helpful 1
There are no comments made yet.
Karl Kemper Accepted Answer Pending Moderation
  1. Monday, 15 November 2021 20:35 PM UTC
  2. PowerBuilder
  3. # 7

Thank you for responding; I had already copied the below into the executable area, however, I had NOT copied the contents of the runtime folder in there....yet at least.

 

Comment
There are no comments made yet.
Karl Kemper Accepted Answer Pending Moderation
  1. Monday, 15 November 2021 21:17 PM UTC
  2. PowerBuilder
  3. # 8

This might be the reason it's looking for the runtime folder on someone else's machine?

It might be during the deploy, I need to point this to the same folder of the executable? 

 

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.