Office 2003 Slipstream with SP3 problem Microsoft.Office.Interop.Infopath.SemiTrust.dll
#1
Posted 20 September 2007 - 07:56 AM
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
#2
Posted 20 September 2007 - 10:01 AM
the file sits on the CD in the Systems folder
what now?
This post has been edited by 1337samson: 20 September 2007 - 10:01 AM
#3
Posted 20 September 2007 - 11:29 AM
it does work ok when you install from network share of hard disk, but from cd it doesn't work
#5
Posted 21 September 2007 - 08:55 AM
#6
Posted 21 September 2007 - 09:13 AM
#7
Posted 21 September 2007 - 11:57 AM
French version here, so it seem to affect pretty much everyone!
#8
Posted 21 September 2007 - 02:51 PM
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.
#9
Posted 21 September 2007 - 02:55 PM
#10
Posted 21 September 2007 - 11:11 PM
#11
Posted 22 September 2007 - 12:00 AM
#12
Posted 22 September 2007 - 06:19 AM
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
This post has been edited by zorro1: 22 September 2007 - 06:20 AM
#13
Posted 22 September 2007 - 08:14 AM
zorro1, on Sep 22 2007, 02:19 PM, said:
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)!
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....
#14
Posted 22 September 2007 - 08:46 AM
thanks Zorro1
This post has been edited by sam1984: 22 September 2007 - 08:47 AM
#15
Posted 23 September 2007 - 03:56 AM
msiexec /i C:\Office11\PRO11.msi TRANSFORMS=C:\Office11\PRO11.mst
Somebody can help me????
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!
This post has been edited by puntoMX: 29 September 2007 - 09:57 AM
#16
Posted 23 September 2007 - 05:43 AM
FRONTPAGE 2003
Quote
@ECHO OWC 10 is slipstreaming ....
pause
msiexec /p E:\Office2003SP3\OWC102003sp3.msp /a E:\SOURCES\FRONTPAGE2003\OWC10.msi /qb
@ECHO OWC 11 is slipstreaming ....
pause
msiexec /p E:\Office2003SP3\OWC11sp3.msp /a E:\SOURCES\FRONTPAGE2003\OWC11.msi /qb
@echo Frontpage 2003 is slipstreaming
pause
msiexec /p E:\Office2003SP3\MAINSP3.msp /a E:\SOURCES\FRONTPAGE2003\FP11.msi PIDKEY=1234567890123456789012345 /qb
OFFICE 2003
Quote
@ECHO OWC 10 is slipstreaming ....
pause
msiexec /p E:\Office2003SP3\OWC102003sp3.msp /a E:\SOURCES\OFFICE2003\OWC10.msi /qb
@ECHO OWC 11 is slipstreaming ....
pause
msiexec /p E:\Office2003SP3\OWC11sp3.msp /a E:\SOURCES\OFFICE2003\OWC11.msi /qb
@echo Frontpage 2003 is slipstreaming
pause
msiexec /p E:\Office2003SP3\MAINSP3.msp /a E:\SOURCES\OFFICE2003\PRO11N.msi PIDKEY=1234567890123456789012345 /qb
edit:
i see that i had dotnet installed
edit: hmmm, i also dont have infopath in it (pro11n.msi) :S
This post has been edited by easy: 23 September 2007 - 08:02 AM
#17
Posted 23 September 2007 - 06:14 AM
#18
Posted 24 September 2007 - 05:48 AM
About this problem, I had the same problem as the other people here, but I was wondering why it was looking for the English version of this file and not the version of my country, as this should logically be.
Since most of the people here had problems with foreign versions, I thought that it was because the program was trying to "patch" the English version only and not the correct version from the user's country.
I saw later that even English users have the same problem ...
So I looked on the Internet the location of the file : Windows/System32
http://www.processli...fo/fm20enu.html
Then I looked for this file on my PC and as I suspected, I found only the version of my country.
My guess was that the solution would be to indicate the "correct" file with orca.exe (that I don't have yet) or more easily to copy the file from the CD to its location on the disk.
I did this and BINGO ! The installation finished flawlessly ! Just as it was supposed to and this time (it does not ask for the serial like for the other solution in this thread).
I could check that the instllaed version is SP3 by looking in the help of MS Word.
Now I just wonder if only the English version of the file is "patched" or if the version of my country is patched as well ... If not, I just hope that everything will still work correctly with this version.
I hope this will help.
#19
Posted 26 September 2007 - 07:04 AM
#20
Posted 26 September 2007 - 01:36 PM
I hoped in something better....
- ← End-of-mail disclaimer notice cannot be deleted
- Microsoft Office 97-2013
- Wrong Signature Appearing in Received Mail →



Help

Back to top









