How to package Office365 Pro plus exluding Lynch feature. (Note: Office365 does not support OCT)
SETUP Parameters are:
SETUP mode [path to configuration file]
SETUP /DOWNLOAD [path to configuration file]
SETUP /CONFIGURE [path to configuration file]
SETUP /PACKAGER [path to configuration file] [output path]
/DOWNLOAD Downloads files to create an Office15 installation source
/CONFIGURE Adds, removes, or configures an Office15 installation
/PACKAGER Produces an Office App-V package from an Office installation source
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
rcorriga
9 years ago
<Configuration>
<Add SourcePath="\\server\share\O365" OfficeClientEdition="32" >
<Product ID="O365BusinessRetail">
<Language ID="en-us" />
<ExcludeApp ID="Lync" />
</Product>
</Add>
<Updates Enabled="TRUE" UpdatePath="" />
<Display Level="Full" AcceptEULA="TRUE" />
<Logging Path="%temp%" />
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
Posted by:
Cromulus
9 years ago
Hey try removing the --> next to the "ExcludeApp ID" line
Comments:
-
nice catch...thanks! - rcorriga 9 years ago
Posted by:
GAKIS
10 years ago
Posted by:
ron123
10 years ago