Distribute Citix ICA Client

(imported topic written by mikehuntley91)

I’m trying to set up an action to install Citrix Client software on some machines and the dang thing keeps failing. The software is located on a publicly available Windows share and it is an MSI type install package. On my test machine I can browse to the Windows share and open the ica32pkg.msi file I’m trying to run, so I know it isn’t an access issue. The command I’m running in the BigFix Action Script section is - wait “\servername\sharename\ica32pkg.msi” and it fails no matter how I do it. Anybody have any ideas?

(imported comment written by jessewk)

Your share needs to be a null session share for that to work. You can adjust the share permissions, or you can just download the file as part of the action. You’ll get much better performance and reliability using the download method.

Here is a good place to start: http://forum.bigfix.com/viewtopic.php?id=924