Rozzer Posted April 17, 2012 Posted April 17, 2012 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
Theblacksheep Posted April 17, 2012 Posted April 17, 2012 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.
Rozzer Posted April 17, 2012 Author Posted April 17, 2012 That will do the trick for a freshly new imaged machine but its more for when an update is released.
Theblacksheep Posted April 17, 2012 Posted April 17, 2012 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.
FN-GM Posted April 17, 2012 Posted April 17, 2012 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 2
Rozzer Posted April 17, 2012 Author Posted April 17, 2012 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
Rozzer Posted April 17, 2012 Author Posted April 17, 2012 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
deano Posted May 13, 2013 Posted May 13, 2013 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
eejit Posted August 13, 2013 Posted August 13, 2013 @Rozzer I'd also like to know how you set up this part if you have time Thanks!
Sam_Brown Posted August 22, 2013 Posted August 22, 2013 Is it not easier to allow end users to update SIMS on their own?
TheScarfedOne Posted August 22, 2013 Posted August 22, 2013 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
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