Sheridan Posted July 9, 2012 Posted July 9, 2012 We're updating our siblius 5 installs to V7.1 - and it looks like its going to be a pig of a job. It looks like you have to manually uninstall V5 and then install V7.1 from scratch. Thats not too bad in itself but V7 comes on 4 DVDs and the install (with the content discs) is 35Gb or more! It doesn't seem to have any option to create an 'admin' install, so has anyone managed to deploy this software across a network? I don't fancy visiting 40 odd PCs and Macs with a stack of CDs and waiting 3 hours for each install!
Bengual Posted July 9, 2012 Posted July 9, 2012 Can you re-image the computers with the software installed?
Sheridan Posted July 9, 2012 Author Posted July 9, 2012 Not really - a lot of XP machines with different hardware so we'd have to create multiple images! Not worth it for one bit of software. Maybe I'll just tell them its not compatible!
K.C.Leblanc Posted July 9, 2012 Posted July 9, 2012 Fire up regedit, goto HKLM\Software\Microsoft\WIndows\CurrentVersion\Uninstall and then search for sibelius. There will be an entry for it. Once you've found it you can look up the uninstall string with any luck this can easily be adapted to give a silent uninstall that can be used in a script. It would also seem that Avid do have silent install instructions for Sibelius 7. How to install Sibelius silently on Windows
Sheridan Posted July 9, 2012 Author Posted July 9, 2012 Its not so much a silent install I'm after - its an admin one that installs with all the extra sounds that come one 3 dvds! You can install the sounds on a server and use a registry hack to point to that, but I was looking for a simple way to install everything locally. The Uninstall might work to get rid of V5 before we manually install V7 - saves a job!
FN-GM Posted July 9, 2012 Posted July 9, 2012 (edited) You can install the sounds on a server and use a registry hack to point to that, but I was looking for a simple way to install everything locally. I wouldnt do the server way it will put some strain on the network. you could use a robocopy script to copy them locally then the reg hack to point to the local folder. For robocopy use something like Robocopy "\\sourceserver\share" "C:\desinationfolder" /mir It will automatically create needed folders in the destination. For the uninstall of the old one you could get the Windows installer ID and use a script like this to remove it. The below is a sample we use to remove securus client. msiexec.exe /x {11B677BC-75DC-42AB-8FF1-034E93FD0C56} /qn Edited July 9, 2012 by FN-GM
Cache Posted July 9, 2012 Posted July 9, 2012 (edited) Not done it, but linked from that article @K.C.Leblanc linked to is this: Installing and using Sibelius Sounds across a network The regkey itself could then be easily installed manually, GPP or script deployed. Edit: neve mind, read you already did this. It does say within that document that it will only pull the sounds needed within the score though? Edited July 9, 2012 by Cache
kearton Posted July 10, 2012 Posted July 10, 2012 has anyone managed to deploy this software across a network? Yes (for v7 but should work with 7.1?): Sibelius702b8.exe /SERIAL=SCEWxxxxxxxxxxxxxxxx /LSINFO=LicenseServerIP:Port /SILENT (can also optionally add /NOCANCEL /NORESTART if required) Then I change a registry key to point to a network location for the sounds: [HKEY_LOCAL_MACHINE\SOFTWARE\Avid\Sibelius Sounds\Sibelius 7 Sounds\ContentPath] @="P:\\Music\\Sibelius 7 Sounds"
sonofsanta Posted July 10, 2012 Posted July 10, 2012 Not really - a lot of XP machines with different hardware so we'd have to create multiple images! Not worth it for one bit of software. Maybe I'll just tell them its not compatible! I think it might be anyway - I seem to recall that 7 requires Vista and up... or at least the discs they sent us do
Sheridan Posted July 10, 2012 Author Posted July 10, 2012 I think 7.1.2 now supports XP - after public demand!
Sheridan Posted July 10, 2012 Author Posted July 10, 2012 It looks like this might not be a problem anyway - Sibelius 7.1.2 doesn't recognise the sound card in our new PCs. I've tried their patch of copying over the portaudio_x64.dll but it still doesn't work. Getting really tired of software not working on bog standard PCs/Macs nowadays. Do these guys ever test anything anymore! This is a Windows 7 PC with a realtek sound card in it - you can't get more standard than that!
clareq Posted July 25, 2012 Posted July 25, 2012 When I install Sibelius 7.1 from the command line I get the message that Sibelius.exe is in use, and have to click Ignore to continue the install. When I run the install with the /silent switch I still get the message, however, when I use the RM console to deploy the package the message doesn't appear, but the install hangs at the point it should, if you see what I mean. I've tried copying the exe to the local hard drive and running it from there, so that each install is from it's own version of the file, but the message still appears. Any ideas?
clareq Posted July 25, 2012 Posted July 25, 2012 Someone kick me - I had renamed the install exe to Sibelius.exe, thinking that if an update came out it would be easier to update the RM package if the installer had a generic name. However, when running the installer the first thing it checks is whether sibelius is running, by looking for sibelius.exe! Renamed the file and it installed Now to look at permissions - it seems to need to run as an administrator before it will run as a user - or is that another stupid error on my part?
Chris_ Posted July 26, 2012 Posted July 26, 2012 Someone kick me - I had renamed the install exe to Sibelius.exe, thinking that if an update came out it would be easier to update the RM package if the installer had a generic name. However, when running the installer the first thing it checks is whether sibelius is running, by looking for sibelius.exe! Renamed the file and it installed Now to look at permissions - it seems to need to run as an administrator before it will run as a user - or is that another stupid error on my part? Have you managed to package it for use on an RM network? Were you able to import the Sibelius7Installer.msi straight into the RMMC? I've been trying today, not had much luck though.
clareq Posted July 27, 2012 Posted July 27, 2012 I now have it packaged for RM - just doing my final testing. I've created a CC3 style package containing the Sibelius installer exe, my ini file reads:[Package] exefile=sibeliusInstaller.exe addcommand=/LSINFO=xxx.xxx.xxx.xxx Description=Sibelius 7 I've added a permissions entry to allow write access to C:\ProgramData\Avid - at fist run licence information is written to that location. That's the part I'm testing now. 1
Darylrese Posted October 9, 2012 Posted October 9, 2012 Anyone get this working in the end? Im trying to find out the best way to deploy this across our network too and have the 3 DVD's worth of content to go with it!
JHLEHS Posted February 15, 2013 Posted February 15, 2013 Hoe do I unstinall Sibelius 7.1 with command switches? I have tried the following and it doesn't work it just runs the install. Sibelius713b77.exe /VERYSILENT Sibelius713677.exe /uninstall /SILENT
Gongalong Posted June 9, 2017 Posted June 9, 2017 Anyone get this working in the end? Im trying to find out the best way to deploy this across our network too and have the 3 DVD's worth of content to go with it! Too late I'm sure, but in case it helps anyone else... This is the guide for various versions of Sibelius. We're deploying Sibelius 7.1. I'm using the 7.1.3 full update, which includes the full install. I had to use /SILENT. Using /VERYSILENT did not install Sibelius properly. How to install Sibelius silently on Windows You have to copy the sounds from an installed and updated version, then copy them across to each install, and use a registry key to set the location, as per this guide. Installing and using Sibelius Sounds across a network
Snoochieboochies Posted June 9, 2017 Posted June 9, 2017 Do you need to install everything from the 3 DVDs? That sounds like a lot of bloatware to me.
Gongalong Posted June 9, 2017 Posted June 9, 2017 If you want the Sibelius sounds, yes. It's 35GB of sounds files, so not software as such.
Vasriel Posted June 9, 2017 Posted June 9, 2017 Do you need to install everything from the 3 DVDs? That sounds like a lot of bloatware to me. No, you can install it on one PC or a server and point the other PCs to it: Installing and using Sibelius Sounds across a network 1
Gongalong Posted June 9, 2017 Posted June 9, 2017 Ahhh, good idea! - - - Updated - - - Although potentially a lot of network traffic. Local's probably better, if you can spare the space.
Vasriel Posted June 9, 2017 Posted June 9, 2017 Ahhh, good idea! - - - Updated - - - Although potentially a lot of network traffic. Local's probably better, if you can spare the space. Yeah either way has its complications. It was 10 PCs for me, I've not had any reports of network bandwidth problems since I did it. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now