hi all,
I have a solution, I'll explain you how I did:
The problem is Update for InfoPath 2003 (KB920103):
you don't need Office 2003 PIA
you need Windows Installer SDK (x86) v1.1
After slipstreaming Update for InfoPath 2003 (KB920103) into Office 2003 Professional with SP2 there are two errors in PRO11.MSI.
To fix:
* download Windows Installer SDK (x86) v1.1:
* double click downloaded IntelSDK.msi and follow the instruction to install
* go in the folder where you have install to (default D:\MsiIntel.SDK) then under folder Tools (D:\MsiIntel.SDK\Tools)
* double click Orca.msi and install it
* backup PRO11.MSI slipstreamed with Update for InfoPath 2003 (KB920103)
* run Orca
* with Orca open PRO11.MSI slipstreamed with Update for InfoPath 2003 (KB920103)
* then in the Tables column (left) click on File, scroll down the rigth column until end, at the bottom you will see the last two rows like:
File Component_ Sequence
IPCLRWRP.DLL_0001 Global_PIA_XDocsWrapper2 4550
INFOPATH.CFG Global_PIA_XDocsWrapper2 4551
* change the numbers under Sequence into:
File Component_ Sequence
IPCLRWRP.DLL_0001 Global_PIA_XDocsWrapper2 270
INFOPATH.CFG Global_PIA_XDocsWrapper2 271
attachment
* save PRO11.MSI
* create image, burn it and try...