Hi GALAracunala,
I tried your method. I ran setup.exe /a MSINODISABLEMEDIA=1 and installed to F:\Office2003\PRO11
Then I slipstreamed office service pack 2 using the following code
msiexec /p F:\SP2\MAINSP1ff.msp /a F:\Office2003\PRO11\PRO11.msi SHORTFILENAMES=TRUE /qb
msiexec /p F:\SP2\OWC11SP1ff.msp /a F:\Office2003\PRO11\OWC11.MSI SHORTFILENAMES=TRUE /qb
Next, I created a custom .MST file using Microsoft Office Resource Kit 2003 and placed this into the F:\Office2003\PRO11\ directory.
Finally, I then transfered the contents of F:\Office2003\PRO11 to my xpcd; $1\$OEM$\Install\Office2003\PRO11\
I call this from a script file during windows setup using the following script
<item display="Microsoft Office 2003" image="#XPLODE#\images\office.gif">
<execute display="Microsoft Office Suite 2003" desc="Installs Access, Excel, InfoPath, Outlook, PowerPoint, Publisher and Word">
<program>#systemdrive#\Install\Office2003\PRO11\SETUP.EXE</program>
<arguments>TRANSFORMS=#systemdrive#\Install\Office2003\PRO11\UNATTENDED.MST /qn</arguments>
<wait>true</wait>
</execute>
When setup attempts to install Office it appears that everything is going fine, the process takes several minutes to complete. But still, when I return to the desktop there is no office2003 components installed. The only evidence that it tried to install is a complete empty Microsoft Frontpage directy in my Program Files.
Edit: Ok, I don't know why I didn't think of this before but I changed the switch to /qb- and was able to see a little of what was happening, it almost reaches 100% in 'configuring office' dialog and then a window flashes up and the process rolls back. I will try with no switch at all to see if that will help me catch the error message.
This post has been edited by hohner: 18 December 2005 - 06:12 AM