Scripts
Explains the various settings on the "Scripts" page when deploying an app using Patch My PC Cloud
Last updated
Explains the various settings on the "Scripts" page when deploying an app using Patch My PC Cloud
Last updated
© Patch My PC 2024
The Scripts tab allows you to configure settings for install and uninstall scripts (explained below).
Scripts that be run as part of the installation process, either before or after the installer.
Note
Scripts will be run in the same context as the application.
Each install script is limited to 1 MB per script, with a total size limit of 4 MB for all scripts.
There is a limit of 50,000 characters per script.
Option | Description |
---|---|
Pre Install | A script that can be run before the installer. You can either create your own script by typing it directly into the editor or click Import to import an existing script.
Supported file types are: o .BAT o .CMD o .PS1 o .VBS |
Post Install | A script that can be run after the installer. You can either create your own script by typing it directly into the editor or click Import to import an existing script.
Supported file types are the same as pre-install scripts. |
Scripts that be run as part of the uninstall process, either before or after the uninstaller.
Note
Scripts will be run in the same context as the application.
Each install script is limited to 1 MB per script, with a total size limit of 4 MB for all scripts.
There is a limit of 50,000 characters per script.
Option | Description |
---|---|
Pre Uninstall | A script that can be run before the uninstaller. You can either create your own script by typing it directly into the editor or click Import to import an existing script.
Supported file types are: o .BAT o .CMD o .PS1 o .VBS |
Post Uninstall | A script that can be run after the uninstaller. You can either create your own script by typing it directly into the editor or click Import to import an existing script.
Supported file types are the same as pre-install scripts. |
Click Add beside the relevant script option to add a script, then click Next to move to the Assignments page.