通过使用本网站, 您同意 隐私政策.
接受
进入IT进入IT进入IT
  • 家
  • 信息技术专家
  • 科技
  • 微软
    • 天蓝色
    • 配置管理器/SCCM
    • 数字PM
    • 协调者
    • 超V
    • 微软 Edge 预览体验
    • 微星指数
    • 办公室 365
    • 办公室内幕
    • 电力商业智能
    • Skype
    • SQL服务器
    • 团队
  • 视窗
    • Windows 管理中心
    • Windows客户端
    • Windows服务器
  • SCCM查询集合列表
阅读: Configuration Manager Deploy Office 365 Pro Plus Using Office Deployment Tool
字体调整器氨基酸
进入IT进入IT
字体调整器氨基酸
  • 家
  • 信息技术专家
  • 科技
  • 微软
  • 视窗
  • SCCM查询集合列表
搜索
  • 家
  • 信息技术专家
  • 科技
  • 微软
    • 天蓝色
    • 配置管理器/SCCM
    • 数字PM
    • 协调者
    • 超V
    • 微软 Edge 预览体验
    • 微星指数
    • 办公室 365
    • 办公室内幕
    • 电力商业智能
    • Skype
    • SQL服务器
    • 团队
  • 视窗
    • Windows 管理中心
    • Windows客户端
    • Windows服务器
  • SCCM查询集合列表
配置管理器

Configuration Manager Deploy Office 365 Pro Plus Using Office Deployment Tool

十一月出版 27, 2024
10 最小阅读量
分享

Configuration Manager Deploy Office 365 Pro Plus Using Office Deployment Tool (In this guide we deploy Office 365 2016).

内容
Configuration and deploying:安装

Configuration and deploying:

1. 下载 Office Deployment Tool.

2. Create a folder in the root of local disk C:\ – OfficeProPlusEmp (C:\OfficeProPlusEmp). Run the downloaded file “officedeploymenttool_7614-3602” with “Run as Administrator” and extract it to the early created folder. We created the folder OfficeProPlusEmp because we may have another distributive folder OfficeProPlusLab to deploy office in educational labs with SharedComputerLicense.

3. After extracting – you get something like this:

4. Edit file 配置 在 C:\OfficeProPlusEmp with some text editor. (I use Notepad++ or in-build Notepad, or WordPad):

5. Delete all content in 配置 file and past next:

<Configuration>
     <Add SourcePath=”C:\OfficeProPlusEmp” OfficeClientEdition=”32″ Branch=”Current” OfficeMgmtCOM=”TRUE”>
         <Product ID=”O365ProPlusRetail”>
             <Language ID=”ru-ru” />
             <Language ID=”uk-ua” />
             <Language ID=”en-us” />
         </Product>
     </Add>
     <Display Level=”Full” AcceptEULA=”TRUE” />
     <Property Name=”AUTOACTIVATE” Value=”1″ />
     <Property Name=”FORCEAPPSHUTDOWN” Value=”TRUE” />
     <Property Name=”SharedComputerLicensing” Value=”0″ />
     <Property Name=”PinIconsToTaskbar” Value=”FALSE” />
     <Updates Enabled=”FALSE” />
     <Logging Level=”OfficeSetup.txt” Path=”%temp%” />
 </Configuration>

6. After paste – config as you wish, about strings:

Add SourcePath=”C:\OfficeProPlusEmp” – Path whrere office files will be downloaded;

OfficeClientEdition=”32″ – Edition of your product (32 或者 64);

Branch=”Current” – Your office update channel;

OfficeMgmtCOM=”TRUE” – Control installed Office with SCCM;

<Product ID=”O365ProPlusRetail”> – Product name;

<Language ID=”” /> – set or include language;

Display Level=”Full” – show installation process;

AcceptEULA=”TRUE” – Accept EULA;

<Property Name=”AUTOACTIVATE” Value=”1″ /> – Activate Office after installation (perfect for use in domain);

<Property Name=”FORCEAPPSHUTDOWN” Value=”TRUE” /> – Shutdown running Office apps when deploying;

<Property Name=”SharedComputerLicensing” Value=”0″ /> – Use shared computer license (Value=”1″) 或不 (Value=”0″). (read post beginning);

<Property Name=”PinIconsToTaskbar” Value=”FALSE” /> – Pin Office icons to taskbar or not;

<Updates Enabled=”FALSE” /> – Disable updates if using SCCM;

<Logging Level=”OfficeSetup.txt” Path=”%temp%” /> – Create installation logfile in “%temp%” folder at user pc.

还, you may use Online Office 365 Pro Plus Configuration XML Editor.

7. 重命名 configuration.xml 到 Download.xml, make a copy, and rename the copy to Install.xml:

8. Create a new text file in the C:\OfficeProPlusEmp 文件夹 (鼠标右键 click in the folder):

9. After creating you may set a new name or use the default. (I use default):

10. Open the newly created file and paste:

setup.exe /download Download.xml

11. Save the file as *.bat. 点击 文件, then Save As…. In the opened window – set “另存为类型:” All Files, File name: Download.bat 然后单击 节省:

12. Delete early created New Text Document;

13. After running the newly created Download.bat – 办公室 365 专业增强版 start to download offline content and create a new sub-folder 办公室.

14. When downloading is complete – the black window autocloses. Check downloaded content.

15. On the server, in the folder where you store sccm apps content create a new folder Office365ProPlusEmp. And copy content from the previous part to this folder:

16. 在 Download.xml file change SourcePath=”” parameter to your path. (In the future you may run Download.bat to update Office content. Or create Windows Task to run files and sometimes check the Office folder for new files), after changes save the file:

17. Open the file Install.xml and delete SourcePath=”…” parameter, after changes save the file:

18 运行你的 SCCM 安慰;

19. 前往 Software Library;

20. 点击 Application Management;

21. 上 应用领域 鼠标右键 click and select 创建应用程序;

22. In the pop-up window select 手动指定应用信息 并按 下一个;

23. Fill in your Application information and press 下一个 (Parameter “姓名” – this name shows in your application list in SCCM 安慰);

24. Add more language to show in 软件中心 for end-users;

25. Add languages and press 好的;

26. Set icon (icon must be 250X250 or smaller) that will be showing in the 软件中心 on your application;

27. 添加 Application name 和 Localized description for displaying your application in 软件中心. When filling out information for all languages – press 下一个;

28. At the stage 部署类型 only press 下一个. We add the deployment type in another part;

29. Check information and press 下一个;

30. All sings well. 点击 关闭;

31. 前往 Software Library;

32. 点击 Application Management;

33. 点击 应用领域;

34. 鼠标右键 click on your 办公室 365 专业增强版 application and select 特性;

35. In the opened windows go to 部署类型;

36. 在 部署类型 按 Add…;

37. 在 类型 选择 脚本安装程序 (it’s automatically set Manually specify the deployment type information) 然后单击 下一个;

38. 在 Content location set the path to your Office 365 Pro Plus content folder (you must enter the UNC path), set the button Run installation, and uninstall the program as a 32-bit process on 64-bit clients (because I deploy 32-bit office to 64-bit system). In the Installation program parameter enter the next string (in my company we disallow users to uninstall Office):

setup.exe /configure Install.xml

39. After all steps press 下一个;

40. 单击 添加条款 to add the detection method;

41. 在 设置类型 parameter set 登记处. 在 蜂巢 parameter “HKEY_LOCAL_MACHINE“. 在 钥匙 parameter insert string:

SOFTWARE\Microsoft\Office\ClickToRun\Configuration

在 价值 parameter enter:

VersionToReport

设置检查标记 此注册表密钥与64位系统上的32位应用程序相关联 (if you use 32-bit office). 数据类型 parameter set to 细绳. Then select This registry setting must satisfy the following rule to indicate the presence of this application. Operator parameter set to Equals. 在 价值 enter your 办公室 365 ProPlus 版本 (就我而言 16.0.7466.2038). 然后单击 好的;

42. 点击 下一个;

43. Configure your 用户体验 for your deployment (I deploy for the system). Parameter Installation program visibility is set to Normal, so users will see that installation work. In the Estimated installation time (分钟) set how long it takes to install the application (this will display in 软件中心 for users). 点击 下一个;

44. 在 要求 you may add requirements for your deployment (like OS version, disk size, or memory size). Then press 下一个;

45. 在 依赖性 按 下一个;

46. 在 概括 page check information and click 下一个;

47. 在 Completion 点击 关闭;

48. 点击 好的 on the showed page;

49. 前往 Software Library;

50. 点击 Applications Management 进而 应用领域;

51. Right Mouse Button click on the out 办公室 365 ProPlus application and select 分发内容;

52. 点击 下一个;

53. 点击 下一个;

54. Then click on the 添加 按钮并选择 分发点;

55. Select your Distribution Point and press 好的;

56. 点击 下一个;

57. Again press next (after information check);

58. 点击 关闭;

59. After some time check the result of the Distribution;

60. 前往 Software Library;

61. 点击 Application Management 进而 应用领域;

62. 鼠标右键 click on our 办公室 365 ProPlus application and select 部署;

63. 点击 the Browse button to select the target collection for deployment;

64. After selecting the target collection click 下一个;

65. Distribution point will show up automatically, 点击 下一个;

66. Configure the installation option and click 下一个;

67. If you need that deployment to be available for installation later – config time (or live as is) 然后单击 下一个;

68. Config notifications after installation and click 下一个;

69. If you need alerts – configure them at this page, 点击 下一个;

70. Check summary information and click 下一个;

71. 点击 关闭;

安装

1. Left Mouse Button 点击 开始 button and open your 软件中心;

2. 前往 应用领域;

3. Next – click on 安装;

CONGRATULATIONS!

标记:微软办公软件 365Office专业增强版系统中心系统中心配置管理器视窗视窗 10
上一篇 SQL服务器 2019 Standard Edition new capabilities
下一篇 Edge Dev 79
发表评论 发表评论

发表回复 取消回复

您的电子邮件地址不会被公开. 必填字段已标记 *

该网站使用 Akismet 来减少垃圾邮件. 了解您的评论数据的处理方式.

翻译

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
 编辑翻译
经过 Transposh - translation plugin for wordpress

热门帖子

Windows Server 的系统要求 2016
Windows服务器
配置管理器查询集合列表
配置管理器查询集合列表
配置管理器
在经典团队网站的新式页面上启用结构化/托管导航
科技
SCCM 无法从 MP 获取预期版本的 DP 位置
配置管理器

最近的帖子

在 Ubuntu 上安装和配置 Fail2ban 以实现 SSH 保护 24.04
Linux
在AlmaLinux上启用和配置FirewallD
Linux
AlmaLinux中的用户创建和SSH密钥设置
Linux
如何在AlmaLinux上重置密码
Linux

© 2023 进入IT

转到移动版本
广告横幅
欢迎回来!

登录您的帐户

用户名或电子邮件地址
密码

丢失密码?