Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Unable to install MSI file on Vista Home Premium

Reply
Thread Tools Display Modes

Unable to install MSI file on Vista Home Premium

 
 
Jordan
Guest
Posts: n/a

 
      10-30-2007
I'm trying to install the Linq preview msi file, but it keeps saying
"The system administrator has set policies to prevent this
installation."

Why can I not perform an install on my on PC?? This is MY home
computer; I AM the administrator.

I've been trying to resolve this for a few evenings on my own and I'm
really frustrated that Microsoft's idea of security is to take away my
rights as the user.

Jordan

 
Reply With Quote
 
 
 
 
Malke
Guest
Posts: n/a

 
      10-31-2007
Jordan wrote:
> I'm trying to install the Linq preview msi file, but it keeps saying
> "The system administrator has set policies to prevent this
> installation."
>
> Why can I not perform an install on my on PC?? This is MY home
> computer; I AM the administrator.
>
> I've been trying to resolve this for a few evenings on my own and I'm
> really frustrated that Microsoft's idea of security is to take away my
> rights as the user.


Have you tried right-clicking on the installation file and choosing "Run
as administrator"? If not, please try that. The Administrator account is
different in Vista than it was in XP.


Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User
 
Reply With Quote
 
Jordan
Guest
Posts: n/a

 
      10-31-2007
> Have you tried right-clicking on the installation file and choosing "Run
> as administrator"? If not, please try that. The Administrator account is
> different in Vista than it was in XP.
>
> Malke


Malke,

Right clicking the msi file does not yield a "Run as administrator"
option. That was my first thought as well. Any other ideas?

Thanks,
Jordan

 
Reply With Quote
 
Jane C
Guest
Posts: n/a

 
      10-31-2007
Hi Jordan,

Can you run regedit.exe (right-click and run it as Admin) and check the
following key:
HKEY_LOCAL_MACHINE > Software > Policies > Microsoft > Windows > Installer

If DisableUserInstalls has a value of 1, change it to 0 (zero) by
right-clicking on it and selecting Modify data.

Do you have any 3rd party security software that has file-protection
capabilities or similar?

--
Jane, not plain 64 bit enabled :-)
Batteries not included. Braincell on vacation ;-)
MVP Windows Shell/User

"Jordan" <> wrote in message
news: oups.com...
> Malke,
>
> Right clicking the msi file does not yield a "Run as administrator"
> option. That was my first thought as well. Any other ideas?
>
> Thanks,
> Jordan
>


 
Reply With Quote
 
Jordan
Guest
Posts: n/a

 
      10-31-2007
> Can you run regedit.exe (right-click and run it as Admin) and check the
> following key:
> HKEY_LOCAL_MACHINE > Software > Policies > Microsoft > Windows > Installer


Jane, I do not have an entry for Installer.

> Do you have any 3rd party security software that has file-protection
> capabilities or similar?


The only third party software I'm running is my virus scanner.

jordan

 
Reply With Quote
 
Adam Leinss
Guest
Posts: n/a

 
      10-31-2007
Jordan <> wrote in
news: oups.com:

> Right clicking the msi file does not yield a "Run as
> administrator" option. That was my first thought as well. Any
> other ideas?


Elevate a command prompt, then type "msiexec /i
name_of_the_program.msi". It should install the MSI with elevated
rights.

Adan
 
Reply With Quote
 
Jordan
Guest
Posts: n/a

 
      11-01-2007
On Oct 31, 2:13 pm, Adam Leinss <alei...@hotmail.com> wrote:
> Jordan <jnm...@hotmail.com> wrote innews: groups.com:
>
> > Right clicking the msi file does not yield a "Run as
> > administrator" option. That was my first thought as well. Any
> > other ideas?

>
> Elevate a command prompt, then type "msiexec /i
> name_of_the_program.msi". It should install the MSI with elevated
> rights.
>
> Adan


It still returns the same message. Any other ideas?

Jordan

 
Reply With Quote
 
Jordan
Guest
Posts: n/a

 
      11-01-2007
On Oct 31, 2:13 pm, Adam Leinss <alei...@hotmail.com> wrote:
> Jordan <jnm...@hotmail.com> wrote innews: groups.com:
>
> > Right clicking the msi file does not yield a "Run as
> > administrator" option. That was my first thought as well. Any
> > other ideas?

>
> Elevate a command prompt, then type "msiexec /i
> name_of_the_program.msi". It should install the MSI with elevated
> rights.
>
> Adan


On a whim I re-downloaded the msi file. It is installing as I type
this.

<shrugs>

Jordan

 
Reply With Quote
 
Dave Scott
Guest
Posts: n/a

 
      11-12-2007
Your idea is good, but you need to run msiexec/a

"Adam Leinss" wrote:

> Jordan <> wrote in
> news: oups.com:
>
> > Right clicking the msi file does not yield a "Run as
> > administrator" option. That was my first thought as well. Any
> > other ideas?

>
> Elevate a command prompt, then type "msiexec /i
> name_of_the_program.msi". It should install the MSI with elevated
> rights.
>
> Adan
>

 
Reply With Quote
 
Andrew McLaren
Guest
Posts: n/a

 
      11-13-2007
"Dave Scott" <> wrote...
> Your idea is good, but you need to run msiexec/a
>> > Right clicking the msi file does not yield a "Run as
>> > administrator" option. That was my first thought as well. Any
>> > other ideas?

>> Elevate a command prompt, then type "msiexec /i
>> name_of_the_program.msi". It should install the MSI with elevated
>> rights.


I'm not sure that's correct.

"msiexec /a" performs an "administrative" install. But it doesn't grant any
additonal permissions or rights on the install process.

An "administrative install" is an installation to a shared network location,
so that individual machines can then install the application locally from
the network.

To install an MSI file "as administrator", you need to run Msiexec from a
Command Prompt running "as administrator", as Adam Leinss correctly notes.
This applies whether you're doing an administrative install or a normal
install. If you want to install the MSI package on a single machine, then
the "/a" paramter is unnecessary, and probably incorrrect.

If (and only if) the MSI package is configured to request elevation, you can
run the MSI as a normal user, and it will cause the UAC Consent prompt to be
displayed. If the MSI package does not request elevation (eg it is not
UAC-aware), then it will fail with an "access denied" error, if it tries to
updates protected regions of the system (C:\Program Files,
HKEY_LOCAL_MACHINE, etc).

Yes, the terminology is *very* confusing here . The "administrative
install" usage has been around since the early days of the ACME installer,
c1993 or before. Long before Windows had an "Administrator" user.

--
Andrew McLaren
amclar (at) optusnet dot com dot au


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to access network panel in Vista home premium 32-bit Rex Windows Vista Networking 3 02-17-2011 02:17 PM
Vista Home Premium Install Hangs At Completing. (Clean Install) Serges2K Windows Vista Installation 2 05-05-2010 02:38 PM
Unable to install Vista Home Premium on a large drive p1n6w3n Windows Vista Installation 2 10-31-2007 04:09 PM
Unable to install Vista Home Premium blade0r Windows Vista Installation 0 02-22-2007 05:41 AM
Can't Install Vista Home premium upgrade - "can't install a file and quits vincen11@msu.edu Windows Vista Installation 3 02-21-2007 01:10 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59