I have a problem where my .bpl is not copied where the INF indicate the component shall go.
Here is my file update info.
[file14]
url=\\strykercorp.com\med\Common\Stryker Debugger Tool\Update/FuseAddOn.bpl_NEW
newversion=1.2.0.0
localversion=.\ReleasedAddons\Fuse\FuseAddOn.bpl
targetdir={app}\ReleasedAddons\Fuse
descr=Fuse AddOn
filesize=3291822
And here is the application section of the INF
[application]
appupdate=1
appname=SykDbgr.exe
silentrestart=1
appcomps=SykDbgr.exe_NEW IFXPackage.CAB vcl290.CAB AltrixAddOn.CAB FuseAddOn.bpl_NEW PaceErrorsAddOn.bpl_NEW PaceRIBAddOn.bpl_NEW HydrogenAddOn.bpl_NEW
So, the issue is the FuseAddOn.bpl is detected properly as needed an update but the installer copies it in the root folder where the SykDbgr.exe is installed and not in {app}\ReleasedAddons\Fuse Folder.
So, the application does not find the updated bpl.
How can I specify the destination folder for a component of the application?
It needs to be a component as it is loaded in memory during the update.