This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<AppDeployToolkit_Config> | |
<!-- | |
PSAppDeployToolkit - This XML configuration file is used to set defaults for the PSADT core | |
runtime and functions. | |
PSAppDeployToolkit is licensed under the GNU LGPLv3 License - (C) 2024 PSAppDeployToolkit Team | |
(Sean Lillis, Dan Cunningham and Muhammad Mashwani). | |
This program is free software: you can redistribute it and/or modify it under the terms of the GNU | |
Lesser General Public License as published by the |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
PSAppDeployToolkit - Provides the ability to extend and customise the toolkit by adding your own functions that can be re-used. | |
.DESCRIPTION | |
This script is a template that allows you to extend the toolkit with your own custom functions. | |
This script is dot-sourced by the AppDeployToolkitMain.ps1 script which contains the logic and functions required to install or uninstall an application. |