MSI Installer not properly installing
I'm trying to install MuseScore 2.0.1. I've downloaded the msi and have tried installing using msiexec /i "MuseScore.msi" /qn on my K1000. The software installs to a point but no desktop icons are created and no entry is in add/remove programs. Equally strange is the fact I'm using the same file on my K2000 as well as the command and that installs fine.
I'm not too sure what's going on here and am at a loss as to explain what's causing this weird result.
0 Comments
[ + ] Show comments
Answers (3)
Answer Summary:
Please log in to answer
Posted by:
oreillyr
9 years ago
Posted by:
jknox
9 years ago
A managed install out of the K1000 installs software using the LocalSystem account. By default, LocalSystem doesn't have admin rights or network access.
You can test if your software and command line can be installed with LocalSystem by attempting the install using psexec: https://support.software.dell.com/k1000-systems-management-appliance/kb/111788
If it installs there as expected, then it should install in a managed install or default kscript. If not, you would need to switch to an online kscript and use the runas feature to supply admin rights.
This link seems to imply that you will need administrator rights: https://musescore.org/node/11193
You can test if your software and command line can be installed with LocalSystem by attempting the install using psexec: https://support.software.dell.com/k1000-systems-management-appliance/kb/111788
If it installs there as expected, then it should install in a managed install or default kscript. If not, you would need to switch to an online kscript and use the runas feature to supply admin rights.
This link seems to imply that you will need administrator rights: https://musescore.org/node/11193
Posted by:
EdT
9 years ago
Top Answer
Try adding ALLUSERS=1 (all capitals) to the MSIEXEC command line, just before /qn. It may well be that the default for the MSI is to install for the current user which would result in no icons being installed amongst other issues. ALLUSERS set to 1 forces the install for all users of the computer and therefore the icons get installed into the public area rather than into the user profile. Also, the Add/Remove programs entry gets installed to the common area rather than to a user specific area.
Comments:
-
Worked like a charm, thank you very much for your help and thank you to others who also provided advice. - pntaylor 9 years ago