The Applications area shows all available software installation packages inside your account.
Table views
The table shows the following information:
Vendor
This is the vendor for the application.
Name
The name of the application.
Version
The version from the application installer or executable.
Revision
The revision of the deployment script.
Operating System
The target operating system.
Remember: We always create application installations for specific operating systems in our extensions. That makes it easier to maintain installation files for and after migrations to other operating systems.
Architecture
The architecture of the installation.
There are three possibilities: x64, x86 or any.
Language
This is the language of the installation package.
Can be everything from: EN, DE, ES, RU… or ANY, if the language doesn´t matter.
Type
This is a classification that we are using for PSADT packages because you could use the framework for other purposes than application installation as well.
Possible values are:
- APP - Application
- DRV - Driver
- USR - User Configurations
- SYS - System Configuration
Author
This is the author of the installation script.
Upload Time
This is the time of the application upload via our frontend.
Actions
The actions column shows the currently supported actions that are available for an application.
The application information is automatically integrated during the PSADT upload process and is directly connected to the variables area in the deploy-application.ps1 scripts:
[string]$packageName = "APP_Citrix_DiagnosticsFacility_7130_W10_x64_Any"
[string]$packageType = "Application"
[string]$appVendor = "Citrix"
[string]$appName = "Diagnostics Facility"
[string]$appVersion = "7.1.3.0"
[string]$appArch = "x64"
[string]$appLang = "Any"
[string]$appRevision = "06"
[string]$appScriptVersion = "1.0.0"
[string]$appScriptDate = "01/07/2018"
[string]$appScriptAuthor = "Sinisa Sokolic"
[string]$appTargetOS = "Windows 10"
[string]$appTags = "Citrix"
[string]$installName = ''
[string]$installTitle = ''
Actions
These are the currently available actions.
Download
Downloads the PSADT zip file from the backend.
Create Configuration
This action is used to create a custom application configuration.
Delete
Deletes the PSADT package from the backend.
Be careful with this action, as it is irreversible and the package must be uploaded again afterwards.