Office 2007 upgrade doesn't remove Office 2003

M

Mark Hewitson

Hi,
Our users wun Office 2003. We upgraded Outlook to 2007 using a
customization.MSP file, this is all ok.

Now we wish to upgrade the rest of the Office suite to 2007. I understand
that you cannot run setup.exe /adminfile as Outlook 2007 is already
installed, so what I have done is:
1) modify the customization.MSP file to install the whoel suite and remove
all previous versions of Office.
2) run: msiexec.exe /p customization.MSP

The Office 2007 suite get install fine, but Office 2003 doesn't get removed.
Both versions work.

Any ideas how to automate this?
 
S

Sloan Crayton [MSFT]

Since Office 2007 is already installed, the logic that removes previously
installed versions cannot be triggered in this way. So it would be best to
uninstall Office 2003 via a commandline (which can also be triggered via a
script).

An example of the commandline is ...
Setup.exe /x <path>\<product>.msi /qb-

If you want no UI, then you can substitute '/qn' for '/qb-'.

Sloan Crayton
Microsoft

--------------------
| Thread-Topic: Office 2007 upgrade doesn't remove Office 2003
| thread-index: AchX9YZGdbXzDSuISaCOeGNW9fLx5g==
| X-WBNR-Posting-Host: 207.46.192.207
| From: =?Utf-8?B?TWFyayBIZXdpdHNvbg==?=
<[email protected]>
| Subject: Office 2007 upgrade doesn't remove Office 2003
| Date: Tue, 15 Jan 2008 20:09:01 -0800
| Lines: 15
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992
| Newsgroups: microsoft.public.office.setup
| Path: TK2MSFTNGHUB02.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.office.setup:9754
| NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| X-Tomcat-NG: microsoft.public.office.setup
|
| Hi,
| Our users wun Office 2003. We upgraded Outlook to 2007 using a
| customization.MSP file, this is all ok.
|
| Now we wish to upgrade the rest of the Office suite to 2007. I understand
| that you cannot run setup.exe /adminfile as Outlook 2007 is already
| installed, so what I have done is:
| 1) modify the customization.MSP file to install the whoel suite and
remove
| all previous versions of Office.
| 2) run: msiexec.exe /p customization.MSP
|
| The Office 2007 suite get install fine, but Office 2003 doesn't get
removed.
| Both versions work.
|
| Any ideas how to automate this?
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top