Home > Software engineering >  Web side to test whether PC installation exe program
Web side to test whether PC installation exe program

Time:10-31

Requirements: call native application via the web, first determine whether PC installed the client? Fit most browsers (Internet explorer, firefox, Google, etc.)
Similar to: thunderbolt download

Plan 1: write a Active X controls, but the web development said that the only use IE

CodePudding user response:

Like, this is all browsers to develop a corresponding plug-in, for IE is ActiveX, Chrome is App, etc

CodePudding user response:

Thunderbolt is respectively based on IE, chrome, Firefox plugin is developed,
Chrome, Firefox also supports plugins, just not the ActiveX

CodePudding user response:

Like firefox can be compatible with the activex, but seems to be more troublesome, no tried, normal practice must be as 1, 2 L say developing plug-in for various browsers, as to detect the COM interface can be directly call judgment,

CodePudding user response:

Cross-browser, can use FireBreath, but the high version of Google doesn't support (42 version and not after), Google high version with PPAPI architecture

If you can also can be in the client with a small EXE or service, regularly run and then have to do is to transmit the results to the service

CodePudding user response:

That each browser corresponding to a plug-in

CodePudding user response:

Has now completed the active x, NPAPI plugin developed
But Google browser PPAPI plugin development

CodePudding user response:

In javascript is not very easy
  • Related