Hi all,
I'm in the process of creating a SCCM package for the deployment of Project Pro for Office 365 (click2run) and Visio Pro for Office 365 (click2run). These are installed in a similar way to how you would push out Office 365 pro plus (click2run) :
setup.exe /configure configuration.xml
However the only difference is that inside the configuration.xml file is the line
<Product ID="ProjectProRetail">
or
<Product ID="VisioProRetail">
and this will successfully deploy the software if I were to do it manually.
What I'm after is the detection method for these two click2run products.
Can anyone advise how they may have achieved this themselves ?
thanks!