CMPackager
CMPackager copied to clipboard
Feature request - custom path in the recipe
I like to have my source applications as \ContentLocationRoot\Publisher\Application\Version
For example
Microsoft\Office\2019
Adobe\Acrobat\Reader\2020.123.123
Adobe\Acrobat\Pro\12
Autodesk\InventorPro\2022
I tried changing the name in the recipe. This creates the desired structure, but the resulting application in MECM has the same Adobe\Acrobat\Reader name. My Feature request to have a custom path in the recipe please.
Added this to line 420 and line 885
$CustomPath = $Recipe.ApplicationDef.Application.CustomPath
If (![String]::IsNullOrEmpty($CustomPath)){
$ApplicationName = $CustomPath
}
also added this to my recipe
<CustomPath>Adobe\Acrobat\Rdr</CustomPath>