Problem installing

J

Jerry C

I am trying to install the Enterprise Library 4.1-October 2008 source code
(Enterprise Library 4.1 - October 2008 - Source Code) and I am getting:

The system administrator has set policies to prevent this installation.

I am in the local administrators account. I see lots of posts about but no
real solutions

when I right click the msi there is no run as administrator.

any help

Thank you
 
H

Hongye Sun [MSFT]

Hi Jerry,

Thanks for your post.

This is very likely to be a UAC problem. MSI are executed by msiexec.exe
and by default, it will not be run as adiministrator. In our test
environment, while setting up, it will pop up a UAC dialog to let you
choose allow or cancel. It seems that the dialog is not shown up in your
machine.

Please try the following methods:

1. Turn off UAC on your machine (The following steps works in Vista)
Go to control panel -> User Accounts -> Turn User Account Control on or off
-> Disable use UAC setting -> restart machine
Then please have a try and check if the problem exists.

2. Run MSI in command line
Open cmd -> type: runas /user:<UserName> "msiexec /i <MSI path>" -> Type
password of the user -> Run MSI

Please let us know if they work for you. Thanks.

Regards,
Hongye Sun ([email protected], remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within?2 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions. Issues of this
nature are best handled working with a dedicated Microsoft Support Engineer
by contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
H

Hongye Sun [MSFT]

Hi Jerry,

Have you tried the two methods which I mentioned in my last reply? If you
have any question regarding them, please do not hesitate to contact me.
Thanks.

Regards,
Hongye Sun ([email protected], remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top