Push ActiveX files to IE Add-on

(imported topic written by jsosa91)

How do scipt rundll32 “%windir%\Downloaded Program Files\SiebelAx_HI_Client.inf” and run regsvr32 “%windir%\Downloaded Program Files\SiebelAx_HI_Client_20436_QF0A18.dll” on the client side.

(imported comment written by BenKus)

Hey jsosa.

Tools > Take Custom Action

Put this in the “actionscript” box:

waithidden cmd.exe /C rundll32 "%windir%\Downloaded Program Files\SiebelAx_HI_Client.inf
waithidden cmd.exe /C regsvr32 "%windir%\Downloaded Program Files\SiebelAx_HI_Client_20436_QF0A18.dll

Or you can put this in a custom Fixlet.

Ben

(imported comment written by jsosa91)

Hey do you think the will work with users that are login which dont have admin access. When pushing the Fixlet

(imported comment written by jsosa91)

I ran it and it works but it does not show it as a add-on in the list in IE.

(imported comment written by BenKus)

The BigFix Agent will run this command as SYSTEM and so if this command needs to run in the context of the local user, you need to use RunAsCurrentUser:

http://support.bigfix.com/cgi-bin/kbdirect.pl?id=392

Ben