Die Suche ergab 16 Treffer
- 02 Nov 2015, 12:43
- Forum: Freier Support
- Thema: opsi-deploy-agent funktioniert nicht
- Antworten: 4
- Zugriffe: 3284
Re: opsi-deploy-agent funktioniert nicht
Hallo zusammen, erstmal danke für die Antworten. Die entsprechenden Beiträge habe ich auch gefunden, mir fehlt sowohl das Know-How als auch die Zeit eine eigene Winexe zu basteln. Momentan verteilen wir den Opsi-Client-Agent auch händisch. Bei der Menge der Clients ist das leider sehr viel Arbeit. A...
- 29 Okt 2015, 11:40
- Forum: Freier Support
- Thema: opsi-deploy-agent funktioniert nicht
- Antworten: 4
- Zugriffe: 3284
opsi-deploy-agent funktioniert nicht
Hallo zusammen, der Befehl ./opsi-deploy-client-agent -u Administrator -p Passwort -c FQDN -v bricht mit folgender Meldung ab Deployment to 'hostname' failed: Failed to execute command on host 'FQDN': winexe error: Command './winexe -U 'Administrator%*** confidential ****' //FQDN 'cmd.exe /C "d...
- 21 Sep 2015, 09:30
- Forum: Freier Support
- Thema: Adobe Acrobat DC - Neustart Abfrage
- Antworten: 0
- Zugriffe: 1777
Adobe Acrobat DC - Neustart Abfrage
Guten Tag, ich habe neuerdings das Problem, dass der Adobe Reader bei der Installation fragt, ob ein Neustart durchgeführt werden soll. Im Script wird die Setup-Datei mit dem Silent-Schalter /sAll aufgerufen. Wie gesagt, dieser Fehler tritt nur in ca. 1 von 20 Fällen auf. Mit der vorherigen Adobe-Re...
- 02 Jul 2015, 13:21
- Forum: Freier Support
- Thema: winexe unter Debian 8.0 Jessie
- Antworten: 2
- Zugriffe: 3644
Re: winexe unter Debian 8.0 Jessie
Hallo,
Danke für die Antwort. Gruß.
Ab diesem Punkt geht's nicht weiter. Das Debian kann das Paket nicht finden.From Debian Jessie install dependencies.
apt-get -t unstable install samba-dev
Danke für die Antwort. Gruß.
- 30 Jun 2015, 12:01
- Forum: Freier Support
- Thema: winexe unter Debian 8.0 Jessie
- Antworten: 2
- Zugriffe: 3644
winexe unter Debian 8.0 Jessie
Hallo liebe OPSI-Gemeinde, ich versuche nun nach Abschluss meines Schulprojekts OPSI in der realen Umgebung zu implementieren. Das hat soweit geklappt, jedoch kriege ich den client-agent nicht auf einen testclient verteilt (über opsi-deploy-agent). Nach einiger Recherche fand ich heraus, das dies wo...
- 30 Mär 2015, 09:39
- Forum: Freier Support
- Thema: [Gelöst] Firefox Verteilung "Warning: File not found :C:\Program"
- Antworten: 22
- Zugriffe: 15423
Re: [Gelöst] Firefox Verteilung "Warning: File not found :C:\Program"
Hello,
in my final version I use $ProductPath$ and %ProgramDir%. I'd temporarily change these parts for troubleshooting.
Greetings
in my final version I use $ProductPath$ and %ProgramDir%. I'd temporarily change these parts for troubleshooting.
Greetings
- 27 Mär 2015, 11:09
- Forum: Freier Support
- Thema: [Gelöst] Firefox Verteilung "Warning: File not found :C:\Program"
- Antworten: 22
- Zugriffe: 15423
Re: Firefox Verteilung "Warning: File not found :C:\Program"
Moin Moin, jetzt bin ich komplett verwirrt. Heute morgen hat es nach deinem Vorschlag nicht geklappt, nun habe ich voller Skepsis die Anführungszeichen nochmal gesetzt und siehe da: es klappt. Ich schieb das mal auf den bis dato fehlenden Kaffee. Ich verteil das Ding nun in meiner Testumgebung und h...
- 27 Mär 2015, 10:32
- Forum: Freier Support
- Thema: [Gelöst] Firefox Verteilung "Warning: File not found :C:\Program"
- Antworten: 22
- Zugriffe: 15423
Re: Firefox Verteilung "Warning: File not found :C:\Program"
Gut. Dann hier meine aktuelle Version die komplett durchläuft aber Warnings ausgibt. delsub.ins: set $UninstallPath$ = $ProductPath$ + "\uninstall\helper.exe" if FileExists ($UninstallPath$) comment "Deinstallation wird gestartet..." killtask "firefox.exe" winbatch_Unin...
- 27 Mär 2015, 10:15
- Forum: Freier Support
- Thema: [Gelöst] Firefox Verteilung "Warning: File not found :C:\Program"
- Antworten: 22
- Zugriffe: 15423
Re: Firefox Verteilung "Warning: File not found :C:\Program"
Hi, Ups... Hab es gerade nur für dich fix zurückeditiert und vergessen den Pfad oben im ifFileExist wieder einzupflegen. Die Fehlermeldung ist trotzdem dieselbe. Ich aktualisiere den Post oben eben. Edit: Ich habe in meinem Ausgangspost konsequent Variablen verwendet. Und in meinem Ausgangspost tauc...
- 27 Mär 2015, 09:58
- Forum: Freier Support
- Thema: [Gelöst] Firefox Verteilung "Warning: File not found :C:\Program"
- Antworten: 22
- Zugriffe: 15423
Re: Firefox Verteilung "Warning: File not found :C:\Program"
Ja, klar: Problemfall delsub.ins: if FileExists ("C:\Program Files(x86)\Mozilla Firefox\uninstall\helper.exe") set $UninstallPath$ = "C:\Program Files(x86)\Mozilla Firefox\uninstall\helper.exe" winbatch_UninstallFirefox /WaitSeconds 15 sub_check_exitcode endif if not ($ProductPat...