Last active
July 8, 2016 11:16
-
-
Save hagatorn/7261e57d4a1790802291d1cd120bc26e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#installers | |
.\Sibelius712b46.exe" /LSINFO=calf /VERYSILENT /SUPPRESSMSGBOXES | |
.\Sibelius713b77Update.exe" /LSINFO=calf /VERYSILENT /SUPPRESSMSGBOXES | |
#instrument files and reg mod. | |
$localPath = "C:\YOUR\PATH" | |
copy-item -Path "$installerPath\Sibelius 7 Sounds" -Destination $localPath -Recurse | |
# Sibelius Sounds Update must be run manually following silent install as it is not possible to suppress user interation | |
.\Sibelius7SoundsUpdate712.exe | |
#Reg. Mod. to be done after update | |
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Avid\Sibelius Sounds\Sibelius 7 Sounds\ContentPath' -Value $localPath -Name "(Default)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment