The executable containing the service. This must be an absolute path. The value of this property is resolved at install time.

A typical value for this field would be
 $P(myFilesBean.absoluteInstallLocation)/MyService.exe
where the Files bean beanId is myFilesBean, and it installs a file named MyService.exe which contains the service being configured.

See the CreateService Win32 API help documentation for more information. This value is passed as the lpBinaryPathName parameter.