9.4 Endpoint Management System Variables

9.4.1 MAX_WAIT_FOR_WIS

During bundle MSI action, if one MSI is already running on the Windows device, the Bundle MSI action fails. To address this issue, a new zone level system variable “MAX_WAIT_FOR_WIS” is introduced. By enabling the system variable, the Bundle MSI action waits for the specified time for other MSI to complete, and then fails the bundle MSI action.

For example: If the value of MAX_WAIT_FOR_WIS variable is set to 5, the Bundle MSI action waits for a maximum of 5 minutes before failing the action. If the MSI installer is available between 0 to 5 minutes, then bundle MSI action will start the installation.