Questions tagged [activex]

ActiveX is a technology framework from Microsoft for content downloading from a network, typically using an internet web browser

ActiveX is a software framework created by Microsoft that adapts its earlier Component Object Model (COM) and Object Linking and Embedding (OLE) technologies for content downloaded from a network, particularly from the World Wide Web.

Microsoft introduced ActiveX in 1996.

Sources:

https://en.wikipedia.org/wiki/ActiveX

https://www.microsoft.com/com/default.mspx

21 questions
6
votes
3 answers

How to create an MSI to install and register an ActiveX Control?

I have a third party ActiveX Control that I want to package up in a msi so it can be deployed and registered via Group Policy. The goal being I don't want the end user to have to click through and install the ActiveX control in IE. I have the Cab…
etoisarobot
  • 249
  • 2
  • 4
  • 11
2
votes
1 answer

How do I uninstall an ActiveX control via Powershell

I have to constantly switch back and forth between two installations of a web app with two different versions of an ActiveX control. Therefore I'd like to script the ability to uninstall this control. Its does not show up in Win32_Product because it…
Justin Dearing
  • 1,017
  • 10
  • 33
2
votes
3 answers

How do I change Internet Explorer security settings for all users using Active Directory?

I recently created an Intranet application for my company, but to work properly it must execute an ActiveX control to locally run a program. However, the only way I found for this to work was using Internet Explorer, and setting Intranet security to…
2
votes
1 answer

What's the difference between a normal ActiveX killbit update and one for IDX?

I'm looking back at some old MS security bulletin for distribution to new clients and when I look at downloads for the last set of MS ActiveX killbits, KB article here, under each platform I see links with the term IDX. For instance there will be an…
Bob
  • 2,559
  • 3
  • 25
  • 22
1
vote
2 answers

Configure Azure AD Connect

I'm trying to set up an domain in Azure AD Connect on a Workgroup computer. The challenge that we have is, we have a dedicated domain controller for the purpose of Azure AD Connect and the other domain controllers are in a non-routable network for…
0
votes
2 answers

MDT windows 7 application installation error on ActiveX

I have a problem with the deployment of Windows 7 from a Microsoft Deployment Toolkit Server. The installation of the Operating System works just fine but when it continues with the application installation, then some Applications return an error.…
elhombre
  • 425
  • 1
  • 8
  • 18
0
votes
0 answers

How do you manually install an Active-X control to be used by Internet Explorer?

I have the cab file which contains an OCX file, a DLL file, and a setup.inf file. An example of the inf file would be *; INF for whatever [version] signature="$CHICAGO$" AdvancedINF=2.0 …
0
votes
2 answers

Can't load MSMQ COM Object on Windows Server 2012

My VBScript tries to load MSMQ COM Object Set MSMQQueueInfo = CreateObject("MSMQ.MSMQQueueInfo") I enabled Messaging DCOM Proxy Script can't load COM object:
Matt
  • 205
  • 2
  • 7
0
votes
3 answers

Active X Control issue on Terminal Server 2003

I have a security camera system which can be viewed remotely via a web browser. It works excellent only with IE 6 and up and requires an ActiveX control "ERViewer.ocx". Some users require to view the cameras via Windows Terminal Server, but when…
Saif Khan
  • 1,935
  • 2
  • 20
  • 25
0
votes
1 answer

Combining DWORD Values

I'm trying to permit automatic silent install of some internal ActiveX controls using AXIS, as per this Microsoft article. In the article, it states that you can define how HTTPS exceptions are handled, for example, 0 means that all checks must be…
Matt
  • 1,883
  • 5
  • 26
  • 39
0
votes
3 answers

How to run activex control in Windows 8

I have an intranet application that uses activex. It runs fine in Windows 7 but not in Windows 8. I've used caspol to grant full trust, I've set IE 10 to allow downloading and running of activex controls. I've even tried to run it in Chrome with an…
Jon
  • 123
  • 1
  • 4
0
votes
1 answer

Changing the Internet Explorer's setting Initialize and script ActiveX controls not marked as safe for scripting

We are currently facing a debate regarding the Internet Explorer's setting 'Initialize and script ActiveX controls not marked as safe for scripting'. I have been maintaining an in-house application that uses Outlook's and Word's automation to send…
E. Jaep
  • 283
  • 1
  • 3
  • 12
0
votes
1 answer

Make unsigned ActiveX run in IE 9

Here is the problem I have: I need a web page to execute an unsigned ActiveX control that is installed (with regsvr32) on my machine I have the following snippet of the code:
intellion
  • 101
  • 4
0
votes
1 answer

internet security activex problem

Could anybody tell me what can cause such a problem: I have made group policy for users and allowed their IE to use activex and so on. Those users are working on our server. So there is one user who has the same rights as all has, however, when he…
vovkjn
  • 1
0
votes
1 answer

Configuring Windows ActiveX Installer Service for WebEx

I'd like to make use of the Windows ActiveX Installer Service Group Policy to allow users to install the WebEx client without the need for security elevation from an administrator. I realize that I could add the entire webex.com domain to the…
pk.
  • 6,413
  • 1
  • 41
  • 63
1
2