If you need to Deploy the Outlook Social Connector via GPSI, you’ll need to get your hands on the MSI files.
To do so, follow these instructions…
- Download the OSC file from Microsoft
- Run the following command from a command prompt: outlooksocialconnector-x86-en-us.exe /extract:C:\osc\
- This will extract the msi files to c:\osc\
- You can then use the MSI file to deploy OSC! 🙂
If you want to integrate the MSP Patch files are well, just do this:
- msiexec /p c:\osc\osc-x-none-en-us.msp /a \\yourserver\share\osc.msi
- msiexec /p c:\osc\oscintl-en-us.msp /a \\yourserver\share\osc.msi
Then you’ll be deploying the MSI fully patched 🙂