convlog.exe文件是電腦正常運行的必備文件,如果convlog.exe文件缺失或者損壞,就可能導致電腦某些功能不能正常使用,這時候就需要找到convlog.exe文件,把它放到應在的位置就可以了,小編提供了驅動下載,需要的朋友趕緊來下載吧!

convlog.exe文件簡介
2003系統安裝iis的時候提示找不到convlog.exe文件,下載解壓後放到C:\WINDOWS\system32目錄即可。剛用來台2003系統,安裝IIS6.0的時候出錯了,這個是以前沒有碰到過的。
IIS出了點問題,就重新安裝。我的系統盤不是SP2的,系統是後來升級到SP2的,于是在安裝IIS時如果老提示無法複制convlog.exe、iisadmin.mfl等文件。在網上搜一堆,說是因爲損壞了系統內部數據庫所致.修複損壞的數據文件即可正常安裝。
解决方法如下(开始 > 运行 > 输入 CMD >再输入以下命令):
1、esentutl /g %windir%/security/database/secedit.sdb (该命令参数用于查询secedit.sdb文件是否被损坏)
2、esentutl /p %windir%/security/database/secedit.sdb (修复secedit.sdb文件)
这样convlog.exe是可以安装了,但到了iisadmin.mfl无法找到。点浏览 > C:\WINDOWS\ServicePackFiles\i386 ,导航到这个文件夹下,再点确定,就可以安装了!
安裝IIS的convlog.exe問題
安装IIS的时候总会有狠多的问题,重装的问题更多,大多数在重装的时候都会出现安装程序无法复制文件 convlog.exe。下面就这类问题解决办法做解决。。。
命令行下输入esentutl /p C:\Windows\security\database\secedit.sdb
然後再重裝就可以了。
具體執行過程如下:
C:\Documents and Settings\Administrator>esentutl /p %windir%/security/database/s
ecedit.sdb
Microsoft(R) Windows(R) Database Utilities
Version 5.2
Copyright (C) Microsoft Corporation. All Rights Reserved.
Initiating REPAIR mode…
Database: C:\WINDOWS/security/database/secedit.sdb
Temp. Database: TEMPREPAIR896.EDB
Checking database integrity.
The database is not up-to-date. This operation may find that
this database is corrupt because data from the log files has
yet to be placed in the database.
To ensure the database is up-to-date please use the ‘Recovery’ operation.
Scanning Status (% complete)
0 10 20 30 40 50 60 70 80 90 100
|—-|—-|—-|—-|—-|—-|—-|—-|—-|—-|
……………………………………………
Integrity check successful.
Note:
It is recommended that you immediately perform a full backup
of this database. If you restore a backup made before the
repair, the database will be rolled back to the state
it was in at the time of that backup.
Operation completed successfully in 1.719 seconds.
然後就可以順利安裝IIS了
