EPO Agent

(imported topic written by mallik91)

Hi All,

I have created custom fixlet for EPO Agent installation

with swithes …\FramePkg.exe /ForceInstall /Install=Agent /s

Its installing the agent wherever is not there but I want to install this on installed computers which its failing.

it down loads and it runs and exutes succesfully but the final result it shows failed.

Please could you help me on this.

Following is the Action Info ------>

The action has been run 1 time, and will not be run again.

The action failed.

Completed: download http://mmbes02.test.com:52311/Uploads/e1a400dae476644a21f728019d0d7dceabad5aba/FramePkgexe.tmp

Completed: continue if {(size of it = 3759845 AND sha1 of it = “e1a400dae476644a21f728019d0d7dceabad5aba”) of file “FramePkgexe.tmp” of folder “__Download”}

Completed: extract FramePkgexe.tmp

Completed: wait __Download\FramePkg.exe /Install=Agent /ForceInstall /Silent

Thanks

(imported comment written by BenKus)

Is this a Fixlet or a Task?

What is the relevance for the Task/Fixlet? And is the file actually installed?

Ben

(imported comment written by SystemAdmin)

When we “were” using EPO (Big Fix and Trend now) - we used the same as you are in our action script - which worked. The relevence checks helped keep things tidy. Maybe not the most extensive - but it worked well.

wait __Download\FramePkg.exe /install=agent /forceinstall /silent

Our Relevence was:

(name of operating system = “WinNT” OR name of operating system = “Win2000” OR name of operating system = “WinXP” OR name of operating system = “Win2003” OR name of operating system = “WinVista”) AND (not exists running application “FrameworkService.exe”)

And our Success Criteria was:

not exists running application “FrameworkService.exe”

-Mike

(imported comment written by SystemAdmin)

Forgot to add something. Does your EPO installer package have either a local or Domain credentials added in the package? That one got us initially at first.

(imported comment written by ErinC91)

For our ePO 3.6 setup, we have a task that is defined as follows;

wait __Download\FramePkg.exe /INSTALL=AGENT /SILENT /FORCEINSTALL

works fine for us