Use the ScriptX control to print various HTML files for users who are running Microsoft's IE browser on the client or server side. Supports various versions of IE browsers, from IE 4.01 SP1 to IE 7, from Windows 95 to Windows Vista. 100% the allocation of success rate. But there's a lot of trouble with the client installation process.
After installation, repeatedly prompts to install the print control, where is the problem, see the Internet add-in did not find the installed control
The control is not found in the add-in that runs without requesting permission
is not the master of Optimization prohibit control installation put it to the forbidden
All the options are canceled after the problem is resolved, but not because of this plug-in and affect the machine's security throughout the day, there is any way ...
Unpack the Smsx.cab control installation package
Edit Scrptx.inf
Find the CLSID for MCScrptX.dll {1663ed61-23eb-11d2-b92f-008048fdd814}
Under the registration list.
Hkey_local_machine/software/microsoft/internet explorer/activex compatibility for IE Browser Control loading option, we search { 1663ed61-23eb-11d2-b92f-008048fdd814}
[Hkey_local_machine/software/microsoft/internet Explorer/activex compatibility/{1663ed61- 23eb-11d2-b92f-008048fdd814}]
"Compatibility Flags" =dword:00000400
hexadecimal 400, decimal 1024 to disable browser load control we changed it to 0. Set to allow
[Hkey_local_machine/software/microsoft/internet Explorer/activex compatibility/{1663ed61- 23eb-11d2-b92f-008048fdd814}]
"Compatibility Flags" =dword:00000000
Close Registry Refresh
Go to the website and try
It worked... Hopefully this approach will help more people. From IE 4.01 SP1 to IE 7, from Windows 95 to Windows Vista. 100% is not afraid any more.
Windows Registry Editor Version 5.00
[Hkey_local_machine/software/microsoft/internet Explorer/activex compatibility/{ 1663ed61-23eb-11d2-b92f-008048fdd814}]
"Compatibility Flags" =dword:00000000
Copy the above contents to Notepad and save it as a. reg format to import directly.