• Home
  • Installing Desktop Editors Enterprise using Group Policy in Active Directory

Installing Desktop Editors Enterprise using Group Policy in Active Directory

Installing Desktop Editors Enterprise using the MSI package

To install Desktop Editors on workstations across a domain, use Active Directory Group Policy as this allows to deploy software automatically on domain computers. Ensure that you create separate deployments for 32-bit and 64-bit systems.

Follow the step-by-step guide below.

  1. Download the appropriate MSI package (ONLYOFFICEDesktopEnterprise_x86.msi for 32-bit systems and ONLYOFFICEDesktopEnterprise_x64.msi for 64-bit systems).
  2. Place the package in a shared network folder that is accessible from all workstations in the domain.
    Sharing folder Sharing folder
  3. Grant Read & execute permissions to all users.
    Permissions Permissions
  4. Launch the Group Policy Management Console (gpmc.msc) under a user account that has permissions to edit Group Policies.
  5. Navigate to the WMI Filters section and create two filters.
    Launch GP Management Console Launch GP Management Console
  6. The first filter is for 32-bit systems with the following WMI Query:
    SELECT * FROM Win32_OperatingSystem WHERE OSArchitecture LIKE '%32%'

    32-bit Filter 32-bit Filter

    The second filter is for 64-bit systems, with the following WMI Query:
    SELECT * FROM Win32_OperatingSystem WHERE OSArchitecture LIKE '%64%'

    64-bit Filter 64-bit Filter
  7. Create a new Group Policy Object (GPO) for the 32-bit package..
    Create GPO Create GPO
  8. Enter a name for the policy.
    Policy Name 32-bit Policy Name 32-bit
  9. Right-click the newly created GPO and select Edit.
    Edit GPO 32-bit Edit GPO 32-bit
  10. Navigate to Computer ConfigurationPoliciesSoftware SettingsSoftware Installation. Right-click and select NewPackage.
    Create New Pack Create New Pack
  11. Specify the path to the ONLYOFFICEDesktopEnterprise_x86.msi file located in the shared network folder.
    Note: Use the UNC path (e.g., \\ServerName\Share\ONLYOFFICEDesktopEnterprise_x86.msi) instead of a local or mapped drive path to ensure accessibility from all domain computers.
    Path 32-bit Path 32-bit
  12. Choose the Assigned deployment method to ensure that the software is installed automatically during computer startup.
    Deployment method Deployment method
  13. Click OK and close the Group Policy Management Editor window.
  14. Link the 32-bit OS WMI Filter to the created GPO. In the Group Policy Management Console, select the GPO, then in the WMI Filtering section, choose the created filter and click Yes to confirm.
    Link 32-bit Link 32-bit
  15. Create a new Group Policy Object (GPO) for the 64-bit package..
    Create GPO Create GPO
  16. Enter a name for the policy.
    Policy Name 64-bit Policy Name 64-bit
  17. Right-click the newly created GPO and select Edit.
    Edit GPO 64-bit Edit GPO 64-bit
  18. Navigate to Computer ConfigurationPoliciesSoftware SettingsSoftware Installation. Right-click and select NewPackage.
    Create New Pack Create New Pack
  19. Specify the path to the ONLYOFFICEDesktopEnterprise_x64.msi file located in the shared network folder.
    Note: Use the UNC path (e.g., \\ServerName\Share\ONLYOFFICEDesktopEnterprise_x64.msi) instead of a local or mapped drive path to ensure accessibility from all domain computers.
    Path 32-bit Path 32-bit
  20. Choose the Assigned deployment method to ensure that the software is installed automatically during computer startup.
    Deployment method Deployment method
  21. Click OK and close the Group Policy Management Editor window.
  22. Link the 64-bit OS WMI Filter to the created GPO. In the Group Policy Management Console, select the GPO, then in the WMI Filtering section, choose the created filter and click Yes to confirm.
    Link 64-bit Link 64-bit
  23. Link the created GPO to the entire domain or to a specific Organizational Unit (OU) that contains the workstations.
    Link GPO Link GPO
  24. Subject to the system architecture, choose the 32-bit installation package, or the 64-bit installation package to link.

    Link 64-bit to GPO Link 64-bit to GPO

After a certain period of time (depending on your domain configuration), the created policy will be applied to the workstations. You can force the GPO to apply immediately by running the following command on a workstation: gpupdate /force

After the workstation is restarted, the Desktop Editors package will be installed according to the system architecture (32-bit or 64-bit).

Article with the tag:
Browse all tags