How to install the DocStyle Ribbon
Installation
Exe File Installation (Basic)
- Save the downloadable file to your computer.
DocStyle_Ribbon_(x86)_v2.3.8_Client - Exit out of Microsoft Word and your DMS if you intend to integrate DocStyle.
- Double click on the DocStyle icon to begin the installation. The DocStyle installation wizard will walk you through the process.
Zip File Installation (Advanced)
To install the DocStyle Ribbon, follow these steps.
- Save the downloadable file(s) to your computer. Once downloaded, unzip the single Zip file to decompress and restore the folder.
- Exit out of Microsoft Word and your DMS if you intend to integrate DocStyle.
- Double click and run Setup.exe to begin the installation. The DocStyle Ribbon installation wizard will walk you through the process.
Setup Wizard
- Click Next on the Welcome screen:
- Select a location for installation and click Next. The default path is recommended.
- Confirm that you want to complete the installation and click Next.
- After installation has completed open Word and confirm that the DocStyle Ribbon is visible.
- Click on the Valid License Not Found button and follow the instructions below for manual activation.
Silent Installation
A silent (or unattended) installation can be achieved by using the MSI file contained in the deployment files and standard MSI parameters. A regular command line to silently install the DocStyle Ribbon should look like the following:
Msiexec.exe /i “DocStyleRibbonSetup.msi” /q /l*v install.log
In the above command line “/i" means to install the application, “/q” means to install silently with no user interface and “/l*v install.log” means to create a log file.
Note: There are no custom parameters available for use with the DocStyleRibbonSetup.msi.