Been working on a project for the past couple of weeks, for moving the OST file located in %USERPROFILE%/AppData/Microsoft/Outlook to an alternate location.
I created a script that installs MS Office 2010Symantec Enterprise Vault...:
https://gist.github.com/tribalplague/27ea4597269e9f2d5baf
Batchfile
@echooffrem kill all applications that may cause install failure! taskkill.exe /f/im winword.exetaskkill.exe /f/im excel.exetaskkill.exe /f/im msaccess.exetaskkill.exe /f/im outlook.exetaskkill.exe /f/im officelivesignin.exetaskkill.exe /f/im infopath.exetaskkill.exe /f/im onenote.exetaskkill.exe /f/im onenotem.exetaskkill.exe /f/im powerpnt.exetaskkill.exe /f/im mspub.exetaskkill.exe /f/im mspscan.exetaskkill.exe /f/im mspview.exetaskkill.exe /f/im ois.exe rem install with unimsoconfig.xmlsetup.exe /adminfile Updates...