24 lines
1.1 KiB
JSON
24 lines
1.1 KiB
JSON
{
|
|
"version": "3.12",
|
|
"description": "Elexis 3.12",
|
|
"url": [
|
|
"https://download.medelexis.ch/medelexis/3.12/products/ch.medelexis.application.product.Medelexis-win32.win32.x86_64-signed.zip"
|
|
],
|
|
"bin": [
|
|
["Medelexis.exe", "e12", "-console"],
|
|
["Medelexis.ini", "e12ini"]
|
|
],
|
|
"shortcuts": [
|
|
["Medelexis.exe", "Elexis 3.12", "-console"],
|
|
["Medelexis.ini", "ini 3.12"]
|
|
],
|
|
"post_install": [
|
|
"$ini = Get-Content \"$persist_dir\\Medelexis.ini\"",
|
|
"$insert = @('-Dprovisioning.UpdateRepository=3.12', '-DopenDBWizard', '-Dfop.printing.debug=true')",
|
|
"$index = ($ini | Select-String '-vmargs').LineNumber",
|
|
"$ini = $ini[0..($index-1)] + $insert + $ini[$index..($ini.Length-1)]",
|
|
"Set-Content \"$persist_dir\\Medelexis.ini\" $ini"
|
|
],
|
|
"persist": "Medelexis.ini",
|
|
"notes": "Elexis 3.12 wurde installiert.\n\nINI wurde mit Repo-Eintrag, DB-Abfrage und FOP-Debug ergänzt.\nProgramm Startet mit Konsole \n\nKonsole Befehle:\n -> e12 = Start Elexis 3.12\n -> e12ini = Öffne ini von Elexis 3.12"
|
|
} |