Die Suche ergab 1550 Treffer

von SisterOfMercy
05 Dez 2023, 11:39
Forum: Free Support
Thema: Install msixbundle for every user
Antworten: 1
Zugriffe: 2352

Re: Install msixbundle for every user

Code: Alles auswählen

Add-AppxProvisionedPackage -Online
might do what you want.
von SisterOfMercy
05 Dez 2023, 11:35
Forum: Free Support
Thema: How to unlock a Netboot product of my depot ?
Antworten: 3
Zugriffe: 2548

Re: How to unlock a Netboot product of my depot ?

Go to the webinterface of your opsi server. https://opsi-server.domain:4447/
There should be a list of locked packages.
von SisterOfMercy
20 Okt 2023, 11:29
Forum: Freier Support
Thema: Registry Anpassung wird nicht übernommen (gelöst)
Antworten: 4
Zugriffe: 867

Re: Registry Anpassung wird nicht übernommen (gelöst)

Yeah, but still.. I looks like there is a much simpler solution.
von SisterOfMercy
18 Okt 2023, 16:20
Forum: Freier Support
Thema: [Gelöst]Opsi-Client-Kiosk funktioniert nicht
Antworten: 8
Zugriffe: 1298

Re: Opsi-Client-Kiosk funktioniert nicht

Ok, ich habe jetzt alles geupdated und habe die Installationsdateien vom opsi-client-kiosk auf /media/opsi geladen und diese in das Verzeichnis opsi-client-kiosk auf dem Depot installiert. Huh? Why? Which opsi repos are active? I guess at least the windows one is? # cat /etc/opsi/package-updater.re...
von SisterOfMercy
18 Okt 2023, 16:03
Forum: Freier Support
Thema: Registry Anpassung wird nicht übernommen (gelöst)
Antworten: 4
Zugriffe: 867

Re: Registry Anpassung wird nicht übernommen

für eine Software muss bei uns in der Reg zur Kontaktaufnahme mit einem Server eine Anpassung gemacht werden. Mit der Reg funktion im OpsiScript selbst funktionierte das nicht ganz wegen eines Leerzeichens. Why don't you use the registry function? Like a registry_install call in the primary section...
von SisterOfMercy
18 Okt 2023, 15:57
Forum: Freier Support
Thema: depot drive für alle ändern
Antworten: 2
Zugriffe: 663

Re: depot drive für alle ändern

You should probably change this value via configed.

It will probably be fine using the standard location, except when you use the user login scripts of opsi, and have stuff running from the depot and executing it as the logged in user.
von SisterOfMercy
17 Sep 2023, 01:20
Forum: Bugs
Thema: Panic Kernel bei HP 250 G7
Antworten: 16
Zugriffe: 10988

Re: Panic Kernel bei HP 250 G7

Hey thread necromancer, there are no iso files being used on the depot.

Get the newest boot cd from here: https://download.uib.de/4.2/boot-cd/
von SisterOfMercy
13 Sep 2023, 12:58
Forum: Free Support
Thema: Creating Firefox Package and Uninstallation Issue
Antworten: 1
Zugriffe: 2651

Re: Creating Firefox Package and Uninstallation Issue

Why are you opening multiple threads about the same issue? viewtopic.php?p=58825#p58825
von SisterOfMercy
06 Sep 2023, 00:25
Forum: Freier Support
Thema: Deinstallation von Paketen direkt nach der Installation
Antworten: 1
Zugriffe: 357

Re: Deinstallation von Paketen direkt nach der Installation

Well, I've looked at your log and I can only say: whiskey tango foxtrot. You first get an msi error 1603, but the error code is not checked, so the script doesn't see this is an error. Of course then the update script runs, because no errors have been raised. In your update script a section called &...
von SisterOfMercy
03 Sep 2023, 17:38
Forum: Freier Support
Thema: Erstinstallation Opsi Server und hosts Datei
Antworten: 3
Zugriffe: 505

Re: Erstinstallation Opsi Server und hosts Datei

Have you read the getting started manual? This would have explained it.