Re: ???Version Numbers for SMS 2003 Advanced Client and SMS 2003 SP1 Advanced Client???
From: Kim Oppalfens (kim_at_computacenter.nospam)
Date: 12/27/04
- Next message: Jed Dunn: "Re: Remote Control Agent NOT FOUND - Cannot be that worst rite."
- Previous message: Ercüment ARI: "Re: ???Version Numbers for SMS 2003 Advanced Client and SMS 2003 SP1 Advanced Client???"
- In reply to: Ercüment ARI: "Re: ???Version Numbers for SMS 2003 Advanced Client and SMS 2003 SP1 Advanced Client???"
- Next in thread: Ercüment ARI: "Re: ???Version Numbers for SMS 2003 Advanced Client and SMS 2003 SP1 Advanced Client???"
- Reply: Ercüment ARI: "Re: ???Version Numbers for SMS 2003 Advanced Client and SMS 2003 SP1 Advanced Client???"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 27 Dec 2004 13:59:00 +0100
This is one of the scripts that has been posted to the newsgroup to do
what you want:
Just copy this to a text file called inccache.vbs and distribute it with
sms to all Advanced clients.
On Error Resume Next
Dim nValueToCheck
Dim nValueToSet
Dim oUIResource
Dim oCache
Set oUIResource = CreateObject("UIResource.UIResourceMgr")
Set objCacheInfo = oUIResource.GetCacheInfo
nValueToCheck = 250
nValueToSet = 1000
' Set the cache size if it's less than or equal to 250
if objCacheInfo.TotalSize <= nValueToCheck then
objCacheInfo.TotalSize = nValueToSet
end if
Kim
In article <evFGmKB7EHA.3700@tk2msftngp13.phx.gbl>,
ercumentari@hotmail.com says...
> Thank u very much for your response Kim,
>
> I've last question, u know SP2 is about 375Mb package , and i thought that
> the clients should download from the DP and then install the XP SP2 to their
> local machine ,
>
> Client's default download cache ( Temporary Prog. Download Folder) size is
> 250 Mb, if i upgrade the client i think it will stay the same 250Mb size, so
> is there a ready script (i've looked the SDK ) or .sms file for to increase
> the cache size?
>
> I thought that if i put "SMSCACHESIZE=500 at the end of "CCMSETUP.exe
> SMSSITECODE=AUTO " command line at the package of "Advanced Client Silent
> Upgrade Program Properties" ,
> it would work; as a result of it this is upgrading the Client to SP1 but the
> Client Cache Size Remains again by default "250Mb" ,
> What am i doing wrong?
>
> Thank u very much for your helps...
>
>
>
> "Kim Oppalfens" <kim@computacenter.nospam> wrote in message
> news:MPG.1c39e15d3d1e2720989a63@msnews.microsoft.com...
> >
> > 1) Right.
> > 2) No, you specify that it does have source files and you browse to \sms
> > \client\i386 on whatever drive sms is installed.
> >
> > Kim
> > In article <e8e8oX66EHA.2180@TK2MSFTNGP10.phx.gbl>,
> > ercumentari@hotmail.com says...
> > > I've got 2 questions:
> > > ******************************************
> > > Q1)
> > >
> > > Am i right about the Advanced Client Versions?
> > >
> > > SMS 2003 Advanced Client:
> > > 2.50.2726.0718
> > >
> > > SMS 2003 Advanced Client with SP1 :
> > > 2.50.3174.1018
> > > *******************************************
> > > And another VERY IMPORTANT QUESTION please:
> > > Q2)
> > >
> > > I've upgraded my SMS 2003 to SMS 2003 SP1...
> > > But i have NOT upgraded my clients to SP1...
> > > So , when i want to upgrade them and prepare a new package from SMS/Site
-- Kim Oppalfens Proud father of Lennart Oppalfens Since 05/11/2004 08.53 GMT+1
- Next message: Jed Dunn: "Re: Remote Control Agent NOT FOUND - Cannot be that worst rite."
- Previous message: Ercüment ARI: "Re: ???Version Numbers for SMS 2003 Advanced Client and SMS 2003 SP1 Advanced Client???"
- In reply to: Ercüment ARI: "Re: ???Version Numbers for SMS 2003 Advanced Client and SMS 2003 SP1 Advanced Client???"
- Next in thread: Ercüment ARI: "Re: ???Version Numbers for SMS 2003 Advanced Client and SMS 2003 SP1 Advanced Client???"
- Reply: Ercüment ARI: "Re: ???Version Numbers for SMS 2003 Advanced Client and SMS 2003 SP1 Advanced Client???"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|