Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computer Certification > MCSE > Office Updates

Reply
Thread Tools

Office Updates

 
 
=?Utf-8?B?c3RyeWRlcg==?=
Guest
Posts: n/a
 
      10-11-2004
Does anyone know of a way to deploy MS Office updates across a domain? I
know you can use SUS for OS updates, but I would like to be able to update
Office this way as well.

Thanks!
 
Reply With Quote
 
 
 
 
Dragon
Guest
Posts: n/a
 
      10-11-2004
Is login script an option?


"stryder" <> wrote in message
news:C582B8F8-C006-4A94-882A-...
> Does anyone know of a way to deploy MS Office updates across a domain? I
> know you can use SUS for OS updates, but I would like to be able to update
> Office this way as well.
>
> Thanks!



 
Reply With Quote
 
 
 
 
=?Utf-8?B?c3RyeWRlcg==?=
Guest
Posts: n/a
 
      10-11-2004
Yes, any suggestions? Would it be a login script implemented via GPO that
automatically installs the update(s)?

"Dragon" wrote:

> Is login script an option?
>
>
> "stryder" <> wrote in message
> news:C582B8F8-C006-4A94-882A-...
> > Does anyone know of a way to deploy MS Office updates across a domain? I
> > know you can use SUS for OS updates, but I would like to be able to update
> > Office this way as well.
> >
> > Thanks!

>
>
>

 
Reply With Quote
 
Dragon
Guest
Posts: n/a
 
      10-11-2004
You could create a batch file to run the package. It could be as simple as:

IF EXIST c:\ITStuff\patch01.txt GOTO AlreadyInstalled
echo Patch01 was installed here > c:\ITStuff\patch01.txt
echo Patch01 Setup was initiated on %ComputerName% on %date% at %time%
>> \\myServer\MyShare\ITStuff\Patch01\Install.log

MyPath\patch01.exe /MySilentInstallSwitch

If the patch can return an error level, you can add the following as well.

If errerlevel = 0 GOTO UpdateCompleted

:UpdateCompleted
echo Patch01 Setup was completed on %ComputerName% on %date% at %time%
>> \\myServer\MyShare\ITStuff\Patch01\Install.log



:AlreadyInstalled
Echo I am done


As always, this is just a rough script. Test it before you deploy it.

Hope this helps.

(Watch for single and double carrots)

"stryder" <> wrote in message
news:07DC280F-BC3E-4DCC-9A8F-...
> Yes, any suggestions? Would it be a login script implemented via GPO that
> automatically installs the update(s)?
>
> "Dragon" wrote:
>
>> Is login script an option?
>>
>>
>> "stryder" <> wrote in message
>> news:C582B8F8-C006-4A94-882A-...
>> > Does anyone know of a way to deploy MS Office updates across a domain?
>> > I
>> > know you can use SUS for OS updates, but I would like to be able to
>> > update
>> > Office this way as well.
>> >
>> > Thanks!

>>
>>
>>



 
Reply With Quote
 
Ben
Guest
Posts: n/a
 
      10-12-2004
"stryder" <> wrote in message
news:C582B8F8-C006-4A94-882A-...
> Does anyone know of a way to deploy MS Office updates across a domain? I
> know you can use SUS for OS updates, but I would like to be able to update
> Office this way as well.
>
> Thanks!


Irs not possible with SUS 1.1 at the moment, however MS are releasing WUS
2.0 at the end of the year (yes WUS 2, not SUS 2, its been renamed). This
will update OS like SUS does now, plus office 2000/2002/2003, and other
applications. If this isn't urgent for the moment, I'd wait a few months,
its due for release end of this year/early next year...I think!

Ben

"The internet - where men are men, women are men and children are FBI
agents."


 
Reply With Quote
 
Neil
Guest
Posts: n/a
 
      10-12-2004
incase you missed it "=?Utf-8?B?c3RyeWRlcg==?="
<> said in
news:C582B8F8-C006-4A94-882A-:

> Does anyone know of a way to deploy MS Office updates across a domain?
> I know you can use SUS for OS updates, but I would like to be able to
> update Office this way as well.
>
> Thanks!


HFNetcheckPro

http://www.shavlik.com/hfn_windows.aspx

--
Neil MCNGP #30
the "curious" hair on the soap of society
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Front Office and Back Office Upgrade =?Utf-8?B?SGFyZGlw?= Microsoft Certification 0 04-08-2006 01:19 PM
Microsoft Office Specialist Study Guide Office 2003 Edition Jimmy Clay Microsoft Certification 2 09-10-2004 12:27 PM
Java library to access Star Office/Open Office? Stan Accrington Java 1 05-13-2004 07:57 AM
Office 97 to Office XP User guide upgrade Marc Microsoft Certification 0 04-14-2004 01:31 PM
Can Office 2000 and Office 2003 co-exist on same drive ok? john63401@yahoo.com Computer Support 1 08-19-2003 07:17 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57