Zero-Configuration MSI Deployment
Simple Deployment Method
Now that you understand the basics of how a deployment works, you can try a simple MSI-based deployment with no effort. PSAppDeployToolkit has a zero-config MSI install feature which allows you to quickly execute an installation with zero configuration of the Invoke-AppDeployToolkit.ps1
file.
To use this feature:
- Ensure the AppName is left empty in
Invoke-AppDeployToolkit.ps1
to activate the zero-config feature. - Place your MSI file into the
Files
folder of the PSAppDeployToolkit deployment template. This method only support the installation of one MSI, so if more than one MSI is found, then only the first one is selected. - If you have an MST file, then also place this into the
Files
folder. The MST file must have the same name as the MSI file. For example, if your MSI file name istest01.msi
, then the MST file must be namedtest01.mst
. - If you have any MSP files, then also place them into the
Files
folder. You can place more than one MSP file in the folder, but you must name the files in alphabetical order to control the order in which they are installed. - You can also compress all of these files along with any other installation content required into a WIM file, and it will be automatically mounted and used.