Jump to content

Recommended Posts

Posted

Hi All,

 

As I have not be allowed to use the new solus yet how has anyone pushed out SIMS via sccm? I could add the sims setup folder but seems like a lot of pointless files being copied. Can I Just put the sims application setup in a folder and grab the content of that and script an install?

 

Thanks :)

 

Ross

Posted
Hi All,

 

As I have not be allowed to use the new solus yet how has anyone pushed out SIMS via sccm? I could add the sims setup folder but seems like a lot of pointless files being copied. Can I Just put the sims application setup in a folder and grab the content of that and script an install?

 

Thanks :)

 

Ross

 

Run the exes (application, ampark, manual) via a TS.

Posted
That will do the trick for a freshly new imaged machine but its more for when an update is released.

 

Same for updates.

 

Sometimes the updates don't use all of the exes, but you can check by seeing the file dates in the updated folder on the SIMS server.

Posted

This sims silent installer works if thats any use?

 

@echo off
net use s: "\\server\sims$"
s:
cls
echo.*****************************************************************************
echo.***************************************************************************** 
echo.**************Installing Sims Please wait for wait for*********************** 
echo.***************this Window to close before continuing************************
echo.*****************************************************************************
echo.***************************************************************************** 

s:\sims\Setups\SIMSInfrastructureSetup.exe -a {QuietMode}

s:\sims\Setups\SIMSapplicationsetup.exe /s {QuietMode} {NoServerApps} [sIMSDirectory]="s:\SIMS\" [sIMSDotNetDirectory]="C:\Program Files\SIMS\SIMS .net"

s:\sims\Setups\SIMSMAnualSetup.exe /s {QuietMode} {NoServerManuals} [sIMSDirectory]="s:\SIMS\" [sIMSDotNetDirectory]="C:\Program Files\SIMS\SIMS .net" 

s:\sims\Setups\SIMSAMPARKSetup.exe /s {QuietMode} {NoServerApps} [sIMSDirectory]="s:\SIMS\" [sIMSDotNetDirectory]="C:\Program Files\SIMS\SIMS .net"

xcopy "S:\sims\setups\installscriptfiles\connect.ini" "c:\program files\sims\sims .net\" /h /y
xcopy "S:\sims\setups\installscriptfiles\sims.ini" "C:\WINDOWS\" /h /y
net use s: /d /y 

  • Thanks 2
Posted

Worth a shot ill just have the content of the script folder and run that script.

This sims silent installer works if thats any use?

 

 

@echo off
net use s: "\\server\sims$"
s:
cls
echo.*****************************************************************************
echo.***************************************************************************** 
echo.**************Installing Sims Please wait for wait for*********************** 
echo.***************this Window to close before continuing************************
echo.*****************************************************************************
echo.***************************************************************************** 

s:\sims\Setups\SIMSInfrastructureSetup.exe -a {QuietMode}

s:\sims\Setups\SIMSapplicationsetup.exe /s {QuietMode} {NoServerApps} [sIMSDirectory]="s:\SIMS\" [sIMSDotNetDirectory]="C:\Program Files\SIMS\SIMS .net"

s:\sims\Setups\SIMSMAnualSetup.exe /s {QuietMode} {NoServerManuals} [sIMSDirectory]="s:\SIMS\" [sIMSDotNetDirectory]="C:\Program Files\SIMS\SIMS .net" 

s:\sims\Setups\SIMSAMPARKSetup.exe /s {QuietMode} {NoServerApps} [sIMSDirectory]="s:\SIMS\" [sIMSDotNetDirectory]="C:\Program Files\SIMS\SIMS .net"

xcopy "S:\sims\setups\installscriptfiles\connect.ini" "c:\program files\sims\sims .net\" /h /y
xcopy "S:\sims\setups\installscriptfiles\sims.ini" "C:\WINDOWS\" /h /y
net use s: /d /y 

Posted

Thanks for the advice got it working a treat now :)

 

Got it to check the date of pulsar.exe and if its greater than 18/March then it won't run the install. Gotta love SCCM 2012 :)

 

Ross

  • 1 year later...
Posted
Thanks for the advice got it working a treat now :)

 

Got it to check the date of pulsar.exe and if its greater than 18/March then it won't run the install. Gotta love SCCM 2012 :)

 

Ross

@Rozzer

How did you get the check to work? Did you have to setup the script in an msi as i found the supersede will only work with applications and not programs

  • 2 months later...
  • 2 weeks later...
Posted
Is it not easier to allow end users to update SIMS on their own?

 

This is what I do via the Software Centre, which runs the installers again silently (it auto updates the package from ...\sims\setups

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