Finally, a solution for installing Office 2003 Silently without having an enterprise edition.
First, you will need ORCA to edit a MSI file with. This utility can be found in the Microsoft Platform SDK (OS Independent). Install the SDK (the only component you really need to install is Microsoft Windows Installer SDK\Tools), then browse to the bin folder in the install path (default is C:\Program Files\Microsoft Platform SDK\Bin) and run the ORCA.msi file to install ORCA.
First, on your office CD, grab the "PRO11N.MSI" (may be something slightly different (including STDsomething) depending on the actual version, I imagine that this should work for all strains of Office 2003) and stick it somewhere on your harddrive.
Second, right click on the MSI file, and select "Edit with Orca".
Now, we just need to delete a few fields, nothing terribly difficult--just the sections telling you that you can't do the install quiet, and that you can't use transforms.
Locate the table titled "AdminExecuteSequence" in the left-hand pane and click on it. In the right-hand pane, click on the row that has "SkuredQuiet" in the first column, and hit DEL on your keyboard.
Next, locate the table titled "InstallExecuteSequence" and select it. In the right-hand pane, delete the row that has "SkuredQuiet" in the first column and the row that has "SkuredCIW" in the first column.
Save the file, exit, and put the modified MSI back with the rest of your office installation source (whether that means burning it to disc or just sticking it on your HDD somewhere).
Whala. You're done.
As a side note, this was not actually all that difficult to figure out, and if you run into other "I won't let you do this because I don't feel like it" issues with this installer, here's how I figured things out.
First, I created my MST using the ORK as explained in the Office 2003 Unattended Guided. Next, I ran the install trying to do quiet and with that MST transform. Then I looked at the logfile the MSI left, and just above where it dumps all of the properties, there was a line that said "MSI (s) (C4:EC) [16:59:59:171]: Product: Microsoft Office Professional Edition 2003 -- Quiet-mode installation is supported only in Enterprise versions of Microsoft Office 2003." And just above that, was a line that said "Action start [time]: SkuredQuiet."
Well, removing all references to "SkuredQuiet" produced a new error message in the same location that said something about not being allowed to use a transform. So, I found that the "Action start [time]:" line immediately before that new error was for "SkuredCIW." Remove that, and it worked just fine.
So, if there are more problems, just keep following that pattern to remove the offending section. As always, keep a backup handy (though I recken that you should have the original CD to work from, eh?).
Enjoy!
