Hi,
The problem is , i have registred shellhook.dll in the AppInit_DLL in the registry. i.e registry path HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Windows has AppInit_DLL as key and value as C:\Windows\Systm32\Shellhook.dll. Now when i
try to install any msi, the windows installer gives me error 1719. If i rename the DLL at path C:\Windows\Systm32, the msi gets installer without any error. This happens only on windows 7. On XP all works good. Can anyone help me out with this. I tried
RequireSignedAppInit with value 0. But this does not work. I still get the same error with the msi.