Managed configuration
Hi!
We would like to push a managed configuration for musescore to apply basic settings such as save directory, automatic updates etc.
I did found a file within %appdata% which contains mose of the above information, however i have no clue what the values actually means.
Is there some sort of documentation available for us to fall back to?
Thanks in advance.
- Luuk
Comments
You mean %AppData%/MuseScore/MuseScore3.ini? It is documented in the source code only, but fairly straight forward, so I'm not sure a 'real' documentation is needed? Most (if not all) of the options there reflect settings from Edit > Preferences and which it which seems pretty obvious
In reply to You mean %AppData%/MuseScore… by Jojo-Schmitz
Yes, thats the file i meant. There are some lines for save options in there of which im not entirely sure what they do.
Also, we are rolling out through zenworks, this means every machine which opens the programs runs it from a share, this is why i dont want any questions at start up of the program.
In reply to Yes, thats the file i meant… by Luukwa
Which ones you need to know more about?
In reply to Which ones you need to know… by Jojo-Schmitz
Basicly how to disable all the start prompts, to save at a network share (users home folder is located on a share) and also disable auto updates.
In reply to Basicly how to disable all… by Luukwa
[application]
startup\firstStart=false
paths\myScores=your network share
[ui]
application\startup\checkUpdate=true
In reply to [application] startup… by Jojo-Schmitz
Thanks, i will try this out some time next week.
Will post if need more assistance.
In reply to [application] startup… by Jojo-Schmitz
Hi!
One more question; as of now the save location is set to my profile's location, which is not what we want.
We want a seperate save location for each user who logs in the to shared laptop.
Is this possible with some sort of payload like %userprofile% ?
In reply to Hi! One more question; as of… by Luukwa
when in doubt, try it out ;-)
[application]
paths\myScores=%userprofile%/...
Either set it that way directly in the ini file, or create an individual ini file for every user and set it there