
Quote: Originally Posted by
Ghosty007
Cheers ,
but still i can not find the valeu
As I said in my first post, if the installer registry key is not present it means that the installation of stuff is not disabled by policy. That means your problem is caused by something else.
Other things that you can check;
1. Click start, run, type services.msc and click ok. Scroll down the list of services and make sure the "Windows Installer" is set to automatic or manual (Should be on manual). If it disabled, double click it and set it to manual.
Try an install or uninstall. If OK< skip the next steps.
2. You could try and re-register the installer.
Click start, run, type cmd and click ok.
type MSIEXEC /UNREGISTER, and press enter
type MSIEXEC /REGSERVER, and press enter.
then type exit and press enter.
Try an install or uninstall. If OK skip the next steps.
3. Run Regedit again and navigate to HKEY_LOCAL_MACHINE \Software\Microsoft\Windows\CurrentVersion\Installer\InProgress
Look at the registry key and remove any entries in HKEY_LOCAL_MACHINE \System\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations
Reboot and Try an install or uninstall. If OK skip the next step.
4. Run Regedit again and navigate to hkey_local_machine\software\microsoft\windows\currentversion\installer.
Right click on the installer key, left click on SYSTEM and verifiy that full control is ticked.
Look in the right pane. There should be three values there. See image below.
Hopefully one of these will solve your problem. Remember to make a registry backup and/or create a system restore point before making changes to your system.