Educational Software Thread, Anyone deployed Sibelius 7.1 over a network? in Technical; We're updating our siblius 5 installs to V7.1 - and it looks like its going to be a pig of ...
-
9th July 2012, 02:29 PM #1 Anyone deployed Sibelius 7.1 over a network?
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!
-
-
IDG Tech News
-
9th July 2012, 03:44 PM #2 Can you re-image the computers with the software installed?
-
-
9th July 2012, 04:03 PM #3 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!
-
-
9th July 2012, 04:03 PM #4 Fire up regedit, goto HKLM\Software\Microsoft\WIndows\CurrentVersion\Uni nstall 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
-
-
9th July 2012, 04:10 PM #5 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!
-
-
9th July 2012, 04:23 PM #6
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
Code:
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.
Code:
msiexec.exe /x {11B677BC-75DC-42AB-8FF1-034E93FD0C56} /qn
Last edited by FN-GM; 9th July 2012 at 04:24 PM.
-
-
9th July 2012, 08:29 PM #7 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?
Last edited by Cache; 9th July 2012 at 08:30 PM.
-
-
10th July 2012, 08:09 AM #8 
Originally Posted by
Sheridan
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"
-
-
10th July 2012, 08:33 AM #9 
Originally Posted by
Sheridan
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
-
-
10th July 2012, 08:52 AM #10 I think 7.1.2 now supports XP - after public demand!
-
-
10th July 2012, 11:06 AM #11 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!
-
-
25th July 2012, 10:02 AM #12 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?
-
-
25th July 2012, 03:52 PM #13 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?
-
-
26th July 2012, 09:02 PM #14 
Originally Posted by
clareq
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.
-
-
27th July 2012, 09:48 AM #15 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: Code:
[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.
-
SHARE: 
Similar Threads
-
By enjay in forum Educational Software
Replies: 4
Last Post: 3rd October 2011, 02:25 PM
-
By bondbill2k2 in forum How do you do....it?
Replies: 2
Last Post: 14th March 2011, 03:43 PM
-
By indiegirl in forum Wireless Networks
Replies: 15
Last Post: 4th November 2005, 10:21 AM
-
By ICTNUT in forum How do you do....it?
Replies: 0
Last Post: 23rd July 2005, 09:15 AM
-
By eejit in forum Windows
Replies: 34
Last Post: 1st July 2005, 09:23 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules