重装的时候遇到“安装程序无法复制文件IISApp.vbs”等一系列错误
这就是典型的windows安全数据库出问题了,可以这样来做
在开始–运行,输入:esentutl /g C:Windowssecuritydatabasesecedit.sdb
这个是检查资料库的完整性,要用/g
若要用如下指令:
输入:esentutl /p C:Windowssecuritydatabasesecedit.sdb
这个就是修复这个Windows安全资料库,
参考文章
Windows安全资料库,在%WinDir%Securitydatabase里。
台湾的资料库,大陆称为数据库。 在Windows作业系统里带有专门的Esentutl.exe工具,这是一个DOS工具,可用来查看和修复Windows安全资料库。
比如我有一次在安装IIS的元件时,发生了错误:
************************
复制错误 安装程式无法复制档 iisapp.vbs。 请确认下面指定的位置是正确的,或者更改它并在指定的驱动器中插入 ‘Service Pack 1 CD-ROM’。
当复制来源: C:WindowsServicePackFilesi386 [浏览] [重试] [取消]
************************
这就是由于Windows安全资料库损坏所致。可用Esentutl.exe进行修复。
查看它的用法,用下面指令: esentutl /? 会显示如下提示:
Microsoft(R) Windows(R) Database Utilities Version 5.2 Copyright (C) Microsoft Corporation. All Rights Reserved. DESCRIPTION: Maintenance utilities for Microsoft(R) Windows(R) databases. MODES OF OPERATION: Defragmentation: ESENTUTL /d [options] Recovery: ESENTUTL /r [options] Integrity: ESENTUTL /g [options] Checksum: ESENTUTL /k [options] Repair: ESENTUTL /p [options] File Dump: ESENTUTL /m[mode-modifier] <<<<< Press a key for more help >>>>>
D=Defragmentation, R=Recovery, G=inteGrity, K=checKsum, P=rePair, M=file duMp =>
- 转载请注明来源:windows2003重装iis6.0的时候出现“安装程序无法复制文件文件IISApp.vbs”等
- 本文永久链接地址:https://3v.org.cn/?p=139
Warning: Use of undefined constant PRC - assumed 'PRC' (this will throw an Error in a future version of PHP) in /www/wwwroot/3v.org.cn/wp-content/themes/Play-LM/comments.php on line 20