EntLib 5 install gets error “The system administrator has set policies to prevent this installation.
Posted
by Stan Spotts
on Geeks with Blogs
See other posts from Geeks with Blogs
or by Stan Spotts
Published on Thu, 22 Apr 2010 08:52:04 GMT
Indexed on
2010/04/22
15:03 UTC
Read the original article
Hit count: 278
I got this when I tried to install the source code on Windows Server 2008 R2, and this was an issue with EntLib 4.0 as well. The solution is the same now as it was then, but since I had a new OS install I didn't recreate the fix. I had to add a registry key:
DisableMSI REG_DWORD value 0
It goes here: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer
The description for this key is here: http://msdn.microsoft.com/en-us/library/aa368304(VS.85).aspx
© Geeks with Blogs or respective owner