For the complete documentation index, see llms.txt. This page is also available as Markdown.

Custom Apps "File" tab

Applies to: Patch My PC Cloud Custom Apps

The File tab of the Patch My PC (PMPC) Cloud Custom Apps Deployment wizard lets you configure various settings for the Custom App you are creating.

To configure the File tab:

  1. Select the relevant type of installer for this Custom App:

    1. Installer File – Select this option (selected by default) if the installation will be based on an installer file. Proceed to the Add the Primary Install File section.

    2. Installation Script – If the installation will be controlled based on a script, select this item and proceed to the Add the Installation Script section.

'Install Method' section

Note

Scripts will be run in the same context as the application.

Also, we currently support the following script types:

  • .BAT

  • .CMD

  • .PS1

  • .VBS

Add the Primary Install File

To add the primary installer for a Custom App:

  1. On the File page, either:

    1. Click Add Primary Install File and browse to the location containing the app’s installer (EXE or MSI).

    2. Drag and drop the installer file onto this page.

Clicking ‘Add Primary Install File’

The hash for the file is calculated as it is uploaded to your Cloud Portal and will appear as completed once the upload has finished.

Uploading the installer
  1. If the installer does not require any additional folders or files, click Next to go to the General Information tab. If the installer does require additional folders or files, go to Add Extra Folders and Files .

Add the Installation Script

To use an installation script to install the app, from the Script section, choose how you are going to add the script:

Note

It is currently unsupported to deploy a Custom App created using the Installation Script option via our On-Premises Publisher.

Import a Script

To import an existing script:

  1. Click Import Script and browse to the location containing the script and select it.

Clicking ‘Import Script’

The App Installation Script editor appears with the Script Name and Script Format fields automatically populated, and the script editor is populated with the imported script.

‘App Installation Script’

Note

If the script you are importing contains PSADT commands, we automatically detect this and update the Script Format to PowerShell + PSADT.

PowerShell and PSADT format

Also, as the warning at the bottom of the script editor tells you, we do not sign scripts. If you want this script to be signed, click the How to sign a script link for a walkthrough.

  1. Click Save to save the script and return to the File tab, where details of the script appear under the Script section.

Script details
  1. If the installer does not require any additional folders or files, click Next to go to the General Information tab. If the installer does require additional folders or files, go to Add Extra Folders and Files.

Add a Script Manually

To manually add a script:

  1. Click Add Manually

Clicking 'Add Manually'

The App Installation Script editor appears, prefilled with some values.

‘App Installation Script’ editor
  1. If required, change the:

    1. Name of the script in the Script Name field.

    2. Type of script from the Script Format dropdown.

  1. In the script editor, type your script, then click Save

Entering a script and clicking ‘Save’

Note

If the enter any PSADT commands in the script editor, we automatically detect this and update the Script Format to PowerShell + PSADT.

PowerShell and PSADT format

Also, as the warning at the bottom of the script editor tells you, we do not sign scripts. If you want this script to be signed, click the How to sign a script link for a walkthrough.

The File tab is redisplayed, showing details of the script under the Script section.

Script details
  1. If the installer does not require any additional folders or files, click Next to go to the General Information tab. If the installer does require additional folders or files, go to Add Extra Folders and Files.

Add Extra Folders and Files

Note

Configuring Extra Folders and Files is optional, and the process is the same regardless of the Installer Type selected.

If the installer requires additional folders or files, either:

  1. Click Add Folder or Add Files and browse to the location containing the additional folders/files OR

    Drag and drop the folders/files onto this page.

Adding files or folders
  1. Click Next to move to the General Information tab.

Clicking 'Next' to move to the 'General Information' tab

Last updated

Was this helpful?