Office Installation Not Syncing to AIP

A

Aaron Wright

Hello Everyone,

I have an administrative installation point (AIP) of Office XP and
2003 on one of our servers. To patch our client PCs I run the
following on each: msiexec.exe /i \\LocalAIPServer\OfficeXP\pro.msi
REINSTALL=ALL REINSTALLMODE=vomu /q

This had worked in the past, but has recently stopped working, and I
don't know why. For example, Word XP. I checked winword.exe on the
AIP, and it has the version 10.0.6829.0. I ran the above command
manually on a client PC, but after it finished the version of
winword.exe on the client PC was still 10.0.6826.0

I'm not sure what the problem is. Does anyone have any ideas?

Thanks for your help!
Aaron
 
A

Aaron Wright

Update, I checked the version of Windows Installer on the computer.
It is the most recent version. msi.dll = 3.1.4000.4039
 
E

Eric A.

Yes...
More than likely the reason this is happening is because your install is in
a "mixed state".
I am assuming that you have applied most of your patches, or even all of
your office patches to the AIP and then have run the re-cache command to
update the clients.
I would bet that at some point one or more patches were either pushed to the
client machines or they have been installed directly on the clients.
This is a classic example of what we call a "mixed state". Patches have been
installed on the machine locally, and also have been installed on the AIP and
re-cached to the client machines.
If the installation is in a “mixed state†the symptom that you usually see
is that you will try to apply an update and it says the update was
successful, but if you try to validate file versions/size etc from what the
KB says it should be it will not be correct.
This is discussed in the Office Xp whitepaper.
http://support.microsoft.com/kb/330043
Here is a snippet..

Microsoft strongly recommends that you do not mix admin and client updates.
Instead:
• Apply admin updates to admin installation points and then
perform the necessary steps to update the clients (see the "The SP-1, SP-2,
and SP3 Administrative Updates" section later in this white paper for more
information). If the admin point has been updated, do not install client
updates on the client computer.
-or-
• Use client updates to upgrade the client computer (see the
"The SP-1, SP-2, and SP3 Client Updates" section for more information) and do
not update the source admin installation point with admin updates.
Many issues may occur if you mix admin and client updates. The following
list describes the two most common issues.
• When you install a client update, you receive the following
error message:
Error 1328. Error applying patch to file file name.
It has probably been updated by other means,
and can no longer be modified by this update.
For more information contact your update vendor.
This issue occurs when the binary client update tries to update a file that
is at a different binary structure than the binary diff requires. If the
admin installation point has been updated with an admin update, the update
updates the same file that the client update is trying to update, and the
build of the file on the client computer has also been updated (possibly by
another client update or from an updated admin point), the 1328 error may
occur. When the installer accesses the admin point to try to obtain the
original file, the file it obtains from the source is also at a different
binary structure than the binary diff requires. Because the installer cannot
obtain the necessary file, it generates the 1328 error message.
After you perform a reinstall/recache from an updated admin installation
point, the files on the client computer are not updated. This may occur if
there is a client update on the computer that overwrites the information in
the updated installer database from the admin point. Client update transforms
are dynamically applied to the cached installer database, and these upgrades
take precedence over updates that were made directly to the installer
database.

I can validate for you whether or not the machine is in a mixed state.
If you want me to do that for you, let me know.
 
A

Aaron Wright

That's so much for your reply! Sorry I didn't check back sooner.

Yes, if you wouldn't mind verifing that these machines are in a mixed
state, I would appreciate it. What information do you need from me to
do this?

I've been troubleshooting the problem the last few days. I turned on
verbose logging, and I'm seeing a lot of error similar to the ones
below. I did some searching around and these are possibly caused by
different language versions? But I'm not sure how this could be,
we've always been English only.

DEBUG: Error 2746: Transform 1TTo1U invalid for package C:\WINDOWS
\Installer\176d92b.msi. Expected product
{90150804-6000-11D3-8CFE-0050048383C9}, found product
{90110409-6000-11D3-8CFE-0050048383C9}.
DEBUG: Error 2746: Transform 2TTo2U invalid for package C:\WINDOWS
\Installer\176d92b.msi. Expected product
{90150405-6000-11D3-8CFE-0050048383C9}, found product
{90110409-6000-11D3-8CFE-0050048383C9}.
DEBUG: Error 2746: Transform 3TTo3U invalid for package C:\WINDOWS
\Installer\176d92b.msi. Expected product
{90150406-6000-11D3-8CFE-0050048383C9}, found product
{90110409-6000-11D3-8CFE-0050048383C9}.

Thanks again!
Aaron
 
E

Eric A.

Hi Aaron...

I don't think those errors are relevent.. if you captured a verbose log
could you please paste the entire contents here?

I have a script that I can run on the file that will tell me where it thinks
it got all of its patches from.

Thanks
 
A

Aaron Wright

I'll try. It's a 10 MB log file though. Will that be too much? I'll
try to post it in a separate reply.

Thanks!
 
A

Aaron Wright

I can't get it to go through. Would you please email me your email
address? awright -at- inchord -dot- com

Thanks!
 
A

Aaron Wright

On second thought, let's assume the problem with these PCs is that
they're in a mixed state. How do I go about fixing them? I'm having
the same type of problem with Office 2003, so hopefully the same
solution will apply.

Thanks!
 
E

Eric A.

I sent you an email as well with this information. You can send me your log
there if you wish and I will have it analyzed and send back the results.


If I’m right and your installation is in a mixed state the only way to fix
it is to re-create your admin installation point, patch it to the latest SP
level, apply all the patches you require and re-cache.



1# Create a new Admin Install point using setup /a
2# patch AIP with latest sp. Command line = msiexec /p
[path\MAINSP2ff.msp]/a [path\name of Office 2003 MSI file]
#3 If you are wanted all updates applied to the AIP and reached… apply all
the updates you wish.
msiexec /p [path\MAINSP2ff.msp]/a [path\name of Office 2003 MSI file]
#4 Re-cache the new AIP to the client machines. Command line = msiexec.exe
/i OBSPath\filename.msi REINSTALLMODE=VOMU REINSTALL=ALL

• OBSPath is the path of the original baseline source. Ie.. pro11.msi


http://support.microsoft.com/kb/902349


If you prefer patching the AIP and then re-caching rather than patching the
clients directly you will want to make sure that patches never get pushed
directly to the clients. Furthermore you may want to disable users rights to
Microsoft update and Office Update. If they manage to install office updates
on their own you will again find yourself in a mixed state.

In my opinion a better way to handle updates is to create an AIP, update it
to the latest SP (Baseline), and from that point forward push all the updates
to the client machines. This way you will never end up in a mixed state
because the users will not have the ability to update the patch the AIP. Also
it is one step easier. Instead of patching the AIP and then pushing a
re-cache command, if you manage patches this second way then you only need to
push the patches.
This is done well with Ohotffix.

Installing Client Update Files with OHotFix
http://office.microsoft.com/en-us/ork2003/HA011364081033.aspx
 
E

Eric A.

Thanks for the log..

The results are below. You can see that there are two patches that have in
fact been applied to the clients directly. The install is in a mixed state…
The steps I provided on the last email is way to go.

{8EB8577C-32D5-4E05-A746-C6448C4AA72A} Admin Office XP
Hotfix;EXCEL;6789;FullFile;ALL
{EB275352-7EB8-44C8-B50D-E99B37C10DAC} Admin Office XP
Hotfix;EXCEL;6810;FullFile;ALL
{21FCBFE0-C422-4700-9447-0FB538970C68} Admin Office XP
Hotfix;EXCEL;6816;FullFile;ALL
{0053405B-8230-4503-A139-512BB6397845} Admin Office XP
Hotfix;EXCEL;6823;FullFile;ALL
{6ABAF9F3-8BD1-4006-B149-EDF69837482A} Admin Office XP
Hotfix;EXCEL;6829;FullFile;ALL
{151BDDD6-8453-483C-8864-8BE5459BF4F4} Admin Office XP
Hotfix;EXCEL;6832;FullFile;ALL
{3860F6E7-F4BB-4443-A4D8-AC44396E98EE} Admin Office XP
Hotfix;FP5AUTL.FPCUTL;6747;FullFile;ALL;;
{66D08203-FB46-4D27-A609-FFE9A77FAA1F} Client Office XP
Hotfix;FP5AUTL.FPCUTL;6747;Optimized;ALL;;
{B945219C-C51C-4BD0-BAD5-A3FED95B555F} Admin Office XP
Hotfix;FP5AUTL.FPCUTL;6790;FullFile;ALL
{C4535494-0732-4123-BD27-8A000D3B36F2} Admin Office XP
Hotfix;GPFILT;6806;FullFile;ENG
{C23E729B-950A-4557-A091-32A117EFF42C} Admin Office XP
Hotfix;MAINSP2.EXCEL.FP5_DLL.GRAPH.MAINSP1.MSACCESS.MSOSTYLE.MSPUB.MSSP3FR.MSSP3GE.MSSP3IT.MSSP3NL.MSSPELL.MSTH3FR.MSTORE.OLKINTL.OUTLOOK.OWC10.POWERPNT.SHARED.WINWORD.EUROTOOL.FRONTPG.MSDAIPP.OLAPPT.OUTLCM.OUTLCTL.OUTLMIME.PSTPRX32.PUBINTL;4330;FullFile; ENG ;
{DA256408-A2E7-41A5-8AD6-62ACB86A0FD7} Admin Office XP
Hotfix;MAINSP3.MSGR2PB.MSSP3KO.OFFFILT.EXCEL.FM20.FP5AUTL.FPCUTL.FRONTPG.GRAPHFLT.GRAPH.MAINSP2.FP5_DLL.MAINSP1.MSACCESS.MSOSTYLE.MSPUB.MSSP3FR.MSSP3GE.MSSP3IT.MSSP3NL.MSSPELL.MSTH3FR.MSTORE.OLKINTL.OUTLOOK.OWC10.POWERPNT.SHARED.WINWORD.EUROTOOL.MSDAIPP.OLAPPT.OUTLCM.OUTLCTL.OUTLMIME.PSTPRX32.PUBINTL.MSONSEXT.MSQRY32.RICHED20.MSCONV.OWSCLT.SHRDINTL.SNAPVIEW.VBE6;6626;FullFile;ENG;;
{150A5667-2171-4D5C-ABE5-17BA5049BB55} Admin Office XP
Hotfix;MSCONV;6727;FullFile;ENG;;
{6EC77255-2E6B-49C0-B730-9C38410E0A85} Admin Office XP
Hotfix;MSO.SHARED;8374;FullFile;ALL
{2959B9F6-2D49-4E0D-96F4-D684106FE48D} Admin Office XP
Hotfix;MSPUB;6815;FullFile;ALL
{1A304AB8-6587-4997-8829-9BB71740FA65} Admin Office XP
Hotfix;OFFICESPS;6721;FullFile;ENG;;KB837253
{0B255836-7529-462B-8F7B-7C10CFB8A6DD} Admin Office XP
Hotfix;OLKINTL;6775;FullFile;ENG
{CEB1A88D-195D-4350-A550-C6807B1BBB17} Admin Office XP
Hotfix;OLKINTL;6787;FullFile;ENG
{191D24DA-8FEA-4EF6-8CC3-00B62CA34D49} Admin Office XP
Hotfix;OUTLOOK;6823;FullFile;ALL
{70BDE1D7-3EFC-499D-9366-5F24B5F1FFA2} Admin Office XP
Hotfix;POWERPNT;6800;FullFile;ALL
{91B8E34E-54A1-4574-973D-75EFDFEED13D} Admin Office XP
Hotfix;POWERPNT;6819;FullFile;ALL
{F5001920-E94E-4287-80C6-158FBC1D7035} Admin Office XP
Hotfix;PPINTL;6782;FullFile;ENG
{32971938-65B1-4B38-B483-9A32560B7CF2} Admin Office XP
Hotfix;RICHED20;6816;FullFile;ALL
{8DAE5EBD-5256-49E9-889C-59BB32B5EC58} Admin Office XP
Hotfix;SHARED;6716;FullFile;ALL;;
{BB6F8001-A8C5-41A1-9EE0-E5B245A500AA} Admin Office XP
Hotfix;SHARED;6736;FullFile;ALL;;873352
{0901C4DB-560F-4642-A076-E4996324F6A9} Admin Office XP
Hotfix;SHARED;6804;FullFile;ALL
{9C5A5A6D-4B86-4315-8ED0-BACB86686F0A} Admin Office XP
Hotfix;SHARED;6811;FullFile;ALL
{FF0311AB-34A0-4B0B-A8D3-B51E72B34F2C} Admin Office XP
Hotfix;SHARED;6817;FullFile;ALL
{E425ED22-87D8-48C0-9DEC-0519D49B78E1} Admin Office XP
Hotfix;SHARED;6825;FullFile;ALL
{AA0370C1-BEB2-4C8E-ADFD-B7AFE85F0FBE} Admin Office XP
Hotfix;VBE6;6809;FullFile;ALL
{FA111F3D-A299-438D-A61F-2E8D5138D1D2} Admin Office XP
Hotfix;VSDEBUG;6707;FullFile;ENG;;
{101D593A-069E-472C-A7FC-6CDB8ABFE37C} Admin Office XP
Hotfix;WINWORD;6754;FullFile;ALL;QFE 15229;895197
{BE898464-0D40-4794-AB7D-6AF9DB730211} Client Office XP
Hotfix;WINWORD;6764;FullFile;ALL
{08C82C8C-51E4-489A-A53B-C373A606FC94} Admin Office XP
Hotfix;WINWORD;6775;FullFile;ALL
{FBF242B7-C466-4FEF-9D2E-0D7DB42925F3} Admin Office XP
Hotfix;WINWORD;6802;FullFile;ALL
{345321B9-E6DC-4606-9C44-CEC373E64CCF} Admin Office XP
Hotfix;WINWORD;6818;FullFile;ALL
{7C0A567A-8336-48D1-AD10-2CC56E4720B0} Admin Office XP
Hotfix;WINWORD;6826;FullFile;ALL
{04AD9B45-8D30-480A-B586-86AAF6675EE7} Admin Office XP
Hotfix;WINWORD;6829;FullFile;ALL
 
E

Eric A.

Please manually download one of the problem patches to your machine. Lets try
KB936514 for example.

Extract the contents of KB936514 out of the exe using winzip.
You will have many text files and a file named xlconv.msp.

For ease of this conversation place xlconv.msp in the root of c:\

Then open a command prompt window and use this command..

msiexec /p c:\xlconv.msp /l*v c:\Update.txt /qn

After it fails you will have a log file in the root of c:\ named update.txt.

Please paste the contents on the forum so we can tell you why it failed.
 
A

Aaron Wright

Hi Eric,

Thank you for your reply! I will try what you suggested to solve the
problem. Though I don't understand how it will change anything. If I
create a new AIP and get it patched with SP3 and up-to-date as of
MS07-036 then it should be exactly the same as the current AIP I have
set up. How is recaching the client to that new AIP going to get me
any different results from recaching it to my current one?
Regardless, I know enough to know how little I know, so I will try
this and let you know the results.

I will also try what you suggested in your last post regarding
KB936514. I will post the results here when I finish.

Last, I'd like your opinion/input on something, and your reply may
benefit others watching this list/post as well. I'm referencing the
information in the 3 links I've pasted below. Basically, MBSA 2.0/
WSUS/SMS w/ ITMU don't support the detection of applicable security
updates for Office products installed via an AIP. In the back of my
mind I'm hoping you'll tell me there is some kind of work-around for
this. But Doug Neal said in his post "AIP installations will not be
supported going forward..." I'm not sure when this policy change
started, but I deployed our company's office installations via AIP
because it was a method recommended in Office Resource Kit book. Now
I'm stuck with no way to detect applicable security updates unless I
convert my clients to OBS and patch manually, which is quite a lot of
effort to go through and I haven't had time for. What are your
thoughts and comments on this?

Thanks again!
Aaron



http://groups.google.com/group/micr...49e48f31a1?lnk=st&q=&rnum=11#82647449e48f31a1

http://groups.google.com/group/micr...tesvcs/browse_thread/thread/8b6404d2830377a2/
(Doug Neal's response)

http://support.microsoft.com/kb/903773
 
E

Eric A.

WAIT!

:)

The post about KB936514 was a misclick... it was ment for someone elses
post... Dont follow those instructions as they are for installing patches
directly on the client and that is not what you want to do.

sorry for the confusion...
 
A

Aaron Wright

No problem! Any comment on the patch detection issue I brought up?

Is there any way to tell how the two patches got deployed to this
client directly? We use a mix of WSUS and SMS, with SMS simply
sending out an msiexec command to sync the clients to the AIP.
MS07-036 is not approved in WSUS, so I'm not sure how the PC got it.
About half of our PCs are having this same problem, but I can't say
with 100% certainty that they're all in a mixed state. But I assume
they are...

I'm going to work on setting up a fresh AIP and apply the patches
again. It will take some time, but I will let you know the outcome.

Thanks!
Aaron
 
A

Aaron Wright

I created a new AIP, and then I applied SP3 to it. I didn't apply all
the patches since SP3 because there are 36 of them and I don't want to
take the time yet.

I ran another recaching command on a client, but the version numbers
didn't update at all. The new AIP I just created has excel.exe
version 10.0.6501. After running the recaching command the client
still has version 10.0.6832. Same thing with powerpnt.exe,
winword.exe, mso.dll, and so on.

What now? Would you like the log file from the recaching?

Thanks!
Aaron
 
E

Eric A.

OK…

Here is the reason why. It’s my fault. I was having you use
msiexec.exe /i Aipshare\filename.msi REINSTALLMODE=VOMU REINSTALL=ALL

The problem is the “O†in the VOMU. The O indicates to replace older files.
We want to replace all files since we are reaching to a brand new AIP.

Please use this command instead.
msiexec.exe /i Aipshare\filename.msi REINSTALLMODE=VAMU REINSTALL=ALL

The “A†in VAMU will force it to replace all files with the new AIP versions
even if they are older versions.

This is documented in the MSDN article..
http://msdn2.microsoft.com/EN-US/library/aa367988.aspx

/f [p|o|e|d|c|a|u|m|s|v] Package|ProductCode Repairs a product. This option
ignores any property values entered on the command line. The default argument
list for this option is 'omus.' This option shares the same argument list as
the REINSTALLMODE property.
p - Reinstalls only if file is missing.
o - Reinstalls if file is missing or an older version is installed.
e - Reinstalls if file is missing or an equal or older version is installed.
d - Reinstalls if file is missing or a different version is installed.
c - Reinstalls if file is missing or the stored checksum does not match the
calculated value. Only repairs files that have msidbFileAttributesChecksum in
the Attributes column of the File table.
a - Forces all files to be reinstalled.
u - Rewrites all required user-specific registry entries.
m - Rewrites all required computer-specific registry entries.
s - Overwrites all existing shortcuts.
v - Runs from source and re-caches the local package. Do not use the v
reinstall option for the first installation of an application or feature.

To answer your question about whether or not you can tell how the client
patches got installed. No you can’t.
 
A

Aaron Wright

Good point Eric, I should have thought to try the VAMU.

Good news, it worked for one machine. Bad news, it didn't work on a
second machine I tested it on. I'm going to test it on a few other
machines after I get all those patches applied.

Is it alright if I send you the log from the machine that didn't
change after using VAMU?

Thanks for your help!


OK...

Here is the reason why. It's my fault. I was having you use
msiexec.exe /i Aipshare\filename.msi REINSTALLMODE=VOMU REINSTALL=ALL

The problem is the "O" in the VOMU. The O indicates to replace older files.
We want to replace all files since we are reaching to a brand new AIP.

Please use this command instead.
msiexec.exe /i Aipshare\filename.msi REINSTALLMODE=VAMU REINSTALL=ALL

The "A" in VAMU will force it to replace all files with the new AIP versions
even if they are older versions.

This is documented in the MSDN article..http://msdn2.microsoft.com/EN-US/library/aa367988.aspx

/f [p|o|e|d|c|a|u|m|s|v] Package|ProductCode Repairs a product.. This option
ignores any property values entered on the command line. The default argument
list for this option is 'omus.' This option shares the same argument listas
the REINSTALLMODE property.
p - Reinstalls only if file is missing.
o - Reinstalls if file is missing or an older version is installed.
e - Reinstalls if file is missing or an equal or older version is installed.
d - Reinstalls if file is missing or a different version is installed.
c - Reinstalls if file is missing or the stored checksum does not match the
calculated value. Only repairs files that have msidbFileAttributesChecksum in
the Attributes column of the File table.
a - Forces all files to be reinstalled.
u - Rewrites all required user-specific registry entries.
m - Rewrites all required computer-specific registry entries.
s - Overwrites all existing shortcuts.
v - Runs from source and re-caches the local package. Do not use the v
reinstall option for the first installation of an application or feature.

To answer your question about whether or not you can tell how the client
patches got installed. No you can't.

--
Eric Palm
MSFT Office Setup



Aaron Wright said:
I created a new AIP, and then I applied SP3 to it. I didn't apply all
the patches since SP3 because there are 36 of them and I don't want to
take the time yet.
I ran another recaching command on a client, but the version numbers
didn't update at all. The new AIP I just created has excel.exe
version 10.0.6501. After running the recaching command the client
still has version 10.0.6832. Same thing with powerpnt.exe,
winword.exe, mso.dll, and so on.
What now? Would you like the log file from the recaching?

...

read more »- Hide quoted text -

- Show quoted text -
 
E

Eric A.

Yes you can..

My last email regarding using the VAMU command should certainly correctly
update the clients to the SP3 AIP and revert the files like excel.exe etc to
the versions in the AIP.

The two patches that are cached cannot simply be uninstalled since Office Xp
patches cannot be removed via add/remove programs prior to a certain patch (I
forget which at the moment and don’t think it’s relevant enough to look it
up)

If you do find the time to switch your patching method you are right that
MBSA will then detect patches correctly. One more thing to note is that if
you wanted to push all 36 patches to the clients rather than having to push
them all individually you could use Ohotfix to push them all at once with a
single command line.

http://office.microsoft.com/en-us/ork2003/HA011364081033.aspx

Again if you decide to adopt this method then after reaching using the VAMU
instead of VOMU you will be all set as the patches that are cached are
patches you would send out anyway….



But…… If you want to continue using the AIP patching method then yes.. we
need to find a way to make those cached patches disappear..
Let me research this. Since they can’t be uninstalled some trickiness is
required. I’ll get back to you soon.



http://office.microsoft.com/en-us/ork2003/HA011364081033.aspx
--
Eric Palm
MSFT Office Setup


Aaron Wright said:
Good point Eric, I should have thought to try the VAMU.

Good news, it worked for one machine. Bad news, it didn't work on a
second machine I tested it on. I'm going to test it on a few other
machines after I get all those patches applied.

Is it alright if I send you the log from the machine that didn't
change after using VAMU?

Thanks for your help!


OK...

Here is the reason why. It's my fault. I was having you use
msiexec.exe /i Aipshare\filename.msi REINSTALLMODE=VOMU REINSTALL=ALL

The problem is the "O" in the VOMU. The O indicates to replace older files.
We want to replace all files since we are reaching to a brand new AIP.

Please use this command instead.
msiexec.exe /i Aipshare\filename.msi REINSTALLMODE=VAMU REINSTALL=ALL

The "A" in VAMU will force it to replace all files with the new AIP versions
even if they are older versions.

This is documented in the MSDN article..http://msdn2.microsoft.com/EN-US/library/aa367988.aspx

/f [p|o|e|d|c|a|u|m|s|v] Package|ProductCode Repairs a product.. This option
ignores any property values entered on the command line. The default argument
list for this option is 'omus.' This option shares the same argument list as
the REINSTALLMODE property.
p - Reinstalls only if file is missing.
o - Reinstalls if file is missing or an older version is installed.
e - Reinstalls if file is missing or an equal or older version is installed.
d - Reinstalls if file is missing or a different version is installed.
c - Reinstalls if file is missing or the stored checksum does not match the
calculated value. Only repairs files that have msidbFileAttributesChecksum in
the Attributes column of the File table.
a - Forces all files to be reinstalled.
u - Rewrites all required user-specific registry entries.
m - Rewrites all required computer-specific registry entries.
s - Overwrites all existing shortcuts.
v - Runs from source and re-caches the local package. Do not use the v
reinstall option for the first installation of an application or feature.

To answer your question about whether or not you can tell how the client
patches got installed. No you can't.

--
Eric Palm
MSFT Office Setup



Aaron Wright said:
I created a new AIP, and then I applied SP3 to it. I didn't apply all
the patches since SP3 because there are 36 of them and I don't want to
take the time yet.
I ran another recaching command on a client, but the version numbers
didn't update at all. The new AIP I just created has excel.exe
version 10.0.6501. After running the recaching command the client
still has version 10.0.6832. Same thing with powerpnt.exe,
winword.exe, mso.dll, and so on.
What now? Would you like the log file from the recaching?

No problem! Any comment on the patch detection issue I brought up?
Is there any way to tell how the two patches got deployed to this
client directly? We use a mix of WSUS and SMS, with SMS simply
sending out an msiexec command to sync the clients to the AIP.
MS07-036 is not approved in WSUS, so I'm not sure how the PC got it.
About half of our PCs are having this same problem, but I can't say
with 100% certainty that they're all in a mixed state. But I assume
they are...
I'm going to work on setting up a fresh AIP and apply the patches
again. It will take some time, but I will let you know the outcome.




The post about KB936514 was a misclick... it was ment for someone elses
post... Dont follow those instructions as they are for installing patches
directly on the client and that is not what you want to do.
sorry for the confusion...
:
Hi Eric,
Thank you for your reply! I will try what you suggested to solve the
problem. Though I don't understand how it will change anything. If I
create a new AIP and get it patched with SP3 and up-to-date as of
MS07-036 then it should be exactly the same as the current AIP I have
set up. How is recaching the client to that new AIP going to get me
any different results from recaching it to my current one?
Regardless, I know enough to know how little I know, so I will try
this and let you know the results.
I will also try what you suggested in your last post regarding
KB936514. I will post the results here when I finish.
Last, I'd like your opinion/input on something, and your reply may
benefit others watching this list/post as well. I'm referencing the
information in the 3 links I've pasted below. Basically, MBSA 2.0/
WSUS/SMS w/ ITMU don't support the detection of applicable security
updates for Office products installed via an AIP. In the back of my
mind I'm hoping you'll tell me there is some kind of work-around for
this. But Doug Neal said in his post "AIP installations will not be
supported going forward..." I'm not sure when this policy change
started, but I deployed our company's office installations via AIP
because it was a method recommended in Office Resource Kit book. Now
I'm stuck with no way to detect applicable security updates unless I
convert my clients to OBS and patch manually, which is quite a lot of
effort to go through and I haven't had time for. What are your
thoughts and comments on this?
Thanks again!
Aaron

http://groups.google.com/group/microsoft.public.softwareupdatesvcs/br....
(Doug Neal's response)

Please manually download one of the problem patches to your machine.. Lets try
KB936514 for example.
Extract the contents of KB936514 out of the exe using winzip.
You will have many text files and a file named xlconv.msp.
For ease of this conversation place xlconv.msp in the root of c:\
Then open a command prompt window and use this command..
msiexec /p c:\xlconv.msp /l*v c:\Update.txt /qn
After it fails you will have a log file in the root of c:\ named update.txt.
Please paste the contents on the forum so we can tell you why it failed.
:
Hi Aaron...
I don't think those errors are relevent.. if you captured a verbose log
could you please paste the entire contents here?
I have a script that I can run on the file that will tell me where it thinks
it got all of its patches from.
"Aaron Wright" wrote:
That's so much for your reply! Sorry I didn't check back sooner.
Yes, if you wouldn't mind verifing that these machines are in a mixed
state, I would appreciate it. What information do you need from me to
do this?
I've been troubleshooting the problem the last few days. I turned on
verbose logging, and I'm seeing a lot of error similar to the ones
below. I did some searching around and these are possibly caused by
different language versions? But I'm not sure how this could be,
we've always been English only.
DEBUG: Error 2746: Transform 1TTo1U invalid for package C:\WINDOWS
\Installer\176d92b.msi. Expected product
{90150804-6000-11D3-8CFE-0050048383C9}, found product
{90110409-6000-11D3-8CFE-0050048383C9}.
DEBUG: Error 2746: Transform 2TTo2U invalid for package C:\WINDOWS
\Installer\176d92b.msi. Expected product
{90150405-6000-11D3-8CFE-0050048383C9}, found product
{90110409-6000-11D3-8CFE-0050048383C9}.
DEBUG: Error 2746: Transform 3TTo3U invalid for package C:\WINDOWS
\Installer\176d92b.msi. Expected product
{90150406-6000-11D3-8CFE-0050048383C9}, found product
{90110409-6000-11D3-8CFE-0050048383C9}.
Thanks again!
Aaron
Yes...
More than likely the reason this is happening is because your install is in
a "mixed state".
I am assuming that you have applied most of your patches, or even all of
your office patches to the AIP and then have run the re-cache command to
update the clients.
I would bet that at some point one or more patches were either pushed to the
client machines or they have been installed directly on the clients.
This is a classic example of what we call a "mixed state".. Patches have been
installed on the machine locally, and also have been installed on the AIP and
re-cached to the client machines.
If the installation is in a "mixed state" the symptom that you usually see
is that you will try to apply an update and it says the update was
successful, but if you try to validate file versions/size etc from what the
KB says it should be it will not be correct.
This is discussed in the Office Xp whitepaper.http://support.microsoft.com/kb/330043
Here is a snippet..
Microsoft strongly recommends that you do not mix admin and client updates.
Instead:
7 Apply admin updates to admin installation points and then
perform

...

read more ;- Hide quoted text -

- Show quoted text -
 
E

Eric A.

Ok..

Here is how to do it.

Make a .reg file containing the following..

-------------------------------------------------

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\Installer\Patches\7E6F0683BB4F34444A8DCA4493E689EE]
[-HKEY_CLASSES_ROOT\Installer\Products\9040110900063D11C8EF00054038389C\Patches\7E6F0683BB4F34444A8DCA4493E689EE]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Patches\7E6F0683BB4F34444A8DCA4493E689EE]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\9040110900063D11C8EF00054038389C\Patches]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Patches\7E6F0683BB4F34444A8DCA4493E689EE]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9040110900063D11C8EF00054038389C\Patches]
[-HKEY_CLASSES_ROOT\Installer\Patches\1008F6BB5C8A1A14E90E5E2B545A00AA]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Patches\1008F6BB5C8A1A14E90E5E2B545A00AA]

------------------------------

Because of the web formatting you may not be able to copy and paste. There
should be 8 lines. I will email this to you also to make life easy.

So.. to remove the clientside patches to fix the mixed state..
#1 send a command that will kick off this reg file. It will delete all
registry referrences to the client side patches.
#2 Then re-cache to your new AIP making sure to use REINSTALLMODE=VAMU


--
Eric Palm
MSFT Office Setup


Aaron Wright said:
Good point Eric, I should have thought to try the VAMU.

Good news, it worked for one machine. Bad news, it didn't work on a
second machine I tested it on. I'm going to test it on a few other
machines after I get all those patches applied.

Is it alright if I send you the log from the machine that didn't
change after using VAMU?

Thanks for your help!


OK...

Here is the reason why. It's my fault. I was having you use
msiexec.exe /i Aipshare\filename.msi REINSTALLMODE=VOMU REINSTALL=ALL

The problem is the "O" in the VOMU. The O indicates to replace older files.
We want to replace all files since we are reaching to a brand new AIP.

Please use this command instead.
msiexec.exe /i Aipshare\filename.msi REINSTALLMODE=VAMU REINSTALL=ALL

The "A" in VAMU will force it to replace all files with the new AIP versions
even if they are older versions.

This is documented in the MSDN article..http://msdn2.microsoft.com/EN-US/library/aa367988.aspx

/f [p|o|e|d|c|a|u|m|s|v] Package|ProductCode Repairs a product.. This option
ignores any property values entered on the command line. The default argument
list for this option is 'omus.' This option shares the same argument list as
the REINSTALLMODE property.
p - Reinstalls only if file is missing.
o - Reinstalls if file is missing or an older version is installed.
e - Reinstalls if file is missing or an equal or older version is installed.
d - Reinstalls if file is missing or a different version is installed.
c - Reinstalls if file is missing or the stored checksum does not match the
calculated value. Only repairs files that have msidbFileAttributesChecksum in
the Attributes column of the File table.
a - Forces all files to be reinstalled.
u - Rewrites all required user-specific registry entries.
m - Rewrites all required computer-specific registry entries.
s - Overwrites all existing shortcuts.
v - Runs from source and re-caches the local package. Do not use the v
reinstall option for the first installation of an application or feature.

To answer your question about whether or not you can tell how the client
patches got installed. No you can't.

--
Eric Palm
MSFT Office Setup



Aaron Wright said:
I created a new AIP, and then I applied SP3 to it. I didn't apply all
the patches since SP3 because there are 36 of them and I don't want to
take the time yet.
I ran another recaching command on a client, but the version numbers
didn't update at all. The new AIP I just created has excel.exe
version 10.0.6501. After running the recaching command the client
still has version 10.0.6832. Same thing with powerpnt.exe,
winword.exe, mso.dll, and so on.
What now? Would you like the log file from the recaching?

No problem! Any comment on the patch detection issue I brought up?
Is there any way to tell how the two patches got deployed to this
client directly? We use a mix of WSUS and SMS, with SMS simply
sending out an msiexec command to sync the clients to the AIP.
MS07-036 is not approved in WSUS, so I'm not sure how the PC got it.
About half of our PCs are having this same problem, but I can't say
with 100% certainty that they're all in a mixed state. But I assume
they are...
I'm going to work on setting up a fresh AIP and apply the patches
again. It will take some time, but I will let you know the outcome.




The post about KB936514 was a misclick... it was ment for someone elses
post... Dont follow those instructions as they are for installing patches
directly on the client and that is not what you want to do.
sorry for the confusion...
:
Hi Eric,
Thank you for your reply! I will try what you suggested to solve the
problem. Though I don't understand how it will change anything. If I
create a new AIP and get it patched with SP3 and up-to-date as of
MS07-036 then it should be exactly the same as the current AIP I have
set up. How is recaching the client to that new AIP going to get me
any different results from recaching it to my current one?
Regardless, I know enough to know how little I know, so I will try
this and let you know the results.
I will also try what you suggested in your last post regarding
KB936514. I will post the results here when I finish.
Last, I'd like your opinion/input on something, and your reply may
benefit others watching this list/post as well. I'm referencing the
information in the 3 links I've pasted below. Basically, MBSA 2.0/
WSUS/SMS w/ ITMU don't support the detection of applicable security
updates for Office products installed via an AIP. In the back of my
mind I'm hoping you'll tell me there is some kind of work-around for
this. But Doug Neal said in his post "AIP installations will not be
supported going forward..." I'm not sure when this policy change
started, but I deployed our company's office installations via AIP
because it was a method recommended in Office Resource Kit book. Now
I'm stuck with no way to detect applicable security updates unless I
convert my clients to OBS and patch manually, which is quite a lot of
effort to go through and I haven't had time for. What are your
thoughts and comments on this?
Thanks again!
Aaron

http://groups.google.com/group/microsoft.public.softwareupdatesvcs/br....
(Doug Neal's response)

Please manually download one of the problem patches to your machine.. Lets try
KB936514 for example.
Extract the contents of KB936514 out of the exe using winzip.
You will have many text files and a file named xlconv.msp.
For ease of this conversation place xlconv.msp in the root of c:\
Then open a command prompt window and use this command..
msiexec /p c:\xlconv.msp /l*v c:\Update.txt /qn
After it fails you will have a log file in the root of c:\ named update.txt.
Please paste the contents on the forum so we can tell you why it failed.
:
Hi Aaron...
I don't think those errors are relevent.. if you captured a verbose log
could you please paste the entire contents here?
I have a script that I can run on the file that will tell me where it thinks
it got all of its patches from.
"Aaron Wright" wrote:
That's so much for your reply! Sorry I didn't check back sooner.
Yes, if you wouldn't mind verifing that these machines are in a mixed
state, I would appreciate it. What information do you need from me to
do this?
I've been troubleshooting the problem the last few days. I turned on
verbose logging, and I'm seeing a lot of error similar to the ones
below. I did some searching around and these are possibly caused by
different language versions? But I'm not sure how this could be,
we've always been English only.
DEBUG: Error 2746: Transform 1TTo1U invalid for package C:\WINDOWS
\Installer\176d92b.msi. Expected product
{90150804-6000-11D3-8CFE-0050048383C9}, found product
{90110409-6000-11D3-8CFE-0050048383C9}.
DEBUG: Error 2746: Transform 2TTo2U invalid for package C:\WINDOWS
\Installer\176d92b.msi. Expected product
{90150405-6000-11D3-8CFE-0050048383C9}, found product
{90110409-6000-11D3-8CFE-0050048383C9}.
DEBUG: Error 2746: Transform 3TTo3U invalid for package C:\WINDOWS
\Installer\176d92b.msi. Expected product
{90150406-6000-11D3-8CFE-0050048383C9}, found product
{90110409-6000-11D3-8CFE-0050048383C9}.
Thanks again!
Aaron
Yes...
More than likely the reason this is happening is because your install is in
a "mixed state".
I am assuming that you have applied most of your patches, or even all of
your office patches to the AIP and then have run the re-cache command to
update the clients.
I would bet that at some point one or more patches were either pushed to the
client machines or they have been installed directly on the clients.
This is a classic example of what we call a "mixed state".. Patches have been
installed on the machine locally, and also have been installed on the AIP and
re-cached to the client machines.
If the installation is in a "mixed state" the symptom that you usually see
is that you will try to apply an update and it says the update was
successful, but if you try to validate file versions/size etc from what the
KB says it should be it will not be correct.
This is discussed in the Office Xp whitepaper.http://support.microsoft.com/kb/330043
Here is a snippet..
Microsoft strongly recommends that you do not mix admin and client updates.
Instead:
7 Apply admin updates to admin installation points and then
perform

...

read more ;- Hide quoted text -

- Show quoted text -
 
E

Eric A.

Hi Aaron,

Happy Friday! ïŠ


You are not going to like this….

The reason that the machine that you ran the VAMU re-cache on and you are
finding that the Excel.exe and Winword.exe files are still at higher
versions, is because that machine has it’s own different cached client
patches installed. Specifically two patches that are applied to it are the
Excel and word patches that upgrade them to higher versions..

From the log file from that machine…

Here are the cached client patches.
{66D08203-FB46-4D27-A609-FFE9A77FAA1F} Client Office XP
Hotfix;FP5AUTL.FPCUTL;6747;Optimized;ALL;;
{DA256408-A2E7-41A5-8AD6-62ACB86A0FD7} Admin Office XP
Hotfix;MAINSP3.MSGR2PB.MSSP3KO.OFFFILT.EXCEL.FM20.FP5AUTL.FPCUTL.FRONTPG.GRAPHFLT.GRAPH.MAINSP2.FP5_DLL.MAINSP1.MSACCESS.MSOSTYLE.MSPUB.MSSP3FR.MSSP3GE.MSSP3IT.MSSP3NL.MSSPELL.MSTH3FR.MSTORE.OLKINTL.OUTLOOK.OWC10.POWERPNT.SHARED.WINWORD.EUROTOOL.MSDAIPP.OLAPPT.OUTLCM.OUTLCTL.OUTLMIME.PSTPRX32.PUBINTL.MSONSEXT.MSQRY32.RICHED20.MSCONV.OWSCLT.SHRDINTL.SNAPVIEW.VBE6;6626;FullFile;ENG;;
{BE898464-0D40-4794-AB7D-6AF9DB730211} Client Office XP
Hotfix;WINWORD;6764;FullFile;ALL
{151BDDD6-8453-483C-8864-8BE5459BF4F4} Client Office XP
Hotfix;EXCEL;6832;FullFile;ALL

Notice that the bottom two patches update Winword to 6764 and Excel to 6832
respectively.

Also from the log..

MSI (s) (34:D8) [19:45:46:885]: Executing op:
FileCopy(SourceName=EXCEL.EXE,SourceCabKey=EXCEL.EXE,DestName=EXCEL.EXE,Attributes=5633,FileSize=9360728,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=10.0.6832.0,Language=0,InstallMode=96468992,,,,,,,)
MSI (s) (34:D8) [19:45:47:026]: File: C:\Program Files\Microsoft
Office\Office10\EXCEL.EXE; Overwrite; Won't patch; REINSTALLMODE specifies
all files to be overwritten
MSI (s) (34:D8) [19:45:47:026]: Source for file 'EXCEL.EXE' is compressed
MSI (s) (34:D8) [19:45:47:026]: Re-applying security from existing file.

And..

MSI (s) (34:D8) [19:45:48:245]: Executing op:
FileCopy(SourceName=WINWORD.EXE,SourceCabKey=WINWORD.EXE,DestName=WINWORD.EXE,Attributes=5633,FileSize=10635976,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=10.0.6764.0,Language=0,InstallMode=96468992,,,,,,,)
MSI (s) (34:D8) [19:45:49:136]: File: C:\Program Files\Microsoft
Office\Office10\WINWORD.EXE; Overwrite; Won't patch; REINSTALLMODE specifies
all files to be overwritten
MSI (s) (34:D8) [19:45:49:136]: Source for file 'WINWORD.EXE' is compressed
MSI (s) (34:D8) [19:45:49:136]: Re-applying security from existing file.

This basically says that is does the file copy of the new excel and winword
files but then “MSI (s) (34:D8) [19:45:49:136]: Re-applying security from
existing file†Means that it is re-applying the two cached patches from above
and thus updating them to the newer versions, causing it to be out of sync
with the AIP.

This adds a new wrench to the whole problem. This shows us that this machine
has different cached patches then the one we were originally working on.
{BE898464-0D40-4794-AB7D-6AF9DB730211} Client Office XP
Hotfix;WINWORD;6764;FullFile;ALL
{151BDDD6-8453-483C-8864-8BE5459BF4F4} Client Office XP
Hotfix;EXCEL;6832;FullFile;ALL

If you have other machines that have even more different client patches
installed that we are unaware of then you will experience this issue on them
as well. It would be one thing if all the machines had the same two original
cached patches on them. In that scenario we could just push out the reg
delete commands, blow away those 2 patches on all the boxes and recache to
the new source. But if each box has different and independent patches on them
then we wouldn’t have the ability to know what patches are cached on every
machine unless we queried them all individually and sent out separate reg
delete commands for all the possible cached patches..


With this new information you have new choices.

#1. Rather than send out a command to blow away the references to the cached
patches (which now seems impossible since it appears that they all may have
different cached patches) we could send out a MSIzap command to wipe out all
references to all patches and the office installs and then re-cache to the
new source.
Or
#2. Move to the method previously discussed where the AIP stays at baseline
and all patches are pushed to the clients. If this method is chose then no
further work is needed besides re-caching the new source.

Again I would recommend that this convinces you to move to option 2, as it
is just another example of not having control over the clients. If they don’t
get successfully locked down and clients install random patches then the
issue will start all over again in the future.

Of course the choice is yours. If you want to use MSIzap, let me know and I
will send you instructions on this new method.

--
Eric Palm
MSFT Office Setup


Aaron Wright said:
Good point Eric, I should have thought to try the VAMU.

Good news, it worked for one machine. Bad news, it didn't work on a
second machine I tested it on. I'm going to test it on a few other
machines after I get all those patches applied.

Is it alright if I send you the log from the machine that didn't
change after using VAMU?

Thanks for your help!


OK...

Here is the reason why. It's my fault. I was having you use
msiexec.exe /i Aipshare\filename.msi REINSTALLMODE=VOMU REINSTALL=ALL

The problem is the "O" in the VOMU. The O indicates to replace older files.
We want to replace all files since we are reaching to a brand new AIP.

Please use this command instead.
msiexec.exe /i Aipshare\filename.msi REINSTALLMODE=VAMU REINSTALL=ALL

The "A" in VAMU will force it to replace all files with the new AIP versions
even if they are older versions.

This is documented in the MSDN article..http://msdn2.microsoft.com/EN-US/library/aa367988.aspx

/f [p|o|e|d|c|a|u|m|s|v] Package|ProductCode Repairs a product.. This option
ignores any property values entered on the command line. The default argument
list for this option is 'omus.' This option shares the same argument list as
the REINSTALLMODE property.
p - Reinstalls only if file is missing.
o - Reinstalls if file is missing or an older version is installed.
e - Reinstalls if file is missing or an equal or older version is installed.
d - Reinstalls if file is missing or a different version is installed.
c - Reinstalls if file is missing or the stored checksum does not match the
calculated value. Only repairs files that have msidbFileAttributesChecksum in
the Attributes column of the File table.
a - Forces all files to be reinstalled.
u - Rewrites all required user-specific registry entries.
m - Rewrites all required computer-specific registry entries.
s - Overwrites all existing shortcuts.
v - Runs from source and re-caches the local package. Do not use the v
reinstall option for the first installation of an application or feature.

To answer your question about whether or not you can tell how the client
patches got installed. No you can't.

--
Eric Palm
MSFT Office Setup



Aaron Wright said:
I created a new AIP, and then I applied SP3 to it. I didn't apply all
the patches since SP3 because there are 36 of them and I don't want to
take the time yet.
I ran another recaching command on a client, but the version numbers
didn't update at all. The new AIP I just created has excel.exe
version 10.0.6501. After running the recaching command the client
still has version 10.0.6832. Same thing with powerpnt.exe,
winword.exe, mso.dll, and so on.
What now? Would you like the log file from the recaching?

No problem! Any comment on the patch detection issue I brought up?
Is there any way to tell how the two patches got deployed to this
client directly? We use a mix of WSUS and SMS, with SMS simply
sending out an msiexec command to sync the clients to the AIP.
MS07-036 is not approved in WSUS, so I'm not sure how the PC got it.
About half of our PCs are having this same problem, but I can't say
with 100% certainty that they're all in a mixed state. But I assume
they are...
I'm going to work on setting up a fresh AIP and apply the patches
again. It will take some time, but I will let you know the outcome.




The post about KB936514 was a misclick... it was ment for someone elses
post... Dont follow those instructions as they are for installing patches
directly on the client and that is not what you want to do.
sorry for the confusion...
:
Hi Eric,
Thank you for your reply! I will try what you suggested to solve the
problem. Though I don't understand how it will change anything. If I
create a new AIP and get it patched with SP3 and up-to-date as of
MS07-036 then it should be exactly the same as the current AIP I have
set up. How is recaching the client to that new AIP going to get me
any different results from recaching it to my current one?
Regardless, I know enough to know how little I know, so I will try
this and let you know the results.
I will also try what you suggested in your last post regarding
KB936514. I will post the results here when I finish.
Last, I'd like your opinion/input on something, and your reply may
benefit others watching this list/post as well. I'm referencing the
information in the 3 links I've pasted below. Basically, MBSA 2.0/
WSUS/SMS w/ ITMU don't support the detection of applicable security
updates for Office products installed via an AIP. In the back of my
mind I'm hoping you'll tell me there is some kind of work-around for
this. But Doug Neal said in his post "AIP installations will not be
supported going forward..." I'm not sure when this policy change
started, but I deployed our company's office installations via AIP
because it was a method recommended in Office Resource Kit book. Now
I'm stuck with no way to detect applicable security updates unless I
convert my clients to OBS and patch manually, which is quite a lot of
effort to go through and I haven't had time for. What are your
thoughts and comments on this?
Thanks again!
Aaron

http://groups.google.com/group/microsoft.public.softwareupdatesvcs/br....
(Doug Neal's response)

Please manually download one of the problem patches to your machine.. Lets try
KB936514 for example.
Extract the contents of KB936514 out of the exe using winzip.
You will have many text files and a file named xlconv.msp.
For ease of this conversation place xlconv.msp in the root of c:\
Then open a command prompt window and use this command..
msiexec /p c:\xlconv.msp /l*v c:\Update.txt /qn
After it fails you will have a log file in the root of c:\ named update.txt.
Please paste the contents on the forum so we can tell you why it failed.
:
Hi Aaron...
I don't think those errors are relevent.. if you captured a verbose log
could you please paste the entire contents here?
I have a script that I can run on the file that will tell me where it thinks
it got all of its patches from.
"Aaron Wright" wrote:
That's so much for your reply! Sorry I didn't check back sooner.
Yes, if you wouldn't mind verifing that these machines are in a mixed
state, I would appreciate it. What information do you need from me to
do this?
I've been troubleshooting the problem the last few days. I turned on
verbose logging, and I'm seeing a lot of error similar to the ones
below. I did some searching around and these are possibly caused by
different language versions? But I'm not sure how this could be,
we've always been English only.
DEBUG: Error 2746: Transform 1TTo1U invalid for package C:\WINDOWS
\Installer\176d92b.msi. Expected product
{90150804-6000-11D3-8CFE-0050048383C9}, found product
{90110409-6000-11D3-8CFE-0050048383C9}.
DEBUG: Error 2746: Transform 2TTo2U invalid for package C:\WINDOWS
\Installer\176d92b.msi. Expected product
{90150405-6000-11D3-8CFE-0050048383C9}, found product
{90110409-6000-11D3-8CFE-0050048383C9}.
DEBUG: Error 2746: Transform 3TTo3U invalid for package C:\WINDOWS
\Installer\176d92b.msi. Expected product
{90150406-6000-11D3-8CFE-0050048383C9}, found product
{90110409-6000-11D3-8CFE-0050048383C9}.
Thanks again!
Aaron
Yes...
More than likely the reason this is happening is because your install is in
a "mixed state".
I am assuming that you have applied most of your patches, or even all of
your office patches to the AIP and then have run the re-cache command to
update the clients.
I would bet that at some point one or more patches were either pushed to the
client machines or they have been installed directly on the clients.
This is a classic example of what we call a "mixed state".. Patches have been
installed on the machine locally, and also have been installed on the AIP and
re-cached to the client machines.
If the installation is in a "mixed state" the symptom that you usually see
is that you will try to apply an update and it says the update was
successful, but if you try to validate file versions/size etc from what the
KB says it should be it will not be correct.
This is discussed in the Office Xp whitepaper.http://support.microsoft.com/kb/330043
Here is a snippet..
Microsoft strongly recommends that you do not mix admin and client updates.
Instead:
7 Apply admin updates to admin installation points and then
perform

...

read more ;- Hide quoted text -

- Show quoted text -
 

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