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 Deploy-Application.ps1
file.
To use this feature:
- Place your MSI file into the
Files
folder of PSAppDeployToolkit. 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 place it into the
Files
folder of PSAppDeployToolkit. 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 place it into the
Files
folder of PSAppDeployToolkit. 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. MSP file will be installed in alphabetical order.