This is an archive version of the document. To get the most up-to-date information, see the current version.

Installing in Unattended Mode

In this article

    You can install Veeam Backup for Microsoft Office 365, Veeam Explorer for Microsoft Exchange and Veeam Explorer for Microsoft SharePoint using an unattended mode.

    The syntax of running an MSI package is as follows:

    msiexec /i <path_to_msi> /qn ADDLOCAL=<feature1, feature2> ACCEPT_THIRDPARTY_LICENSES=1 ACCEPT_EULA=1

    The following table comprises available system components and their corresponding feature names for Veeam Backup for Microsoft Office 365.

    Component

    Feature name

    Server

    BR_OFFICE365

    Console

    CONSOLE_OFFICE365

    PowerShell

    PS_OFFICE365

    The following table comprises available system components and their corresponding feature names for Veeam Explorer for Microsoft Exchange.

    Component

    Feature name

    UI

    BR_EXCHANGEEXPLORER

    The following table comprises available system components and their corresponding feature names for Veeam Explorer for Microsoft SharePoint.

    Component

    Feature name

    UI

    BR_SHAREPOINTEXPLORER

    PowerShell

    PS_SHAREPOINTEXPLORER

    Examples

    To install Veeam Backup for Microsoft Office 365 and the PowerShell component.

    msiexec /i Veeam.Backup365.msi /qn ADDLOCAL=BR_OFFICE365,CONSOLE_OFFICE365, PS_OFFICE365 ACCEPT_THIRDPARTY_LICENSES=1 ACCEPT_EULA=1

    To install Veeam Explorer for Microsoft Exchange along with the UI and PowerShell components.

    msiexec /i VeeamExplorerForExchange.msi /qn ADDLOCAL=BR_EXCHANGEEXPLORER, PS_EXCHANGEEXPLORER ACCEPT_THIRDPARTY_LICENSES=1 ACCEPT_EULA=1

    To install Veeam Explorer for Microsoft SharePoint along with the UI and PowerShell components.

    msiexec /i VeeamExplorerForSharePoint.msi /qn ADDLOCAL=BR_SHAREPOINTEXPLORER, PS_SHAREPOINTEXPLORER ACCEPT_THIRDPARTY_LICENSES=1 ACCEPT_EULA=1

    Installing in Unattended Mode Note:

    Veeam Explorer for Microsoft SharePoint and Veeam Explorer for Microsoft OneDrive for Business are distributed in one package.

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.