Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request - custom path in the recipe #117

Open
Get-SomeCofee opened this issue Feb 15, 2022 · 1 comment
Open

Feature request - custom path in the recipe #117

Get-SomeCofee opened this issue Feb 15, 2022 · 1 comment

Comments

@Get-SomeCofee
Copy link

Get-SomeCofee commented Feb 15, 2022

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.

@Get-SomeCofee
Copy link
Author

Get-SomeCofee commented Feb 15, 2022

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant