I didn't think you could deploy Office 2007 using Group Policy, as it doesn't come with an MSI? Unless you created one using another method?
Our Office 2007 Enterprise CD contains an .msi install file within a subfolder WWsomething.
Create an admin setup point by running
X:\Setup.exe /admin Create it in C:\Office in this example.
---------
Thank you; I'll try this.
---------
Download Office 2007 SP2
here to C:\Service, then run the following command:
Code:
c:\service\office2007sp2-kb953195-fullfile-en-us.exe /extract:c:\office\updates\
This will extract the MSP file into the correct directory. Office will install SP2 as part of the installation process. As a recommendation (on a test machine), do all the above, then run Microsoft Update. You can then see what other Office 2007 updates are available, download the redistributable versions and again, run the same command line above (just change the file name as appropriate) to extract the MSP. The C:\Office\Updates folder can contain as many files as required. In mine I have 28 MSP files to give you an idea. It includes all the additional Help files.
---------
Yeah, I did part of this (just the SP2 extract to office\updates); but I was concerned about comments about group policy not understanding .msp files, so wondered if the updates would apply if Office was deployed using group policy (using the forementioned msi file). Also, thanks for your advice regarding incorporating updates post SP2.
---------
When you create an admin install, you have the ability to create an answer file. I call mine Office2007.msp which lives in the root of C:\Office
---------
Hmm from what i've read, I'm not sure if I could can include an .msp answer file with the group policy deployment, but i'll give it a go.
---------
To include the answer file when running Office 2007 setup, you'd run the following command:
Code:
C:\Office\setup.exe /adminfile office2007.msp
I've not actually tried leaving two versions of Office on the same machine; say 2003 and 2007 and I am not 100% sure what happens with regards to file extensions. Which version of Word do documents open with? I have no idea, but I would guess 2007 takes priority knowing Microsoft. Users may be required to open the application, then open the document to open in Office 2003.
---------
It can be done; with the exception of Outlook; you cannot keep two versions, so we are going with Outlook 2007. One issue I spotted is that certatin Outlook user items aren't migrated (such as the memory of external email addresses, sigantures) which could cause some users issues..
I'm not sure which versions open by default (hopefully 2007 apps to encourage use). How do staff manage with the new interface - I reckon it will really throw some of them, hence the less-than-ideal side-by-side option for 2-3 months.
Hope this helps
