CAB包制作与手动安装
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
CAB包制作与手动安装
一、CaB包制作:
Cabinet Maker - Lossless Data Compression Tool
MAKECAB [/V[n]] [/D var=value ...] [/L dir] source [destination]
MAKECAB [/V[n]] [/D var=value ...] /F directive_file [...]
source File to compress.
destination File name to give compressed file. If omitted, the
last character of the source file name is replaced
with an underscore (_) and used as the destination.
/F directives A file with MakeCAB directives (may be repeated). Refer to
Microsoft Cabinet SDK for information on directive_file.
/D var=value Defines variable with specified value.
/L dir Location to place destination (default is current directory).
/V[n] Verbosity level (1..3).
C:\Users\xieeeT\Desktop\PDFEditorActiveX>makecab /f list.txt /d compressiontype=lzx /d compressionmemory=21 /d maxdisksize=1024000000 /d diskdirectorytemplate=d /d cabinetnameplate=d.cab
二、IE控件cab包手动安装
XP、Win7和Win8手动安装IE控件的cab包
方法/步骤1
一、若你是XP系统,你可以这样安装:
第1步:先解压cab包(随便解压软件都行),在解压的文件中找到*.inf文件,然后右击,选择安装,此时会把解压文件拷到C:\Windows\System32\文件夹下。(当然手动拷贝也可以,inf文件就不用拷过去)
第2步:注册拷到上述文件夹下的ocx文件。和普通ocx注册一样,运行cms.exe,
regsvr32 路径\*.ocx
第3步:cab包此时已经安装完成啦,但是浏览器别忘加信任站点和自定义级别啦。2
二、若你是win7或win8系统,你得这样安装:
第1步:先解压cab包(随便解压软件都行),手动把解压的文件拷贝到系统的
C:\Windows\SysWOW64文件夹下,
第2步:以管理员身份运行cmd.exe(必须是管理员身份),注册拷到上述文件夹下的ocx文件。(此步骤和单纯注册ocx控件一样)
第3步:浏览器别忘加信任站点和自定义级别啦。
第4:此时基本没啥问题啦。3
三、win7或win8系统这样安装的原因:
因为win7和win8大多是64位系统,而64位系统一般都是可以安装32位程序的。
但是,
执行的是C:\Windows\SysWOW64\regsvr32.exe
而不是C:\Windows\System32\regsvr32.exe