Update README.md

This commit is contained in:
Kuro 2025-03-07 21:54:13 +01:00 committed by GitHub
parent bdb9f412a1
commit 299e807e8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,21 @@
# ProgrammList
# ProgrammList (EN)
A Program to create a list of programs installled on a system. You may add this program on a networkfolder to get more information form single clients that execute a script to invoke it and save the data to a centralised database.
Supported databases are MSSQL, Sqlite and MySql.
For Sqlite a database file will be created as long as the parameter for it is in the coresponding app.conf file. The app.conf file has to be in the same folder as the .exe file.
For MSSQL and MySql standard parameters are used currently such as IP (localhost) and Port.
In later versions this should be made configurable through the app.conf file.
Plan for the future:
- UI To configure the program through parameter, default will be cli auto run. there may be branches for winform vs wpf
- Additional Database support and eventuall csv support. (
- Depending on .net version (see branches) a portable version or installer.
# ProgrammList (GER)
Ein Programm zum erstellen einer Liste installierter Programme auf einem Rechner. Man kann das Programmm in einen Netzwerkordner legen um von mehreren Systemen die Information zu bekommen und diese Zentral zu Speichern.
@ -12,4 +29,4 @@ In Späteren Versionen sollte dies auch über das Config file editierbar sein.
Zukunftsplan:
- Oberfläche zur Einrichtung der Konfigurationsdatei. Eventuell in eigenen Branches (WinForm vs WPF)
- Zusätzliche Datenbanken und eventuell auch ein CSV report.
- Je nach .net version, Portable single exe oder ein installer
- Je nach .net version, Portable single exe oder ein installer