Moved building MSI to Installer and created Bootstrapper in Setup

This commit is contained in:
2023-08-21 19:43:29 +02:00
parent 4aa8fe2e2d
commit 0e13e269d0
13 changed files with 129 additions and 48 deletions

View File

@ -0,0 +1,30 @@
[general]
; Only needed, if more than one branch is stored in database
branch = Zweigstelle
[database]
; Relative or absolute path to database file
file = database.sqlite3
; Enables database logging
;log = db.log
;[scale.1]
;type = systec
;model = IT3000A
;connection = serial://COM1:9600,8,N,1
;empty = COM2:RTS:1000
;filling = DTR
; Limit on when the filling clearance should be removed
;limit = 3500
; Enables scale logging
;log = waage.log
;[scale.B]
;type = Type
;model = Model
;connection = tcp://10.0.0.1:1234
;empty = OUT1:3000
;filling = OUT2
; Limit on when the filling clearance should be removed
;limit = 3000