http://extrabest.info/dw/
Thanks to everyone. The above link has a few PDFs, one of which helped. The lesson I learned, thanks to grim, was to double-check that I had the right installer, first and foremost. The five-user R75/mo ver is Home Premium. Helps to read the rubbish on the screen. For the next person that runs into this problem, these are the steps I followed:
(Based on the suggestions above and from this link)
(1) Download the FixIt tool to make sure that no version has been installed. KhoisanX - thanks. Repairing did nothing. One has to completely remove it.
(2) Download the Office Deployment Tool as appropriate for your requirements from
http://www.microsoft.com/en-us/download/details.aspx?id=36778
(3) Extract it to C:\Office15
(4) Edit configuration.xml in that folder to be the following:
Code:
<Configuration>
<Add SourcePath="C:\Office15\" OfficeClientEdition="[B]32[/B]" >
<Product ID="[B]O365HomePremRetail[/B]"> <Language ID="en-us" />
</Product>
</Add>
</Configuration>
Noting the following:
OfficeClientEdition = 32 or 64, depending on your requirements. MS generally recommends 32.
Product ID depends on which version you have purchased.
Code:
O365HomePremRetail = Office 365 Home Premium
O365ProPlusRetail = Office 365 Pro Plus
O365SmallBusPremRetail = Office 365 Small Business Premium
ProPlusRetail = OfficeProfessional Plus 2013
StandardRetail = Standard 2013 Office
HomeBusinessRetail = Office Home & Business 2013
HomeStudentRetail = Office Home & Student 2013
ProfessionalRetail = OfficeProfessional 2013
(5) Enter an administrative command line (Start -> cmd.exe ->right-click Run As Admin)
Code:
cd /Office15
setup.exe /download configuration.xml
(6) Make sure that your PC does not go to sleep or anything while it downloads the installers - it is about 1GB.
(7) Once the download is finished, open the data folder on Explorer or whatever and note the folder number in that directory listing.
(8) Edit configuration.xml a second time:
Code:
<Configuration>
<Add SourcePath="C:\Office15\" Version="[B]15.0.4517.1509[/B]" OfficeClientEdition="[B]32[/B]" >
<Product ID="[B]O365HomePremRetail[/B]">
<Language ID="en-us" />
</Product>
</Add>
<Display Level="Full" AcceptEULA="TRUE" />
</Configuration>
That version must equal the folder number that you found above.
(9) In that same dos prompt, making sure you are in Office15:
Code:
setup.exe /configure configuration.xml
Hopefully, this installs it.
I have replicated the data here from the source above, so that it can be found by our good friend google and in case that site ever disappears. Either way, credit is due to them as well as grim and KhoisanX.