Die Suche ergab 35 Treffer
- 04 Jun 2013, 09:20
- Forum: Free Support
- Thema: Problem at install opsi-depotserver opsi-configed
- Antworten: 1
- Zugriffe: 2768
Problem at install opsi-depotserver opsi-configed
Hi! I would like to install Opsi on Opensuse 12.1. But I have some problem with it: OpsiSK:/ # zypper -v install opsi-depotserver opsi-configed . . . Installing: xorg-x11-libXpm-7.6-9.1.2 [done] Installing: xorg-x11-libXp-7.6-5.1.2 [done] Installing: xorg-x11-libXmu-7.6-10.1.2 [done] Installing: xor...
- 21 Jan 2013, 08:11
- Forum: Free Support
- Thema: Distribution problem
- Antworten: 0
- Zugriffe: 1786
Distribution problem
Hi! I have a simple script, that runs when the windows start: [Initial] ScriptErrorMessages=on [Actions] DefVar $ProductName$ DefVar $InterestingFile$ DefVar $ExitCode$ Set $ProductName$ = "KEB.INI" ShowBitmap "%scriptpath%\"+$ProductName$+".bmp" $ProductName$ SetLogLev...
- 27 Nov 2012, 17:25
- Forum: Free Support
- Thema: Problem at the first boot of the the day...
- Antworten: 0
- Zugriffe: 1865
Problem at the first boot of the the day...
There is a simple script, that copies some file to the clients. The problem is, that 40-50 clients of 216 the script/copy has failed. But only the first boot in the morning/day! If the user restart the computer or i send it fire on demand after the user logged in the windows the copying has finished...
- 23 Nov 2012, 14:37
- Forum: Free Support
- Thema: Silent install (opsi-winst script)
- Antworten: 18
- Zugriffe: 14007
Re: Silent install (opsi-winst script)
No problem. It'working thank you. But the window appers, but just a milisecond.
- 23 Nov 2012, 14:03
- Forum: Free Support
- Thema: Silent install (opsi-winst script)
- Antworten: 18
- Zugriffe: 14007
Re: Silent install (opsi-winst script)
At the end of the file :
[gui_startup]
action_processor_command = %action_processor.command% /sessionid %service_session% /silent
[on_demand]
action_processor_command = %action_processor.command% /sessionid %service_session% /silent
[gui_startup]
action_processor_command = %action_processor.command% /sessionid %service_session% /silent
[on_demand]
action_processor_command = %action_processor.command% /sessionid %service_session% /silent
- 23 Nov 2012, 13:32
- Forum: Free Support
- Thema: Silent install (opsi-winst script)
- Antworten: 18
- Zugriffe: 14007
Re: Silent install (opsi-winst script)
Ok, that is clear.
I set at the host parameters the on-demand :
opsiclientd.on_demand.action_processor_command (name)
%action_processor.command% /sessionid %service_session% /silent (property value)
and it is the same problem: opsi-winst window appears.
I set at the host parameters the on-demand :
opsiclientd.on_demand.action_processor_command (name)
%action_processor.command% /sessionid %service_session% /silent (property value)
and it is the same problem: opsi-winst window appears.
- 23 Nov 2012, 13:03
- Forum: Free Support
- Thema: Silent install (opsi-winst script)
- Antworten: 18
- Zugriffe: 14007
Re: Silent install (opsi-winst script)
The client is that pc, where I to send the product? Yes, i reboot it.
- 23 Nov 2012, 12:53
- Forum: Free Support
- Thema: Silent install (opsi-winst script)
- Antworten: 18
- Zugriffe: 14007
Re: Silent install (opsi-winst script)
I set it at the host parameters, but when i send a product with "fire on-demand event" the OPSI-winst window appears.
- 23 Nov 2012, 11:49
- Forum: Free Support
- Thema: Silent install (opsi-winst script)
- Antworten: 18
- Zugriffe: 14007
Re: Silent install (opsi-winst script)
I think the second one that i need. But it is possible, i didn't set it well. I go to the configed -> host parameters. Add standard configuration entry. Type a name(name of new configuration entry) e.g: Silent_install . Then I give a property value: opsiclientd.gui_startup.action_processor_command.%...
- 23 Nov 2012, 11:10
- Forum: Free Support
- Thema: Silent install (opsi-winst script)
- Antworten: 18
- Zugriffe: 14007
Re: Silent install (opsi-winst script)
Thank you again! So all that i have to do: 1. Insert IconizeWinst to the script at the Initial section 2. Add to the host parameters (from the web broser) one of the code, that you post it. Because i try it. But the window (opsi-winst get list of products) appears, and just after go to the taskbar. ...