I have a client-server application where the server delivers the client software to a workstation using ActiveX technology. I was told the best way to deploy the client to all the workstation was to simply send the users a hyperlink to server and after users click the link, the client will automatically install.
This idea works but it does require users to confirm the installation of the ActiveX component. I am now task in finding a way to deploy the ActiveX client to all the workstation so our end users are not bothered with having to approve the ActiveX install. FYI: We do allow ActiveX software on our PCs.
The question is, is there a way I can push out the ActiveX client / with the signed certificate to all the workstations ? Can this be done via an MSI package ?
Hope I get some help on this.
Thanks.
By the way, our ActiveX uses CAB file and the CAB file is signed with an approved CA. This means, I need to push the CAB file and the certificate to all the workstations.