Jump to content

Office 2003 Slipstream with SP3 problem


sam1984

Recommended Posts

hi all,

i try to slipstream new SP3 into office 2003.

all were ok and i installed new office from hard and all seems good.

but when i burn it on CD and try to install it through DVD-ROM it stopped at below dll and said "insert office CD":

Microsoft.Office.Interop.Infopath.SemiTrust.dll

i see some old topic about this problem with sp2 but it didnt work on sp3.

so how can i solve it?

thanks

Link to comment
Share on other sites


I think this issue has been around since before SP3. It is dealing with a certain hotfix for infopath.

Basically there are 2 different workarounds you can find on http://msfn.org or on my site http://siginetsoftware.com/forum

Sorry I don't have time to find them for you.

But basically one work around is make sure you have dotnet installed on the computer before you install office2k3. The other workaround you have to use orca.exe to modify the msi file so that dotnet is no longer needed.

Link to comment
Share on other sites

Solution for me with french version

open pro11.msi with Orca delete all entry with FM20ENU.DLL_1033 (2 entry in table file and Components)

and delete in table FeatureComponents (Productfiles - Global_Forms_CoreIntl_1033)

Save and Ok

Edited by zorro1
Link to comment
Share on other sites

Solution for me with french version

open pro11.msi with Orca delete all entry with FM20ENU.DLL_1033 (2 entry in table file and Components)

and delete in table FeatureComponents (Productfiles - Global_Forms_CoreIntl_1033)

Save and Ok

Work also for me (Office 2003 Pro ITA)! :thumbup

Thanks zorro1!

That's very boring anyway.... also, I can't slipstream KB936677 (Update for Outlook 2003 Junk Email Filter), I always receive an error.... :angry:

Link to comment
Share on other sites

I'm trying to create a batch file that can modify the PRO11.msi file with zorro1's modifications. With Orca I created a .mst file with the 3 changes, but it doesn't work.... I used this line (found here on MSFN):

msiexec /i C:\Office11\PRO11.msi TRANSFORMS=C:\Office11\PRO11.mst

Somebody can help me???? :unsure:

This is the complete batch file:

@echo off
mkdir %systemdrive%\OfficeTemp
echo Integrazione Service Pack 3....
start /wait office2003SP3.exe /q /t:C:\OfficeTemp /c
msiexec /p C:\OfficeTemp\MAINSP3.msp /a C:\Office11\PRO11.msi shortfilenames=true /qb
msiexec /p C:\OfficeTemp\OWC11SP3.msp /a C:\Office11\OWC11.msi shortfilenames=true /qb
del /q %systemdrive%\OfficeTemp
echo Integrazione completata con successo!
echo.

Thanks!

Edited by puntoMX
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...