Loading......

Loading......

Command Line Switches

Updated on 5 Jul 2012

SOCRM.EXE / SOADMIN.EXE

SOCRM.EXE /lang= /inipath= /user= /password=

  • LANG=US
    Default US. Define the language code. Overrides the SOUSER.INI setting.
  • INIPATH=c:\tmp\
    defaults to folder that SOCRM.EXE is located in.
  • USER=JOHN
    Defaults to blank.
  • PASSWORD=Secret!
    Together with the USER switch this allows you to create an insecure shortcut that automatically logs in to SuperOffice.
  • /forcelogin - Disable integrated login.
  • /inipath=XXX - Set path to load SUPEROFFICE.INI from.
  • /path\to\file - Copy file to Incoming Document Service folder
  • /configTo=XXX - Copy superoffice.config with all runtime overrides to XXX (full path of target file)
  • /nosplash - Suppress splash screen on startup
  • SOCRM.EXE /regserver
    Register the COM object for later use. Does not launch SuperOffice application.
  • SOCRM.EXE /unregserver
    Remove the COM object registration. Does not launch SuperOffice application.

 

SOEventServer.EXE

SOEventServer.EXE /regserver
RegSvr32 SuperOfficeEvents.DLL

  • Register the COM object for later use. Does not launch the event server.
    The SOEventServer must be registered in order for it to be started automatically by SOCRM.EXE
    The SuperOfficeEvents.DLL must also be registerd in order for the SOEventServer to run.

 

SOEventServer.EXE /unregserver
RegSvr32 /u SuperOfficeEvents.DLL

  • Unregister the COM object - removes the registration from the registry. Does not launch the event server.