Page 1 of 1

Office Add-Ons

PostPosted: 23.03.2014, 22:56
by Cababs
I had MS Office 2013 installed on my pc and then I installed MS Office 2010 - Visio. I then run WOU and found that it only detected MS Office 2013 but not MS Office 2010 - Visio. When I checked DetermineSystemProperties.vbs I found that Visio, Project and SharePointDeisgner are missing from this file.

I the past I have had MS Office 2k installed with Frontpage XP and WOU detected both versions and proceeded to install the updates.

Code: Select all
Private Const strOfficeNames                  = "o2k3,o2k7,o2k10,o2k13"
Private Const strOfficeAppNames               = "Word,Excel,Outlook,Powerpoint,Access,FrontPage"
Private Const strOfficeExeNames               = "WINWORD.EXE,EXCEL.EXE,OUTLOOK.EXE,POWERPNT.EXE,MSACCESS.EXE,FRONTPG.EXE"


I was wondering if there was a reason why Visio, Project and SharePointDeisgner are missing from the list.