Silent install (opsi-winst script)
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.
Re: Silent install (opsi-winst script)
do you have rebooted the client?
Re: Silent install (opsi-winst script)
The client is that pc, where I to send the product? Yes, i reboot it.
Re: Silent install (opsi-winst script)
you must distinguish between GUI_STARTUP and ON_DEMAND.
OPSI works with events if you start your computer the GUI_STARTUP event is executed. If you fire an on_demand event via configed the event ON_DEMAND is executed.
You can set the actionprocessor (WINST) parameter for the different events.
OPSI works with events if you start your computer the GUI_STARTUP event is executed. If you fire an on_demand event via configed the event ON_DEMAND is executed.
You can set the actionprocessor (WINST) parameter for the different events.
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.
Re: Silent install (opsi-winst script)
can you look on your client? under c:\programm files\opsi.org\opsi-client-agent\opsiclientd\ you will find the opsiclientd.conf
In this file you must look at the section ON_DEMAND and there you must find the host-parameter you have created via configed.
it should look like this: action_processor_command = %action_processor.command% /sessionid %service_session% /silent
In this file you must look at the section ON_DEMAND and there you must find the host-parameter you have created via configed.
it should look like this: action_processor_command = %action_processor.command% /sessionid %service_session% /silent
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
Re: Silent install (opsi-winst script)
ah sorry my mistake
the parameter must be named like this:
opsiclientd.event_on_demand.action_processor_command
and
opsiclientd.event_gui_startup.action_processor_command
sorry

opsiclientd.event_on_demand.action_processor_command
and
opsiclientd.event_gui_startup.action_processor_command
sorry

Re: Silent install (opsi-winst script)
No problem. It'working thank you. But the window appers, but just a milisecond.