Jump to content

Recommended Posts

Posted
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
Posted
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?

Posted
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
Posted

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=

  • Thanks 1
Posted
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.

  • Thanks 1
Posted

@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!!

Posted (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 by lollettuk
  • 4 months later...
Posted
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"

Posted
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"
Posted

Would need to deploy\install\create the database first

 

Discover.Setup.Server.Console.exe --DeployDatabase --SQLSERVER="%SIMSSQLSERVER%" --DATABASENAME="Discover" --SQLACCOUNT="sa" --SQLPASSWORD="%sapass%"

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...