DEfrostphone Posted March 20, 2012 Posted March 20, 2012 Is there any way of doing a silent install of the Discovery client to workstations Thanks
3s-gtech Posted March 20, 2012 Posted March 20, 2012 SOLUS3 can do it I believe, from the deployment server.
DEfrostphone Posted March 20, 2012 Author Posted March 20, 2012 SOLUS isn't install on the server. I can't install it as it's the LEA who has the support contract for sims, and they just say install on each Curr pc, but with 4 schools with around 200 client that need it on thats thats a lot of time
matt40k Posted March 20, 2012 Posted March 20, 2012 SOLUS isn't install on the server. I can't install it as it's the LEA who has the support contract for sims, and they just say install on each Curr pc, but with 4 schools with around 200 client that need it on thats thats a lot of time Go back and think about this. Discover is designed for SMT and heads of departments, not ever member of staff. Use SOLUS3 otherwise, however are you going to upgrade it?
DEfrostphone Posted March 20, 2012 Author Posted March 20, 2012 I agree but the schools have all been told by the lea that the staff will benefit from using it and hence it need to go on the machines which the teacher’s use. If you look at the spec you can tell it’s meant for just a few machines but troubles is I have to do what they want, hence looking at the easiest way of doing it
MacGeek Posted March 20, 2012 Posted March 20, 2012 Yes its very easy actually. If you look in the manual on the CD it has the full switches but from memory it is SIMSDiscoverClientInstal.msi /quiet /DiscoverDatabase= /SIMSDatabase= /DiscoverServer= /DiscoverDatabase= 1
matt40k Posted March 20, 2012 Posted March 20, 2012 I agree but the schools have all been told by the lea that the staff will benefit from using it and hence it need to go on the machines which the teacher’s use. If you look at the spec you can tell it’s meant for just a few machines but troubles is I have to do what they want, hence looking at the easiest way of doing it So the LA saying to manually install it on 200 workstations?!? Wonder if they'll manage it for you too for a few ££ a year. 1
DEfrostphone Posted March 20, 2012 Author Posted March 20, 2012 @MacGeek - Thanks, for the command line options, if we had a CD with the manual on it will be much easier. But since local authority just put the files on the server we don't get to see any of the useful stuff. If you have chance tomorrow, could you just check what the command line options are and post them on here please @matt - To be honest the local authority isn't the brightest, I had to explain to the guy who came out that you could do a silent installation for sims.net as he expected me to go around each curr machine and run the installer, and was surprised that you were able to do that!!
vikpaw Posted March 21, 2012 Posted March 21, 2012 @DEfrostphone - where do you get the Discover files from? Do you have access to SupportNet http://support.capitaes.co.uk/user/home.asp ? If not you should register. Lots of manuals there and software downloads.
lollettuk Posted March 22, 2012 Posted March 22, 2012 (edited) Unless you need to use Group Policy / Deployment Server...We are rolling out now and to be honest you don't actually need to run the install at all just copy the "C:\Program Files\SIMS\Discover Client" folder (from a working workstation) straight to another machine. You then simply drop an icon (or a copy of the Discover Start Menu Folder) as well and you're done! Edited March 22, 2012 by lollettuk
kearton Posted August 2, 2012 Posted August 2, 2012 If you look in the manual on the CD it has the full switches but from memory it is SIMSDiscoverClientInstal.msi /quiet /DiscoverDatabase= /SIMSDatabase= /DiscoverServer= /DiscoverDatabase= From the 'Discover Technical Guide' (not the 'Discover Typical Installation Guide'): The client installer has the following command line properties: INSTALLDIR - The installation directory (Defaults to %ProgramFiles%\SIMS\Discover Client) SQLSERVER - The SQL Server instance that hosts the Discover database. DATABASENAME - The name of the Discover database. SIMSQLSERVER - The SQL Server instance that hosts the SIMS database. SIMSDATABASENAME - The name of the SIMS database. e.g SIMSDiscoverClient.msi /quiet /log %TEMP%\client.log INSTALLDIR="C:\DiscoverClient" SQLSERVER="SRVR\SQLEXPRESS" DATABASENAME="Discover" SIMSSQLSERVER="SRVR\SQLEXPRESS" SIMSDATABASENAME="SIMS"
pubgrub277 Posted August 2, 2012 Posted August 2, 2012 Im strugeling with the server install as command line. anyone got that working. Client works fine with script form @kearton
matt40k Posted August 2, 2012 Posted August 2, 2012 msiexec /i SIMSDiscoverServer.msi /quiet /log output.log INSTALLDIR="%ProgramFiles%\SIMS\Discover Services" SQLSERVER="%SIMSSQLSERVER%" DATABASENAME="Discover" SIMSSQLSERVER="%SIMSSQLSERVER%" SIMSDATABASENAME="%SIMSDATABASENAME%" TRUSTEDCONNECTION=0 SQLACCOUNT="sa" SQLPASSWORD="%SAPASS%" DATATRANSFERSCHEDULEDTASKTIME="13:15:00" USERSYNCSCHEDULEDTASKTIME="13:17:00" DATATRANSFERSERVICEACCOUNT="NT AUTHORITY\SYSTEM" GROUPSYNCSERVICEACCOUNT="NT AUTHORITY\SYSTEM"
pubgrub277 Posted August 2, 2012 Posted August 2, 2012 thanks @matt40k thats what i have but i keep getting a fail. Discover.SQLusermanager.console stops working. Any ideas?
matt40k Posted August 2, 2012 Posted August 2, 2012 Would need to deploy\install\create the database first Discover.Setup.Server.Console.exe --DeployDatabase --SQLSERVER="%SIMSSQLSERVER%" --DATABASENAME="Discover" --SQLACCOUNT="sa" --SQLPASSWORD="%sapass%"
pubgrub277 Posted August 2, 2012 Posted August 2, 2012 ive done that @matt40k. i've even tried using discover2 as the DB name to ensure deployment of a new one. still getting the same error.
pubgrub277 Posted August 2, 2012 Posted August 2, 2012 Sorry to waste your time @matt40k PICNIC error effecting the script. Ive seen my error with sims DB name. ......i'll get my coat
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