The OSD deployment with Office integrated is giving me a headache.
I have an Office 2007 Enterprise folder and I copied the following language packs (NL&FR) into the root of the Office folder but I didn't overwrite the setup.exe in the root. (the rest of the files won't overwrite)
The Office folder is on my SCCM server and for testing purpose I triggered the following commands to install Office and a language pack on my client laptop before proceeding with SCCM.
For installing Office 2007 I made a MSP file and edited the config.xml in the enterprise.ww folder and placed them both in the root of my Office 2007 folder. I renamed the config.xml file because there are more config.xml files in my Office root, so its called : config_full.xml.
The .msp file that I created is called full_silent.msp
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Hi,
The OSD deployment with Office integrated is giving me a headache.
I have an Office 2007 Enterprise folder and I copied the following language packs (NL&FR) into the root of the Office folder but I didn't overwrite the setup.exe in the root. (the rest of the files won't overwrite)
The Office folder is on my SCCM server and for testing purpose I triggered the following commands to install Office and a language pack on my client laptop before proceeding with SCCM.
For installing Office 2007 I made a MSP file and edited the config.xml in the enterprise.ww folder and placed them both in the root of my Office 2007 folder. I renamed the config.xml file because there are more config.xml files in my Office root, so its called : config_full.xml.
The .msp file that I created is called full_silent.msp
Office 2007 switch: "\\server\office 2007\setup.exe" /config config_full.xml /adminfile full_silent.msp
Office 2007 NL language File: "\\server\office 2007\setup.exe" /config config_nl.xml
All this has been tested and the silent install works flawless when I trigger this from my client.
It also works if I send it as an advertisement in SCCM towards the Client and this also worked.
Alright time to make a software package for Office 2007 full and Office 2007 NL Language.
Software package are been set as:
- UNC source
- Commandline for office Full: "setup.exe" /config config_full.xml /adminfile full_silent.msp
- Commandline for office language pack: "setup.exe" /config config_nl.xml
- run: hidden
- after running: no action required
- program can run whether or not a user is logged in and run with admin credentials
- Drive mode: run with UNC name
- Allow this program to be installed from the Install Software task sequence without being advertised.
Then I wanna try to deploy it with my OSD.:
Edited a working TS with a vista OSD and added the 2 software packages
Making an advertisment towards a collection:
- available for boot media & pxe boot
- include member of subcollection
- schedule mandatory - high etc...
- Distibution point tab: download content locally when needed by running TS
TS works for the office 2007 install but it fails on the next step when trying to install the Office 2007 NL Language pack
Any suggestions ?
Share this post
Link to post
Share on other sites