如何发布IE控件[2]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 technofantasy 的 blog

the following function retrieves the major and minor version numbers of the shdocvw.dll currently installed on the local system.

show example

security note security alert  using loadlibrary incorrectly can compromise the security of your application by loading the wrong dll. refer to the loadlibrary documentation for information on how to correctly load dlls with different versions of microsoft windows?

downloading a version of internet explorer for redistribution

the ieak enables the application developer to have complete control over the redistribution of internet explorer. in some cases, however, the minimal installation package may be sufficient for an application's needs.

to download a minimal installation of internet explorer for redistribution, perform the following steps:

  1. run ie6setup.exe and select install minimal or customize your browser.
  2. click advanced, select download only to download just the minimal components to your system, and click ok to exit the dialog box.
  3. click next.
  4. specify the location where the files should be downloaded. otherwise, the files will be downloaded to the windows update setup files folder.
  5. select a platform for installation, either windows 98, microsoft windows nt? or windows 2000.

the files are then downloaded to the local computer in the directory specified in step 4.

the following command line will install the internet explorer 6 minimal installation package in quiet mode, suppressing prompts as files are extracted.

ie6setup.exe /q /m:0

for more information about other installation options, refer to the documentation provided with the ieak.

note  when installing internet explorer in a windows nt environment, make sure that the setup application has proper administration rights and that there is enough available space on the hard drive for the installation. the minimal installation package requires approximately 60 mb of available space to accommodate the temporary and installed files.

本文关键:Licensing,Distribution,发布,Internet Explorer
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top