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

                     http://www.logicaldoc.com                     

                     LogicalDOC Outlook Add-in
                     
                     
1) Traditional installation with Graphical User Interface
   - Click on the file setup.exe
   
2) Silent Installation (without GUI)
   - Open a command shell
   - Goto into the folder that contains the .msi file
   - Launch the command as follow:
        msiexec /qn /i LogicalDOCOutlookAddInSetup(TS).msi /log install.log

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