Windows 7 64 Bit/Save mode: Rename msi.dll not possible -


due problems windows installer 5 must rename msi.dll reinstallation. that's not possible in save mode/as administrator (access denied). of course service stopped. hints?

edit: problem can't install msi files anymore. everytime after dialogs error message corresponding msi file can't read. have tried infos found in www universe , lost lot of time already. e. g. replaced registry settings, used sfc /scannow without success.

in windows 7 there no dllcache, don't know preventing renaming.

my problem can't install msi files anymore. everytime after dialogs error message corresponding msi file can't read

this sounds little bit strange. if see msi dialogs , install fails when kick off there must else wrong. assume have, have verified problem exists multiple msi files? try fresh msi file, preferably 1 downloaded fresh internet. try run local disk , network disk.

have enabled logging install? try flush log enabled (the ! character enables continuous flushing log msiexec.exe crash doesn't leave empty log file):

msiexec.exe /i c:\path\your.msi /l*vx! c:\your.log 

see msifaq.com more details (logging faq entry). search "value 3" in log file find errors explained rob mensching (wix & orca author).

also try disable anti virus software , / or desktop security may interferring file extraction msi's cab file. there plenty of disk space? there errors found during disk scan?


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

The canvas has been tainted by cross-origin data in chrome only -