Jump to content

"you do not have sufficient privileges to complete this installation" Win10 home .msi


Recommended Posts

Posted

Hi All,

 

Have a windows 10 home edition machine trying to install smart notebook 11.4 and coming up with this error.

 

"you do not have sufficient privileges to complete this installation for all users of the machine. Logon as a administrator and then retry the installation"

 

The machine is not part of a domain or workgroup and the file is a .msi file . The machine only has one user account on it with admin rights when i right click there is no run as administrator option and create a shortcut and then go into properties then run as admininistrator section is greyed out.

 

anyone any ideas?

 

Thanks is advance

 

Danny

Posted

Can you open a command prompt as an administrator? If so, do so and type the following:

 

msiexec /i (path to MSI file)

 

It will then execute the MSI using the elevated credential.

  • Thanks 3
Posted

We have this smart notebook on our domain.

 

I added a reg fix to add "Run as Administrator" on an .MSI's right click.

 

Works a treat with Smart Notebook install.

Posted
I had this, copy the whole folder to local drive (mapped/unc wont work as drives/credentials not passed through) then run cmd as admin and put msi name in, dont need msiexec infront. if you havent got shortcut to cmd, so cant right click on it, run cmd as normal user and enter "runas /user:administrator cmd" this will ask you for local admin password then give you administrator cmd window.
  • Thanks 1
Posted
I had this, copy the whole folder to local drive (mapped/unc wont work as drives/credentials not passed through) then run cmd as admin and put msi name in, dont need msiexec infront. if you havent got shortcut to cmd, so cant right click on it, run cmd as normal user and enter "runas /user:administrator cmd" this will ask you for local admin password then give you administrator cmd window.

 

Had the same thing, copy the files locally and it should work.

  • 8 months later...
Posted

I had the same problem. Create a local administrator account - the simplest way is elevated CMD and type: net user administrator /active:yes

then type:

net user administrator password (where the password is the password of your choice)

 

Then logon local PC with the administrator account.

Posted
I've just been using the msiexec option from and elevated command prompt. As long as I enclose the UNC in quotes I can run it directly from a UNC path.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...