Die Suche ergab 3 Treffer

von mkarch@telepaxx.de
06 Nov 2024, 09:00
Forum: Bugs
Thema: opsi-script: Inkonsistenz in Variablen-Auflösung
Antworten: 2
Zugriffe: 14845

opsi-script: Inkonsistenz in Variablen-Auflösung

Hallo,

Funktioniert nicht:

if (FileExists("$InstallDir$\$targetfile$"))
set $oldProgFound$ = "true"
endif


Funktioniert:

if (FileExists($InstallDir$ + "\" + $targetfile$))
set $oldProgFound$ = "true"
endif



Während das funktioniert:

[Winbatch_uninstall_1]
"$InstallDir$\some_setup.exe ...
von mkarch@telepaxx.de
30 Okt 2024, 16:17
Forum: Freier Support
Thema: Opsi Kiosk Icons
Antworten: 1
Zugriffe: 1074

Opsi Kiosk Icons

Hallo,

ich hab es mittlerweile geschafft meine ersten Pakete zu erstellen und per opsi-configed auszurollen. Jetzt will ich verschiedene Pakete den Leuten zum selbst installieren on-demand anbieten. Die Pakete mit den Produktgruppen zuweisen funktioniert auch problemlos, allerdings haben alle ...
von mkarch@telepaxx.de
18 Sep 2024, 14:00
Forum: Bugs
Thema: opsi-linux-client-agent-installer / Error 17
Antworten: 1
Zugriffe: 8860

opsi-linux-client-agent-installer / Error 17

I'm not able to install the opsi-linux-client-agent on my laptop. Doesn't matter if I'm trying with gui, without gui, with parameters per command line or entered interactively, etc. - it's always the same "ERROR: 17". My laptop is running Pop!_OS 22.04 (based on Ubuntu 22.04).

Installer Version is ...