Citrix App Layering and Office 2016 Recipe
OS Layer (Win10x64 Enterprise (1607):
Install citrix_app_layering_os_machine_tools_4.2.0.exe
Destination folder is C:\Windows\Setup\Scripts
Run SetKMSVersion as Administrator, click Save Script
Not using unattended script
Run Optimizer64 as Administrator, leave defaults + Activate Office via KMS, select Office Pro Plus 2016
In Powershell, run the following
get-appxpackage -name "*officehub*" | remove-appxpackage
Get-AppxProvisionedPackage -Online | where Displayname -EQ "Microsoft.MicrosoftOfficeHub" | Remove-AppxProvisionedPackage -Online
Run Setup_x64.exe as administrator, no unattend file
Shutdown
Platform Layer:
Install Citrix VDA 7.13, restart
Join the domain, restart
Finalize
App Layer:
Join domain, restart
Install Office 2016 via network share using click to run, updates set to false
XML file on share:
<Configuration>
<Add SourcePath="\\SHARE\Office\Download" OfficeClientEdition="64" Branch="Current">
<Product ID="O365ProPlusRetail">
<Language ID="en-us"/>
<ExcludeApp ID="Outlook"/>
<ExcludeApp ID="OneDrive"/>
</Product>
</Add>
<Updates Enabled="FALSE" Branch="Current" UpdatePath="\\SHARE\Office\Download"/>
<Display Level="NONE" AcceptEULA="TRUE"/>
<Logging Level="Standard" Path="C:\Office\Logs"/>
<Property Name="AUTOACTIVATE" Value="0"/>
<Property Name="FORCEAPPSHUTDOWN" Value="FALSE"/>
<Property Name="SharedComputerLicensing" Value="1"/>
</Configuration>
Restart
Run Office2013Windows81_PREP.cmd
Restart
C:\windows\Microsoft.Net\Framework64\v4.0.30319
Run ”ngen update”
Restart
Finalize
OS Layer (Win10x64 Enterprise (1607):
Install citrix_app_layering_os_machine_tools_4.2.0.exe
Destination folder is C:\Windows\Setup\Scripts
Run SetKMSVersion as Administrator, click Save Script
Not using unattended script
Run Optimizer64 as Administrator, leave defaults + Activate Office via KMS, select Office Pro Plus 2016
In Powershell, run the following
get-appxpackage -name "*officehub*" | remove-appxpackage
Get-AppxProvisionedPackage -Online | where Displayname -EQ "Microsoft.MicrosoftOfficeHub" | Remove-AppxProvisionedPackage -Online
Run Setup_x64.exe as administrator, no unattend file
Shutdown
Platform Layer:
Install Citrix VDA 7.13, restart
Join the domain, restart
Finalize
App Layer:
Join domain, restart
Install Office 2016 via network share using click to run, updates set to false
XML file on share:
<Configuration>
<Add SourcePath="\\SHARE\Office\Download" OfficeClientEdition="64" Branch="Current">
<Product ID="O365ProPlusRetail">
<Language ID="en-us"/>
<ExcludeApp ID="Outlook"/>
<ExcludeApp ID="OneDrive"/>
</Product>
</Add>
<Updates Enabled="FALSE" Branch="Current" UpdatePath="\\SHARE\Office\Download"/>
<Display Level="NONE" AcceptEULA="TRUE"/>
<Logging Level="Standard" Path="C:\Office\Logs"/>
<Property Name="AUTOACTIVATE" Value="0"/>
<Property Name="FORCEAPPSHUTDOWN" Value="FALSE"/>
<Property Name="SharedComputerLicensing" Value="1"/>
</Configuration>
Restart
Run Office2013Windows81_PREP.cmd
Restart
C:\windows\Microsoft.Net\Framework64\v4.0.30319
Run ”ngen update”
Restart
Finalize