Skip to content

Instantly share code, notes, and snippets.

@hagatorn
Last active July 8, 2016 11:16
Show Gist options
  • Save hagatorn/7261e57d4a1790802291d1cd120bc26e to your computer and use it in GitHub Desktop.
Save hagatorn/7261e57d4a1790802291d1cd120bc26e to your computer and use it in GitHub Desktop.
#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