Navigation: Ultimate Suite for PowerBuilder Help > PowerChart >

Deployment

Send comments on this topic.

 

You don't have to deploy any specific files. You just need to add the advguicharts.pbl to your application library list and specify that it should be generated as a pbd file.

Registry Settings

PowerCharts needs to update two registry entries on the client system in order to enable it to execute Javascript from a PowerBuilder exe application. When you first run your application as an exe file, the engine will create those registry entries if they don't exist. This means that the application must be run as Administrator of the local system when it runs for the first time. You may feel more comfortable to update those registry keys from your Setup installation program of by using Active Directory. Here are the 2 registry keys that need to be create for your exe file (if you compiled your exe as a 64bits exe, omit the Wow6432Node in the registry key path). The values are of type Dword.


HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION\my_application.exe = 11999
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_GPU_RENDERING\my_application.exe = 1


Copyright © 2021 Werysoft Inc.