
when the install occurs neither produces any dialogs that require user input...
background:
we are installing the ms office pro xp product to both english and french workstations. we have been experiencing difficulty having both languages behave in a similiar manner.
specifically, at this stage, we load workstations with ms office pro xp. we then follow up this install with the installation of the proofing tools. ( we stopped using chained installs and split the operation to allow for debugging ).
for the english workstations everything seems tickity-boo. however for the french workstations we start running into errors with the proofing tools. after a bit of investigation the problem was tracked to the use of the /QB vs. /QR switch.
after reviewing the logs summary, analysis identifies that the "Client Priviledge Details:" is different depending on which option is used. if the /qb option is used this is set to (none). if the /qr option is used this is set to "..... with elevated priviledges: Product is assigned." !?
after analyzing the resultant differences on the workstation i have determined that:
Regarding Files Copied:
using /qb results in 1 unique file on the workstation while /qr results in 2 unique files ( both share 101 files that are the same, based on the MD5 hash ). the unique files with the /qb is the cached msi so no trouble there. the unique files on the /qr system are the cached msi ( again no problem ) but there is a new file ( MSB1EALR.DLL in the ..\..\Microsoft Shared\Translat directory )!
Regarding Registry Entries Made/Changed:
the results for the registry changes are much more dramatic. there are 1,164 entries that are common to both installs. there are 108 entries that are different ( they share the same key names but the values are different ). in the /qr install there are an additional 141 changes made to the registry!!
should there be that big of a difference in the results of a /qb vs. /qr install


has anyone experienced this
