Using example script from supplier

(imported topic written by gcibirch91)

Hi

I am trying to poush out some software by creating a fixlet using an example script (below):

msiexec /i “C:\Downloads\EP530-x32-HF-177799-WinClient.msi” EQCASName= EQDCEName=

DisableTrackingDesktopPrinters=1

addLocal= /q

REGISTERPRINTERS=0

Whenever the fixlet runs I get a result of error?

What am I doing wrong

(imported comment written by gcibirch91)

Is there a way to include the third party script to a fixlet action or can it not be done

(imported comment written by NoahSalzman)

Yes, it can be done. Please post the full Action Script and Relevance you are using. (Or first, just throw a “wait” or “waithidden” action script command in front of that one-liner you posted.)

(imported comment written by gcibirch91)

OK let me try the “wait” or “waithidden” commands.

(imported comment written by gcibirch91)

Hi

Still having issues but trying to keep it as simple as possible. This is the action:

wait_ \msiexec /i c:\downloads\EP530-x32-HF-177799-WinClient.msi /q

(imported comment written by NoahSalzman)

Not sure why you have an underscore character and a backslash in that command.

You really should check out the this intro to Action Script:

http://support.bigfix.com/bes/misc/customactions.html

(imported comment written by gcibirch91)

OK thanks I am hackong bits and pieces too much