You can use following parameter starting eBiss.Configure.exe:
Parameter | Beschreibung |
---|---|
/CmdMode | Possible values are New, Update, DeleteDB, ImportOnly. Instead of CmdMode you can write /C |
/DbTyp | DB Type e.g. 1), shortcut: /DT |
/DbConnectionStr | DB Connection string, , shortcut: /DB |
/TemplateDir | The Template folder, shortcut: /T |
/SilentMode | Silent mode, no message box shortcut: /S |
To create a new MS-SQL-Server DB in the background you start: eBiss.Conifigure.exe /C:New /D:MSSql /DbConnectionStr:“server=.;database=eBiss;uid=sa;pwd=<your pwd>”; /S:True
Further samples