I can not install Version 2.0.3 on my windows10 PC
When I install Version 2.0.3 on my windows10 PC , at the step of Destination Folder, it always say "Installation directory must on a local hard drive." But my Destination Folder is "C:\Program Files (x86)\MuseScore 2\". Why?
Comments
I guess the installation of the program with admin permissions should work (i.e. rightclick "run as administrator")
In reply to I guess the installation of by kuwitt
Thanks for your reply. I try it, but I can not find "run as administrator", because it is a '.msi' file.
In reply to Thanks for your reply. I try by liruiwen
Maybe something like this is helpful:
https://www.youtube.com/watch?v=GEJpN-05Cvo
In reply to Maybe something like this is by kuwitt
Thank you very much. I can install it Under the guidance of video.
In reply to Thanks for your reply. I try by liruiwen
Another option is to add an entry to the context menu via regedit.
---.reg-file---
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Msi.Package\shell\runas]
@="Install as &administrator"
[HKEY_CLASSES_ROOT\Msi.Package\shell\runas\command]
@="msiexec /i \"%1\""
---.reg-file---
After that just do a right-click on the msi file and select "Install as administrator'