Installing Smart View from the Command Line

To install Oracle Smart View for Office from the command line:

  1. Open a command prompt.
  2. Navigate to the directory of the Smart View installer.
  3. Run the installation commands in Table 2-2; for example:
    • To install in the default directory, run:

      SmartView.exe
      
    • To install in another directory, run:

      SmartView.exe /v" INSTALLDIR=<target path>"
      

      For example:

      SmartView.exe /v" INSTALLDIR=D:\SmartView"
      
    • To specify the location of UpdateList.xml, run:

      SmartView.exe /extensionupdatelist=<path to UpdateList.xml>
      
    • To run an installation and log the installation sequence:

      SmartView.exe /v” INSTALLDIR=D:\SmartView /L*v c:\install.log”