an error on the setup
I tried to install the net framework 2.0.
in the middle of the installation he stoped and wrote that:
"windows installer service could not be accessed. contact your support personnel to verify that the windows installer service is properly registered."
any one know what that's mean and what I need to do?
[341 byte] By [
stark11] at [2007-12-28]
Hi,
I would suggest trying the following steps to repair the Windows Installer service registration on your system:
1. Click on the Start menu, choose Run, type cmd and click OK
2. Run msiexec.exe /unregister
3. Run msiexec.exe /regserver
4. Reboot
5. Try to install the .NET Framework 2.0 again
Hopefully this will help.
Thanks! Aaron