When I build an application PowerBuilder creates an XML file which contain the run time path the program needs to run.
How do I utilize this in setting up the execution environment?
Example of an XML File :
<?xml version="1.0" encoding="utf-8" ?>
<Application>
<RuntimePath>C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime 22.2.0.3397</RuntimePath>
</Application>