Leverage Application and Package Properties in the PS1 Script Template
This update includes the properties mentioned below as variables in the default PowerShell Template. While wrapping a package, the values of these properties as seen in the UI will be set to the variables in the output PS1 script (Deploy-Application.ps1).
|
•
|
General Information Tab - In the Home Application View > General Information tab, the following properties are included: |
|
•
|
Localized description - [string]$appDescription = '{appDescription}' |
|
•
|
User documentation - [string]$appUserDocumentation = '{appUserDocumentation}' |
|
•
|
Icon file path - [string]$appIconFile = '{appIconFile}' |
|
•
|
Classification - [string]$appClassification = '{appClassification}' |
|
•
|
Flexera Identifier - [string]$appFlexeraIdentifier = '{appFlexeraIdentifier}' |
|
•
|
Package Information Tab - In the Home Deployment Type View > Package Information tab, the following properties are included: |
|
•
|
Package Code - [string]$appPackageCode = '{appPackageCode}' |
|
•
|
Product Code - [string]$appProductCode = '{appProductCode}' |
|
•
|
Upgrade Code - [string]$appUpgradeCode = '{appUpgradeCode}' |
|
•
|
Transforms -[string]$appTransforms = '{appTransforms}' |
|
•
|
Patches - [string]$appPatches = '{appPatches}' |