安装iis的convlog.exe问题
安装iis的时候总会有狠多的问题,重装的问题更多,大多数在重装的时候都会出现安装程序无法复制文件 convlog.exe。下面就这类问题解决办法做解决。。。命令行下输入esentutl /p c:windowssecuritydatabasesecedit.sdb然后再重装就可以了。具体执行过程如下:c:documents and settingsadministrator>esentutl /p %windir%/security/database/secedit.sdbmicrosoft(r) windows(r) database utilitiesversion 5.2copyright (c) microsoft corporation. all rights reserved.initiating repair mode…database: c:windows/security/database/secedit.sdbtemp. database: temprepair896.edbchecking database integrity.the database is not up-to-date. this operation may find thatthis database is corruptbecause data from the log files hasyet 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 backupof this database. if you restore a backup made before therepair, the database will be rolled back to the stateit was in at the time of that backup.operation completed successfully in 1.719 seconds.然后就可以顺利安装iis了