Deploy Individual Packages

All packages in the Trimble Business Center installation can be configured and installed separately. This section describes how each operation can be performed individually.

.NET Framework 3.5

Microsoft .NET Framework 3.5 is a software development platform that is required for some operations in Trimble Business Center. It is disabled by default on Windows 10, Windows Server 2016, and later operating systems but can be enabled manually either online through the Windows Update service or offline using Windows installation media.

To enable .NET Framework 3.5 online from the Windows Control Panel

  1. Open Control Panel.

  2. Click Programs > Programs and Features > Turn Windows Features On/Off.

  3. Do one of the following:

    • For Windows workstations: From the Windows Features dialogue, select the .NET Framework 3.5 checkbox. Then, click OK.

    • For Windows servers: From the Add Roles and Features Wizard, move through to the Features page. Then, select the .NET Framework 3.5 Features checkbox. Click Next and then click Install.

To enable .NET Framework 3.5 online from the command line:

  1. Open a Command prompt window with administrator user rights (Run as Administrator).

  2. Run the following command: DISM /Online/Enable-Feature/FeatureName:NetFx3/All

To enable .NET Framework 3.5 offline from the command line:

If there is limited Internet access or the local group policy prohibits enabling Windows features through Windows Updates, use the installation media to provide access to the feature to install on the target Windows system.

  1. Mount or insert the Windows installation media (DVD, USB flash drive, or ISO file). To create installation media, go to the Microsoft software download website for step-by-step instructions.

  2. Open a Command prompt window with administrator user rights (Run as Administrator).

  3. Run the following command:

    DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:<Installation media path>\sources\sxs

Packages

The Trimble Business Center installation consists of separate installation packages required by the application and for supporting specific commands and workflows. Each package is located under a subfolder in the extracted downloaded installation folder alongside the Setup.exe setup launcher. These can be installed individually by running the package directly or in a command line installation.

The following tables describe the location and deployment options for each package. When deploying the packages individually, it is recommended to install in the order that they appear below.

Any file names and file paths that include spaces must be enclosed in quotes ("...") on the command line.