Sparta6 Posted December 7, 2017 Posted December 7, 2017 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
Norphy Posted December 7, 2017 Posted December 7, 2017 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. 3
Sparta6 Posted December 7, 2017 Author Posted December 7, 2017 Now saying the wizard was interrupted before could be completely installed once it trys to install the software?
newpersn Posted December 7, 2017 Posted December 7, 2017 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.
Shadow_Walker Posted December 7, 2017 Posted December 7, 2017 I am having the exact same issue when deploying smartnotebook 11.4 to windows 10 machines. Get the same errors as you as well.
Sparta6 Posted December 7, 2017 Author Posted December 7, 2017 i used the web installer instead and it worked fine
Shadow_Walker Posted December 7, 2017 Posted December 7, 2017 i used the web installer instead and it worked fine Have you got a link to it?
PyROm Posted December 7, 2017 Posted December 7, 2017 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. 1
Shadow_Walker Posted December 8, 2017 Posted December 8, 2017 i used the web installer instead and it worked fine Would you be able to send me the link to it as need it for a couple of teachers.
denzal2k4 Posted December 8, 2017 Posted December 8, 2017 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.
johnwheatley Posted September 7, 2018 Posted September 7, 2018 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.
Oaktech Posted September 7, 2018 Posted September 7, 2018 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now