Jump to content

Recommended Posts

Posted

I'm trying to deploy Sibelius 6 out via a batch file.

 

I have put in this obviously with our key in.

 

"\\deanclose\dfsdeployment\Software\Common Software\MSI\Sibelius 6\Sibelius\Setup.exe"

/SERIAL=SCEWxxxxxxxxxxxxxx /LSINFO=192.168.7.187:7312 /NOCANCEL /NORESTART /ALLUSERS /VERYSILENT

 

I get unknown error and I think is to do with the silent switch, but this is what they say to use.

 

any ideas

Posted (edited)

Although I install it a different way now (When we build the station using MDT 2012 we install it as an application), here is the script I used to use successfully obviously running it from a command prompt pointed at the .exe's location.

 

Sibelius62Installer.exe /SERIAL=SCMM****************/LSINFO=10.33.88.29 /SILENT

Edited by robjduk
Posted

Try this. I use the msi file, works for us.

 

msiexec.exe /i "SibeliusEnglishInstaller.msi" SERIAL=scewXXXXXXXXXXXX LSINFO=server.domain.local /qb ALLUSERS=2 REBOOT=ReallySuppress

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...