Вы находитесь на странице: 1из 30

1

Deploy Office fast without giving up control


Office Professional Plus 2013
MSI-based installation
Everything carried over from Office 2010
MAK, KMS and AD-based Activation
Required for RDS, WTG, shared
computers and closed network scenarios
Office 365 ProPlus
Click-to-Run installation
Built on App-V foundation
Office Subscription-based Activation
Side by side versions support
May be used on physical or virtual
machines
Streaming installation allows Office apps to run
almost instantly & features load based on usage
Use Office 365 both online and offline
Works with existing Office add-ins, customizations,
macros and legacy Office file formats
Unobtrusive background updates with IT control
Support for update testing & push deployment
Office apps are streamed from
Office 365 or on premises tools
Office side-by-side means that you will
not need to uninstall previous versions
of Office in order to use the new Office
2
1
3 2 4
5 6
7 8 9
4
2 3 1
5 6
7 9 8
EXE
past application virtualization
features loaded on demand
local application integration
side-by-side version support
1
EXE
7
2 1 3
8 9
4 5 6
2
1
demo
Click-to-Run installation and
Side-by-Side version support
Anatomy of the Click-to-Run Installation Process
Virtual File System Added
in Initiator Context
Runs until 10% progress
Virtual File
System
Streaming begins
IntegratedOffice.exe
process moves to System
Context at 10%
Streaming
Service Office apps may be
launched at 15%
Usually 2 minutes or less
Apps ready for
use
Office caching focuses on
launched apps and
features
Total 3-5 minutes
depending on connection
Caching
Final 10% installs add-
ins, licensing, etc.
Finalizing
1. add users to Office 365 tenant
2. download Office Deployment
Tool (setup)
3. use setup to download C2R
packages
4. customize configuration XML
5. add C2R packages to software
distribution infrastructure
6. deploy C2R packages with
setup and configuration XML
7. layer on add-ins and
customizations

As applicable
End Users PCs
Optional add-ins
dependent apps
Office files, etc.
Office 365 Service






demo
Office Deployment Tool for Click-to-Run
Option Description Sample Syntax
Add Parent control to determine source, architecture, product and
languages to download.
From CDN:
<Add OfficeClientEdition="32" >
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
</Add>
From local network:
<Add SourcePath="\\Server\Share\Office\"
Version=15.0.4128.1014 OfficeClientEdition="32" >
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
</Add>
Product The targeted products to download within the <Add>
command. Multiple products may be nested under the <Add>
control and multiple languages may be nested under the
<Product> control.
Office 365 ProPlus
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
<Product ID="VisioProRetail">
<Language ID=ja-jp" />
</Product>
<Product ID="ProjectProRetail">
<Language ID=es-es" />
</Product>
SourcePath Location where the Office is downloaded to. If unspecified, the
downloaded content will be saved to the folder where the
setup.exe is located.
<Add SourcePath="\\Server\Share\Office\"
OfficeClientEdition="32" >
<Add SourcePath="%Applications%\Office\"
OfficeClientEdition="32" >
<Add SourcePath="C:\Source\Office\" OfficeClientEdition="32" >
<Add SourcePath="http://source. contoso.com/Office"
OfficeClientEdition="32" >
OfficeClientEdition Determines the architecture of the product to download, 32 or
64 bit. Note: 32-bit is still the recommended architecture for
new Office versions. Cross-architecture installations are not
permitted; if a 32-bit Office version is already installed on a
system, the 64-bit Click-to-Run package will not install and vice
versa.
<Add SourcePath="\\Server\Share\Office\"
OfficeClientEdition="32" >

Or:
OfficeClientEdition="32"
OfficeClientEdition="64"
Language Language determines the language DAT files to be downloaded
with the Click-to-Run package.
<Language ID=ja-jp" />
<Language ID=es-es" />
<Language ID="en-us" />
<Language ID="fr-fr" />
Version Version is used as part of the <Add> control and specifies the
version to be downloaded. If version is not specified, setup.exe
will download the latest build. Available version numbers will be
posted to KB article in the future.
<Add SourcePath="\\Server\Share\Office\"
Version=15.0.4128.1014 OfficeClientEdition="32" >

Option Description Sample Syntax
OfficeClientEdition Determines the architecture of the product to download,
32 or 64 bit. Note: 32-bit is still the recommended
architecture for new Office versions. Cross-architecture
installations are not permitted; if a 32-bit Office version is
already installed on a system, the 64-bit Click-to-Run
package will not install and vice versa.
<Add SourcePath="\\Server\Share\Office\"
OfficeClientEdition="32" >

Or:
OfficeClientEdition="32"
OfficeClientEdition="64"
Language Language determines the language DAT files to be
downloaded with the Click-to-Run package.
<Language ID=ja-jp" />
<Language ID=es-es" />
<Language ID="en-us" />
<Language ID="fr-fr" />
Updates Configures automatic updating behavior. Updates may be
either from the public Office 365 service, local location,
local file share or private http:// site.
To use a local file share:
<Updates Enabled="TRUE" UpdatePath="\\Server\Share\Office\"
/>
To use the CDN:
<Updates Enabled="TRUE />
To disable:
<Updates Enabled="False" />
Display Set to determine the installation display experience. Level
options are None and Full. You can also accept the end
user license agreement (EULA) on behalf of your users
with the AcceptEULA command.
<Display Level="None" AcceptEULA="TRUE" />
<Display Level="Full" AcceptEULA="FALSE" />
Logging The logging control lets you determine he log name and
path where logs are written to.
<Logging Name="OfficeSetup.txt" Path="%temp%" />
<Logging Name="OfficeSetup.txt"
Path="%deployroot%\smsosdlogs\" />
Property
FORCEAPPSHUTDOWN
This command forces an install, uninstall or update. Office
Click-to-Run updating is designed to be a background
experience and updates are applied when a user closes
and reopens the Office program. This property in the
configuration file will force the operation without
prompting the user, so there is some chance of data loss
when programs are closed.
<Property Name="FORCEAPPSHUTDOWN" VALUE="1" />
ForceDowngrade This element is used when the installed version number is
greater than the target version number. This would be
used in roll back scenarios if you detect an issue that
requires you to roll back to a previous version.
<Add SourcePath="\\Server\Share\Office\"
Version=15.0.4128.1014 OfficeClientEdition="32"
ForceDowngrade=True>
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
</Add>

Disable First Run experience
User Configuration\
Microsoft Office 2013\
First Run
Disable First Run Movie - Enabled
Disable Office First Run on application boot Enabled
Automatic
from Cloud
Automatic from
Network
Rerun setup in
software dist
\\Server\Testing$
\\Server\Production$
Service Updates
Setup /download
Schedule Task
N weeks later
Manage.
Issue detection
Document identification Solution management
Deployment
Office Telemetry enables
Report detected issues
& performance
Determine frequency of
documents & solutions used
Manage add-ins
& solutions
Track
deployments
Telemetry Dashboard
Introduction
How Office Telemetry Works
Microsoft Confidential
Skype acquisition plan.docx
Hide Filter Threshold
Obfuscate
the file properties
Specify
Office solutions / file type
Threshold of use by
specified limit
Sk********(1).docx
Privacy Solutions
Collection Point
Static Scan
Telemetry
Setting
Telemetry Agent
System info
Telemetry
Static Scan
Most recently used files
Add-ins startup
Registered add-ins
Runtime events
Issue logging
ProPlus Pre ProPlus
Group Policy Template
Registry setting

office15.admx and office15.adml

User Configuration\Administrative Templates\Microsoft
ProPlus\Telemetry Dashboard
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\15.0\os
m]
"CommonFileShare"="\\\\<SERVERNAME>\\<SHARENAME>"
"Tag1"="<TAG1>"
"Tag2"="<TAG2>"
"Tag3"="<TAG3>"
"Tag4"="<TAG4>"
"AgentInitWait"=dword:00000258
"Enablelogging"=dword:00000001
"EnableUpload"=dword:00000001
"EnableFileObfuscation"=dword:00000000
"AgentRandomDelay"=dword:000000F0
Database size
SQL Server
Windows
Settings
Telemetry Processor
The Tools
Office Deployment Tool for Click-to-Run
Telemetry Dashboard Admin Tool
Office Telemetry Resource
IT Pro events, webcasts and guides for
the new Office
OfficeIgnite.com
www.microsoft.com/garage
33
Copy / Delete / Move
ab
ac

Вам также может понравиться