PowerBuilder Runtime Packager
The PowerBuilder Runtime Packager is a tool that packages the PowerBuilder files an application needs at runtime into a Microsoft Windows Installer package (MSI) file. Windows Installer is an installation and configuration service that is installed
More recent Microsoft Windows operating systems.
You must have Microsoft Windows Installer on your system in order to run the Runtime Packager successfully. microsoft provides a redistributable package for installation and upgrade on Windows NT and Windows 2000. the Installer is always available on Windows
XP.
For more information and to obtain the latest version of Windows Installer, seeWindows Installer in the MSDN Library.
The Runtime Packager is intended for use with client applications installed on Windows systems. it does not package the files required if your application exports data as PDF, or if it uses the DataWindow Web control for ActiveX or a plug-in. make sure that
You read the sections referenced in
Table 39-2 that apply to your application before using the Runtime Packager.
To use the PowerBuilder Runtime Packager:
Select Programs> Sybase> PowerBuilder 9.0> PowerBuilder Runtime Packager from the Windows Start menu or launchPbpack90Executable file in your
Shared/PowerBuilderDirectory.
Select a location for the generated MSI file.
Select the database interfaces your application requires.
The DLLs for the database interfaces you select are added to the package. For ODBC,Pbodb90.iniFile is also added. For JDBC,
Pbjdbc1290.jarAndPbjvm90.dllFiles are also added. The Java Runtime Environment (JRE) is not added. For more information, see "JDBC
Database interface ".
Other ODBC or ole db files your application may require, such as DataDirect drivers, are not added. For information about deploying these files, see "ODBC
Database drivers and supporting files "and
"Ole db database providers ".
If your application uses DataWindow XML export or import, check the XML support check box.
The runtime packager addsPBXerces90.DLLAndXerces-c_2_1_0.dllTo the package
If your application uses the XML services provided by the PowerBuilder Document Object Model, or if it is an EJB or SOAP Web services client, select the appropriate check boxes.
The runtime packager adds the DLLs and jar files required to the package. For more information about the files required for extensions, see "PowerBuilder
Extensions ".
Click Create.
The runtime packager creates an MSI file that includes des the files required by the components you selected, as well as the following PowerBuilder runtime DLLs:
Libjcc. dll
Pbdwe90.dll
Pbdwr90.dll
Pbdwr90.pbd
Pbjar90.dll
Pbjvm90.dll
Pbrtc90.dll
Pbtra90.dll
Pbvm90.dll
The MSI file is a compressed file that can be executed directly on any Windows platform. it registers any self-registering DLLs, adds the installation Destination path to the Windows registry, sets the system path environment variable, and adds information
To the Registry for the Install/Uninstall page in the Windows Control Panel. It can also be used in some third-party installation software packages.