Wednesday, October 10, 2007

Window Installer Not working in Safe Mode?!

Here is the tips

1) REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer" /VE /T REG_SZ /F /D "Service"
2) Start the service in your machine
net start msiserver


Note: This won't grantee to fix your problem, use it at your own risk.

0 comments: