If your NCR team is requesting a Punchh manifest for Aloha, for use with installing Punchh with RAL, please use the below contents to create said manifest.
<?xml version="1.0" encoding="utf-8"?>
<!-- Manifest to register a .NET PunchhPrt and PunchhInter -->
<InstallManifest ApplicationName="Punchh">
<Action Method="regasm" Target="both" DotNetVersion="4.0" CmdLineParameters="/codebase">
<Source RemoveIfNotOnBoh="true">%IBERDIR%\bin\PunchhPrt.dll</Source>
</Action>
<Action Method="regasm" Target="both" DotNetVersion="4.0" CmdLineParameters="/codebase">
<Source RemoveIfNotOnBoh="true">%IBERDIR%\bin\PunchhInter.dll</Source>
</Action>
</InstallManifest>