Sage Enterprise Management (FKA Sage X3) Version 7 and forward includes an Add-In for integration with Microsoft Office. This Add-In allows a user to export data from the browser client of Sage X3 to Word or Excel. The Add-In requires the workstation to have Microsoft IE 10 or greater and Microsoft Office installed. The Add-In also must be installed on each workstation that needs to integrate Sage X3 with Microsoft Office. This creates a challenge when there are a large number of workstations accessing Sage X3 that require this Add-In. In Sage X3 Product Update 9, Sage has place the Add-In on the Administration menu for easier access.
However, some customers do not want their users to have access to this menu or to be installing software on their workstations. So we have developed a process for launching an unattended installation of this Add-In from a windows bat file that could be called via Group Policy as a login script installation. Here are the steps:
"\\X3AppSvr\tmp\SyracuseOfficeAddinsSetup.exe" /s /v" /qn"
/s – instructs the installation to run silently
/v” /qn” - tells the installer to pass /qn to msiexec, which means the installer will not display an interface
This process allows an Administrator to push out the Sage X3 Office Add-In program to multiple workstations without the need for a user to manually launch an installation program. This process provides greater control over the rollout of the Add-In and insures it gets installed properly and the same way for everyone. It also enables us to lock down access to the Sage X3 Administration menu so a general user does not require access for this particular feature.