1. Chinmoy Lye
  2. PowerBuilder
  3. Saturday, 8 October 2022 05:20 AM UTC

How to install a PB22 application after generating the installer in a client?

Sivaprakash BKR Accepted Answer Pending Moderation
  1. Monday, 10 October 2022 06:53 AM UTC
  2. PowerBuilder
  3. # 1

At Client machine,
1.  Install the database server, if required.
2.  Run the installer created 
3.  Run the appropriate pb runtime.
4.  Mention the runtime path in the xml file available in the exe directory.

HTH

Happiness Always
BKR Sivaprakash

Comment
There are no comments made yet.
Chinmoy Lye Accepted Answer Pending Moderation
  1. Monday, 10 October 2022 05:48 AM UTC
  2. PowerBuilder
  3. # 2

Power Client.

Comment
  1. Chris Pollach @Appeon
  2. Monday, 10 October 2022 17:20 PM UTC
Hi Chinmoy;

The PowerClient App will first run the CAL (Cloud App Launcher). The CAL will automatically bring down the required PB runtime modules to the user's machine. Once that step is completed, it will then automatically bring down the PB App to the user's machine. Including any external files that your App might need as defined in the PC project.

All you need to do is make sure that any dependencies like DB drivers are also installed. You can get this automated by using the PC project's "Preload" event declaration.

HTH

Regards ... Chris

  1. Helpful
  1. Armeen Mazda @Appeon
  2. Monday, 10 October 2022 17:21 PM UTC
Yup, this is recommended approach if you don't already have installation/updating routine or you are not satisfied with what you currently have. It's also more secure than traditional deployment because of the p-code encryption and integrity check. https://www.appeon.com/products/power-client
  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Saturday, 8 October 2022 13:59 PM UTC
  2. PowerBuilder
  3. # 3

Hi Chinmoy; 

  What kind of App are you referring to ...

  • Native
  • PowerClient
  • PowerServer

Regards ... Chris 

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.