/build/static/layout/Breadcrumb_cap_w.png

Upgrade Office 2000 - 2010

Hi!
I have the task of upgrading 500 users who have Office 2000 Professional installed but with Outlook 2003 up to Office 2010 Standard edition

I Have created a batch file which upgrades 2000 to 2003 reboots (to complete the installation) and then uses RUNONCE to run a second batch file wich uses the OCT to Upgrade 2003 to 2010. The Office 2010 upgrade installer won't upgrade directly from 2000 as it ends up with both installed

It works but there are a number of small problems, the primary being the double reboot and logon required to complete each installation. The forced reboot works fine but my question is can I get around the need to physically logon each time. I plan to use LANDesk to deploy the batch files and obviously its fine that the installation kicks off when users switch on but I don't like the requirement to do so twice and getting LANDesk to tackle the 2nd batch file may be difficult.

I'd welcome any comments, suggestions etc.

if you need further information, please let me know

Cheers
Bill

0 Comments   [ + ] Show comments

Answers (5)

Posted by: anonymous_9363 12 years ago
Red Belt
0
The quickest route would be to note down the top-level feature names in the orginal package and then specify those names in the REMOVE property. For example, let's say Outlook's parent feature is called 'OutlookFiles', Word's parent is 'WordFiles' and so on. Your REMOVE property would then be set like this:REMOVE="Outlookfiles, WordFiles"
Posted by: BillyWiz 12 years ago
Yellow Belt
0
That looks good. Thanks VBScab. I'll give it a try!
Posted by: dunnpy 12 years ago
Red Belt
0
How about uninstalling Office 2000 and then installing 2010?
Outlook 2003 will be upgraded to 2010 as part of the installation process, if set up correctly in the OCT.

This would remove the need to upgrade from 2000 to 2003 first.

Just thinking out loud...

Dunnpy
Posted by: BillyWiz 12 years ago
Yellow Belt
0
Dunnpy
Thanks for the reply.
Yes. I was trying to get the Word/Excel customisations carried over by performing these as upgrades but perhaps you are right and simplest is best
Cheers
Bill
Posted by: BillyWiz 12 years ago
Yellow Belt
0
Hi!
Generally this works well, by using versions of :
set ProductName=Office9.xxx
reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ProductName%
if %errorlevel%==0 (msiexec /x {00000409-...} /qn)

I have, however, circumstances where I need to retain MSAccess2000 on the PCs. One option is to reinstall just this component at the end but I'd prefer to just uninstall all the other components. I tried using the resource kit and installation wizard but it did nothing.

Does anyone know the easy method?

Thanks Bill
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ