            __                _            ______  ____  ______
           / /   ____  ____ _(_)________ _/ / __ \/ __ \/ ____/
          / /   / __ \/ __ `/ / ___/ __ `/ / / / / / / / /     
         / /___/ /_/ / /_/ / / /__/ /_/ / / /_/ / /_/ / /___   
        /_____/\____/\__, /_/\___/\__,_/_/_____/\____/\____/   
                     /____/                 

                      https://www.logicaldoc.com 
                                         
                       LogicalDOC Office Add-in
                     
                     
1) Remove any previous version of the addin installed in the system

2) Traditional installation with Graphical User Interface
   - Click on the file setup.exe
   
3) Silent Installation (without GUI)
   - Open a command shell
   - Go to the folder that contains the .msi file
   - Launch the command as follow:
        msiexec /qn /i LogicalDOCOfficeAddInSetup.msi /log install.log

3.a) Extended installation log 		
   - Launch the command as follow:
        msiexec /qn /i LogicalDOCOfficeAddInSetup.msi /lv install-verbose.log		
		
4) Uninstall from commandline
	msiexec /qn /x LogicalDOCOfficeAddInSetup.msi /log uninstall.log	


        
Note:      
For some strange reason, small updates and minor upgrades cannot be run simply by clicking on the .msi file. They give the error: Another version of this product is already installed.
Anyway, you have to start it with the command:

msiexec /i LogicalDOCOfficeAddInSetup.ms REINSTALL=ALL REINSTALLMODE=vomus                                