Office 2003 SP2 installation via AIP for future use with WSUS

D

David Chadwick

Hi,

My understanding is that WSUS and MU will fail to update Office 2003 if it
has been installed from an administrative installation point that has been
altered. Altered means if any service pack or other patch has been
slipstreamed into the AIP.

My goal is to use SMS to install Office 2003 with SP2 such that from that
point on clients will use WSUS to patch Office.

To get around the problem of retaining an RTM AIP (for compatibility with
WSUS) I am installing Office with the following command:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi PATCH=MAINSP2ff.msp

This is a simplified command line as the one I am actually using obviously
specifies the full UNC path to the MSI and MSP.

This seems to work fine. Office 2003 is installed on clients and SP2 is
installed right along with it at the same time. The administrative source
is still RTM so WSUS should work (although I don't know for sure that it
does yet).

The final query I have is where does OWC11SP2.msp fit in with this? This
patch file is in the Office 2003 SP2 download as well as the main file. I
realise it is for Office Web Components (whatever this is), but I am not
sure at what point I should be applying this patch.

Obviously with my installation command above I am ignoring this patch
completely. Is PRO11.MSI calling OWC11.MSI? Does that mean I have
installed Office 2003 with SP2, but OWC is remaining as RTM on the client
PC? That can't be good. Maybe OWC11.MSI isn't being installed at all? I
have no idea whether it's part of a standard Office 2003 install or a
totally separate component.

If it IS being installed with a standard installation, how would I get my
command line to upgrade OWC11.MSI to SP2 at the same time?

Thanks,
David
 
D

David Chadwick

Hi,

Just a follow-up to my previous post.

I found that I had to specify the OWC11SP2ff.msp file on the command line as
well to make sure everything worked ok. So my installation command looked
something like this:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi
PATCH=MAINSP2ff.msp;OWC11SP2ff.msp

The full path to PRO11.MSI and the two MSP files must be used.

Cheers,
David


Hi,

My understanding is that WSUS and MU will fail to update Office 2003 if it
has been installed from an administrative installation point that has been
altered. Altered means if any service pack or other patch has been
slipstreamed into the AIP.

My goal is to use SMS to install Office 2003 with SP2 such that from that
point on clients will use WSUS to patch Office.

To get around the problem of retaining an RTM AIP (for compatibility with
WSUS) I am installing Office with the following command:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi PATCH=MAINSP2ff.msp

This is a simplified command line as the one I am actually using obviously
specifies the full UNC path to the MSI and MSP.

This seems to work fine. Office 2003 is installed on clients and SP2 is
installed right along with it at the same time. The administrative source
is still RTM so WSUS should work (although I don't know for sure that it
does yet).

The final query I have is where does OWC11SP2.msp fit in with this? This
patch file is in the Office 2003 SP2 download as well as the main file. I
realise it is for Office Web Components (whatever this is), but I am not
sure at what point I should be applying this patch.

Obviously with my installation command above I am ignoring this patch
completely. Is PRO11.MSI calling OWC11.MSI? Does that mean I have
installed Office 2003 with SP2, but OWC is remaining as RTM on the client
PC? That can't be good. Maybe OWC11.MSI isn't being installed at all? I
have no idea whether it's part of a standard Office 2003 install or a
totally separate component.

If it IS being installed with a standard installation, how would I get my
command line to upgrade OWC11.MSI to SP2 at the same time?

Thanks,
David
 
D

David Chadwick

Hi,

Just a follow-up to my previous post.

I found that I had to specify the OWC11SP2ff.msp file on the command line as
well to make sure everything worked ok. So my installation command looked
something like this:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi
PATCH=MAINSP2ff.msp;OWC11SP2ff.msp

The full path to PRO11.MSI and the two MSP files must be used.

Cheers,
David


Hi,

My understanding is that WSUS and MU will fail to update Office 2003 if it
has been installed from an administrative installation point that has been
altered. Altered means if any service pack or other patch has been
slipstreamed into the AIP.

My goal is to use SMS to install Office 2003 with SP2 such that from that
point on clients will use WSUS to patch Office.

To get around the problem of retaining an RTM AIP (for compatibility with
WSUS) I am installing Office with the following command:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi PATCH=MAINSP2ff.msp

This is a simplified command line as the one I am actually using obviously
specifies the full UNC path to the MSI and MSP.

This seems to work fine. Office 2003 is installed on clients and SP2 is
installed right along with it at the same time. The administrative source
is still RTM so WSUS should work (although I don't know for sure that it
does yet).

The final query I have is where does OWC11SP2.msp fit in with this? This
patch file is in the Office 2003 SP2 download as well as the main file. I
realise it is for Office Web Components (whatever this is), but I am not
sure at what point I should be applying this patch.

Obviously with my installation command above I am ignoring this patch
completely. Is PRO11.MSI calling OWC11.MSI? Does that mean I have
installed Office 2003 with SP2, but OWC is remaining as RTM on the client
PC? That can't be good. Maybe OWC11.MSI isn't being installed at all? I
have no idea whether it's part of a standard Office 2003 install or a
totally separate component.

If it IS being installed with a standard installation, how would I get my
command line to upgrade OWC11.MSI to SP2 at the same time?

Thanks,
David
 
D

David Chadwick

Hi,

Just a follow-up to my previous post.

I found that I had to specify the OWC11SP2ff.msp file on the command line as
well to make sure everything worked ok. So my installation command looked
something like this:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi
PATCH=MAINSP2ff.msp;OWC11SP2ff.msp

The full path to PRO11.MSI and the two MSP files must be used.

Cheers,
David


Hi,

My understanding is that WSUS and MU will fail to update Office 2003 if it
has been installed from an administrative installation point that has been
altered. Altered means if any service pack or other patch has been
slipstreamed into the AIP.

My goal is to use SMS to install Office 2003 with SP2 such that from that
point on clients will use WSUS to patch Office.

To get around the problem of retaining an RTM AIP (for compatibility with
WSUS) I am installing Office with the following command:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi PATCH=MAINSP2ff.msp

This is a simplified command line as the one I am actually using obviously
specifies the full UNC path to the MSI and MSP.

This seems to work fine. Office 2003 is installed on clients and SP2 is
installed right along with it at the same time. The administrative source
is still RTM so WSUS should work (although I don't know for sure that it
does yet).

The final query I have is where does OWC11SP2.msp fit in with this? This
patch file is in the Office 2003 SP2 download as well as the main file. I
realise it is for Office Web Components (whatever this is), but I am not
sure at what point I should be applying this patch.

Obviously with my installation command above I am ignoring this patch
completely. Is PRO11.MSI calling OWC11.MSI? Does that mean I have
installed Office 2003 with SP2, but OWC is remaining as RTM on the client
PC? That can't be good. Maybe OWC11.MSI isn't being installed at all? I
have no idea whether it's part of a standard Office 2003 install or a
totally separate component.

If it IS being installed with a standard installation, how would I get my
command line to upgrade OWC11.MSI to SP2 at the same time?

Thanks,
David
 
D

David Chadwick

Hi,

Just a follow-up to my previous post.

I found that I had to specify the OWC11SP2ff.msp file on the command line as
well to make sure everything worked ok. So my installation command looked
something like this:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi
PATCH=MAINSP2ff.msp;OWC11SP2ff.msp

The full path to PRO11.MSI and the two MSP files must be used.

Cheers,
David


Hi,

My understanding is that WSUS and MU will fail to update Office 2003 if it
has been installed from an administrative installation point that has been
altered. Altered means if any service pack or other patch has been
slipstreamed into the AIP.

My goal is to use SMS to install Office 2003 with SP2 such that from that
point on clients will use WSUS to patch Office.

To get around the problem of retaining an RTM AIP (for compatibility with
WSUS) I am installing Office with the following command:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi PATCH=MAINSP2ff.msp

This is a simplified command line as the one I am actually using obviously
specifies the full UNC path to the MSI and MSP.

This seems to work fine. Office 2003 is installed on clients and SP2 is
installed right along with it at the same time. The administrative source
is still RTM so WSUS should work (although I don't know for sure that it
does yet).

The final query I have is where does OWC11SP2.msp fit in with this? This
patch file is in the Office 2003 SP2 download as well as the main file. I
realise it is for Office Web Components (whatever this is), but I am not
sure at what point I should be applying this patch.

Obviously with my installation command above I am ignoring this patch
completely. Is PRO11.MSI calling OWC11.MSI? Does that mean I have
installed Office 2003 with SP2, but OWC is remaining as RTM on the client
PC? That can't be good. Maybe OWC11.MSI isn't being installed at all? I
have no idea whether it's part of a standard Office 2003 install or a
totally separate component.

If it IS being installed with a standard installation, how would I get my
command line to upgrade OWC11.MSI to SP2 at the same time?

Thanks,
David
 
D

David Chadwick

Hi,

Just a follow-up to my previous post.

I found that I had to specify the OWC11SP2ff.msp file on the command line as
well to make sure everything worked ok. So my installation command looked
something like this:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi
PATCH=MAINSP2ff.msp;OWC11SP2ff.msp

The full path to PRO11.MSI and the two MSP files must be used.

Cheers,
David


Hi,

My understanding is that WSUS and MU will fail to update Office 2003 if it
has been installed from an administrative installation point that has been
altered. Altered means if any service pack or other patch has been
slipstreamed into the AIP.

My goal is to use SMS to install Office 2003 with SP2 such that from that
point on clients will use WSUS to patch Office.

To get around the problem of retaining an RTM AIP (for compatibility with
WSUS) I am installing Office with the following command:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi PATCH=MAINSP2ff.msp

This is a simplified command line as the one I am actually using obviously
specifies the full UNC path to the MSI and MSP.

This seems to work fine. Office 2003 is installed on clients and SP2 is
installed right along with it at the same time. The administrative source
is still RTM so WSUS should work (although I don't know for sure that it
does yet).

The final query I have is where does OWC11SP2.msp fit in with this? This
patch file is in the Office 2003 SP2 download as well as the main file. I
realise it is for Office Web Components (whatever this is), but I am not
sure at what point I should be applying this patch.

Obviously with my installation command above I am ignoring this patch
completely. Is PRO11.MSI calling OWC11.MSI? Does that mean I have
installed Office 2003 with SP2, but OWC is remaining as RTM on the client
PC? That can't be good. Maybe OWC11.MSI isn't being installed at all? I
have no idea whether it's part of a standard Office 2003 install or a
totally separate component.

If it IS being installed with a standard installation, how would I get my
command line to upgrade OWC11.MSI to SP2 at the same time?

Thanks,
David
 
D

David Chadwick

Hi,

Just a follow-up to my previous post.

I found that I had to specify the OWC11SP2ff.msp file on the command line as
well to make sure everything worked ok. So my installation command looked
something like this:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi
PATCH=MAINSP2ff.msp;OWC11SP2ff.msp

The full path to PRO11.MSI and the two MSP files must be used.

Cheers,
David


Hi,

My understanding is that WSUS and MU will fail to update Office 2003 if it
has been installed from an administrative installation point that has been
altered. Altered means if any service pack or other patch has been
slipstreamed into the AIP.

My goal is to use SMS to install Office 2003 with SP2 such that from that
point on clients will use WSUS to patch Office.

To get around the problem of retaining an RTM AIP (for compatibility with
WSUS) I am installing Office with the following command:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi PATCH=MAINSP2ff.msp

This is a simplified command line as the one I am actually using obviously
specifies the full UNC path to the MSI and MSP.

This seems to work fine. Office 2003 is installed on clients and SP2 is
installed right along with it at the same time. The administrative source
is still RTM so WSUS should work (although I don't know for sure that it
does yet).

The final query I have is where does OWC11SP2.msp fit in with this? This
patch file is in the Office 2003 SP2 download as well as the main file. I
realise it is for Office Web Components (whatever this is), but I am not
sure at what point I should be applying this patch.

Obviously with my installation command above I am ignoring this patch
completely. Is PRO11.MSI calling OWC11.MSI? Does that mean I have
installed Office 2003 with SP2, but OWC is remaining as RTM on the client
PC? That can't be good. Maybe OWC11.MSI isn't being installed at all? I
have no idea whether it's part of a standard Office 2003 install or a
totally separate component.

If it IS being installed with a standard installation, how would I get my
command line to upgrade OWC11.MSI to SP2 at the same time?

Thanks,
David
 
D

David Chadwick

Hi,

Just a follow-up to my previous post.

I found that I had to specify the OWC11SP2ff.msp file on the command line as
well to make sure everything worked ok. So my installation command looked
something like this:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi
PATCH=MAINSP2ff.msp;OWC11SP2ff.msp

The full path to PRO11.MSI and the two MSP files must be used.

Cheers,
David


Hi,

My understanding is that WSUS and MU will fail to update Office 2003 if it
has been installed from an administrative installation point that has been
altered. Altered means if any service pack or other patch has been
slipstreamed into the AIP.

My goal is to use SMS to install Office 2003 with SP2 such that from that
point on clients will use WSUS to patch Office.

To get around the problem of retaining an RTM AIP (for compatibility with
WSUS) I am installing Office with the following command:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi PATCH=MAINSP2ff.msp

This is a simplified command line as the one I am actually using obviously
specifies the full UNC path to the MSI and MSP.

This seems to work fine. Office 2003 is installed on clients and SP2 is
installed right along with it at the same time. The administrative source
is still RTM so WSUS should work (although I don't know for sure that it
does yet).

The final query I have is where does OWC11SP2.msp fit in with this? This
patch file is in the Office 2003 SP2 download as well as the main file. I
realise it is for Office Web Components (whatever this is), but I am not
sure at what point I should be applying this patch.

Obviously with my installation command above I am ignoring this patch
completely. Is PRO11.MSI calling OWC11.MSI? Does that mean I have
installed Office 2003 with SP2, but OWC is remaining as RTM on the client
PC? That can't be good. Maybe OWC11.MSI isn't being installed at all? I
have no idea whether it's part of a standard Office 2003 install or a
totally separate component.

If it IS being installed with a standard installation, how would I get my
command line to upgrade OWC11.MSI to SP2 at the same time?

Thanks,
David
 
D

David Chadwick

Hi,

Just a follow-up to my previous post.

I found that I had to specify the OWC11SP2ff.msp file on the command line as
well to make sure everything worked ok. So my installation command looked
something like this:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi
PATCH=MAINSP2ff.msp;OWC11SP2ff.msp

The full path to PRO11.MSI and the two MSP files must be used.

Cheers,
David


Hi,

My understanding is that WSUS and MU will fail to update Office 2003 if it
has been installed from an administrative installation point that has been
altered. Altered means if any service pack or other patch has been
slipstreamed into the AIP.

My goal is to use SMS to install Office 2003 with SP2 such that from that
point on clients will use WSUS to patch Office.

To get around the problem of retaining an RTM AIP (for compatibility with
WSUS) I am installing Office with the following command:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi PATCH=MAINSP2ff.msp

This is a simplified command line as the one I am actually using obviously
specifies the full UNC path to the MSI and MSP.

This seems to work fine. Office 2003 is installed on clients and SP2 is
installed right along with it at the same time. The administrative source
is still RTM so WSUS should work (although I don't know for sure that it
does yet).

The final query I have is where does OWC11SP2.msp fit in with this? This
patch file is in the Office 2003 SP2 download as well as the main file. I
realise it is for Office Web Components (whatever this is), but I am not
sure at what point I should be applying this patch.

Obviously with my installation command above I am ignoring this patch
completely. Is PRO11.MSI calling OWC11.MSI? Does that mean I have
installed Office 2003 with SP2, but OWC is remaining as RTM on the client
PC? That can't be good. Maybe OWC11.MSI isn't being installed at all? I
have no idea whether it's part of a standard Office 2003 install or a
totally separate component.

If it IS being installed with a standard installation, how would I get my
command line to upgrade OWC11.MSI to SP2 at the same time?

Thanks,
David
 
D

David Chadwick

Hi,

Just a follow-up to my previous post.

I found that I had to specify the OWC11SP2ff.msp file on the command line as
well to make sure everything worked ok. So my installation command looked
something like this:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi
PATCH=MAINSP2ff.msp;OWC11SP2ff.msp

The full path to PRO11.MSI and the two MSP files must be used.

Cheers,
David


Hi,

My understanding is that WSUS and MU will fail to update Office 2003 if it
has been installed from an administrative installation point that has been
altered. Altered means if any service pack or other patch has been
slipstreamed into the AIP.

My goal is to use SMS to install Office 2003 with SP2 such that from that
point on clients will use WSUS to patch Office.

To get around the problem of retaining an RTM AIP (for compatibility with
WSUS) I am installing Office with the following command:

msiexec /qb TRANSFORMS=custom.mst /i pro11.msi PATCH=MAINSP2ff.msp

This is a simplified command line as the one I am actually using obviously
specifies the full UNC path to the MSI and MSP.

This seems to work fine. Office 2003 is installed on clients and SP2 is
installed right along with it at the same time. The administrative source
is still RTM so WSUS should work (although I don't know for sure that it
does yet).

The final query I have is where does OWC11SP2.msp fit in with this? This
patch file is in the Office 2003 SP2 download as well as the main file. I
realise it is for Office Web Components (whatever this is), but I am not
sure at what point I should be applying this patch.

Obviously with my installation command above I am ignoring this patch
completely. Is PRO11.MSI calling OWC11.MSI? Does that mean I have
installed Office 2003 with SP2, but OWC is remaining as RTM on the client
PC? That can't be good. Maybe OWC11.MSI isn't being installed at all? I
have no idea whether it's part of a standard Office 2003 install or a
totally separate component.

If it IS being installed with a standard installation, how would I get my
command line to upgrade OWC11.MSI to SP2 at the same time?

Thanks,
David
 

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