Silent install of ServerSetup

ServerSetup can be installed silently without using the user interface. All functionality is covered by the available arguments. Error messages or ServerSetups user interface will be displayed on error.

Examples

Upgrade:

/I UPGA /L US /A c:\so_arc /W Word2007 /E Outlook2007 /P c:\installationpath /D odbc /US dbuser /PW dbpassword /PR dbprefix

New installation:

/I NA /L US /A c:\so_arc /W Word2007 /E Outlook2007 /P c:\installationpath /D odbc /US dbuser /PW dbpassword /PR dbprefix /SN serialnumber /CN companyname /CI 826 /FN firstname /LN lastname /UN souser /UP sopassword /LP superlicense-complete /SU systemuser /SP systemuserpassword /AU C:\installationpath\Client

Available arguments

ArgumentDescription
/LMain language. Used for the database and the ClientSetup’s configuration files. (if an error happens the GUI may show) ex.: /L US
/ISetup type. NA or UPGA (New all/Upgrade from 8.0 or 8.1 all)
/AUAuto-update folder. The full path for client setup files
/PProgram folder. The full path for program folder
/AArchive folder. The full path for archive folder
/TTemplate folder. The full path for the template folder (optional), default is the Templates folder in archive path
/SSource folder. The full path for the SuperOffice CRM folder of the CD image, usually located beside the ServerSetup directory
/FExport file. The full path for database export file, only on upgrade with a database. Do export is true if /F has a value.
/BBackup done. True or false, default is false
/DODBC name
/USUsername for database
/PWPassword for database
/PRPrefix for database
/UDatabase encoding, U or A. Only used if /I NA is set, default is Unicode. 
/SNSerialNumber for new installation
/CNCompanyName for new installation
/CICountryId for new installation
/FNFirst name for the first user
/LNLast name for the first user
/UNUsername for the first user
/UPPassword for the first user
/LPUser plan for the first user
/SUSystemuser name for SuperOffice
/SPSystemuser password for SuperOffice
/EEmail client (Outlook2007, Notes, Other. Outlook2007 is default)
/WWord processor (Word2007)

Previous | Next | Back to guide