
sagreed |
Here’s some links to MS pages on installs and updates. They cover both install and updating via policy and the various ’sources’ I recommend the “administrative image” and “Caching installation files locally” methods if your network can handel the bandwidth requirements.
Using Group Policy to Deploy Office <a href="http://office.microsoft.com/en-au/assistance/HA011402011033.aspx" rel="nofollow">http://office.microsoft.com/en-au/assistance/HA011402011033.aspx</a>
Strategies for Updating Office 2003 Installations
<a href="http://office.microsoft.com/en-gb/assistance/HA011525741033.aspx" rel="nofollow">http://office.microsoft.com/en-gb/assistance/HA011525741033.aspx</a>

joshua2 |
I give WSUS the thumbs-up. It’s easy and effective. WSUS handles Office updates. We run it on a PC class machine and it goes just fine. There are several options for the client that are a snap to set up (such as asking them to restart after a patch, or forcing it). You’ll incur the cost of a server license, but as critical as Windows/Office patching is, this expense should readily justifiable.
I think you can run the Office upgrade and then follow up with WSUS patching - especially since you don’t have any WAN links to worry about.

PDMeat |
I agree with Sagreed. Do a “slipstream” administrative installation of Office 2003 with service pack 2 installed to it.
Then just try the deployment using group policy in windows. It can install an MSI package with “install elevated priviledges” option that can install the software without the user needing to have admin rights.
As a final thought: if you’re really managing 100 PCs, do yourself a favor and buy a client managment suite like LAN Desk or one of it’s competitors like SMS/Altris/etc. LANDESK IMO is the best, but you should see what works for you and if it fits your budget. LANDesk can handle both the software install and the patching with dependenices. I think landesk is about $90 per node (in your case, $9000 for 100 nodes).
If you don’t have it in the budget to buy a CM Suite, then implement MS WSUS to manage patches and deal with the headache of trying to install software with group policy.
The number 1 problem with the group policy install of software is that there is no reporting capability. So now you have to write a VBS script to go out and poll all the machines to see which ones installed successfully, yadda, yadda.

jcan123 |
If you want to use the runas command, then joeware.net has a solution for encrypting the password.
You could start an installation by modifying the runonce key in registry.

Egild6 |
I have had the same problem when i worked as a system administrator in a school. The answer here is very simple, i goggled the Internet for “free runas software” and i got several good hits. There are free software that makes you able to create scripts that starts up software with elevated rights, by using this software it should be possible to start up the chained installation using Ohotfix.
I have tried several of this program and they do the work for me, to start this installation you can use the log on script and the run once to install office. The software is also able to crypt the user name and passwords as well.
This is an very easy way to handle with such problems but it works.