GoodheadDC Posted August 16, 2013 Posted August 16, 2013 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
robjduk Posted August 16, 2013 Posted August 16, 2013 (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 August 16, 2013 by robjduk
Rizzo Posted August 16, 2013 Posted August 16, 2013 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
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