Downloads:
28,952
Downloads of v 9.0.3.7:
6,529
Last Update:
11 Aug 2022
Package Maintainer(s):
Software Author(s):
- Yerong
Tags:
otp office office-tool-plus- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Office Tool Plus
- 1
- 2
- 3
9.0.3.7 | Updated: 11 Aug 2022
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
28,952
Downloads of v 9.0.3.7:
6,529
Software Author(s):
- Yerong
Office Tool Plus 9.0.3.7
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Yerong. The inclusion of Yerong trademark(s), if any, upon this webpage is solely to identify Yerong goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Office Tool Plus, run the following command from the command line or from PowerShell:
To upgrade Office Tool Plus, run the following command from the command line or from PowerShell:
To uninstall Office Tool Plus, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download office-tool --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade office-tool -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade office-tool -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install office-tool
win_chocolatey:
name: office-tool
version: '9.0.3.7'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'office-tool' do
action :install
source 'INTERNAL REPO URL'
version '9.0.3.7'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller office-tool
{
Name = "office-tool"
Version = "9.0.3.7"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'office-tool':
ensure => '9.0.3.7',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 22 Oct 2024.
Office Tool Plus is a tool for managing, downloading and installing Office.
Office Tool Plus is based on Microsoft's Office Deployment Tool. You can customize configure your Office installation and download installation files to install Office without Internet.
What's more, you can manage your installed Office, add language packs or customize uninstall Office.
Get-Process "Office Tool Plus" -ErrorAction SilentlyContinue | Stop-Process -Force -ErrorAction SilentlyContinue
$ErrorActionPreference = 'Stop';
$shortcutPath = [Environment]::GetFolderPath("Programs") + '\Office Tool Plus.lnk'
$installDir = $Env:LOCALAPPDATA + '\' + $env:ChocolateyPackageName
Write-Host "Remove $shortcutPath"
Remove-Item -Path $shortcutPath -ErrorAction SilentlyContinue
Write-Host "Remove $installDir"
Remove-Item -Path $installDir -Recurse -Force -ErrorAction SilentlyContinue
Copyright © 2012 - 2020 蓝点网 版权所有 All Rights Reserved.
md5: 814B52CFA2D1BFE2ADAE71195CB54488 | sha1: 4ADFD73F773A49D38A13BD8CB88556EFD21F19CC | sha256: 3D51356A0D96D9BD83F54147AB05C8EC59612B313907957BE4F1003C2CC208EF | sha512: AB8A89E005EEA68E20FB8C11E1BE71AF6736EBCB0FF2B6378A2F89DDD1AE1B5F34CDBC177F6DC672F6F9E7D024AA7C1053C8D632329B18889E623C1C71081201
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:
1. Download the following installers:
32-Bit: <https://github.com/YerongAI/Office-Tool/releases/download/v9.0.3.7/Office_Tool_v9.0.3.7.zip>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: 3D51356A0D96D9BD83F54147AB05C8EC59612B313907957BE4F1003C2CC208EF
Log in or click on link to see number of positives.
- office-tool.9.0.3.7.nupkg (1e16155e4bfb) - ## / 65
- office-toolInstall.zip (3d51356a0d96) - ## / 63
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Office Tool Plus 9.0.3.7 | 6529 | Thursday, August 11, 2022 | Approved | |
Office Tool Plus 9.0.2.10 | 799 | Thursday, July 14, 2022 | Approved | |
Office Tool Plus 9.0.2.8 | 186 | Wednesday, July 13, 2022 | Approved | |
Office Tool Plus 9.0.1.6 | 744 | Friday, June 17, 2022 | Approved | |
Office Tool Plus 8.3.10.7 | 862 | Wednesday, May 11, 2022 | Approved | |
Office Tool Plus 8.3.8.0 | 628 | Wednesday, April 13, 2022 | Approved | |
Office Tool Plus 8.3.1.0 | 948 | Thursday, January 20, 2022 | Approved | |
Office Tool Plus 8.2.8.0 | 985 | Tuesday, October 26, 2021 | Approved | |
Office Tool Plus 8.2.7.0 | 327 | Monday, October 18, 2021 | Approved | |
Office Tool Plus 8.2.6.4 | 468 | Wednesday, September 29, 2021 | Approved | |
Office Tool Plus 8.2.5.0 | 345 | Wednesday, September 15, 2021 | Approved | |
Office Tool Plus 8.2.4.1 | 624 | Wednesday, July 28, 2021 | Approved | |
Office Tool Plus 8.2.4.0 | 122 | Tuesday, July 27, 2021 | Approved | |
Office Tool Plus 8.2.3.3 | 487 | Friday, July 16, 2021 | Approved | |
Office Tool Plus 8.2.3.0 | 464 | Wednesday, June 23, 2021 | Approved | |
Office Tool Plus 8.2.2.6 | 364 | Friday, June 11, 2021 | Approved | |
Office Tool Plus 8.2.2.3 | 375 | Saturday, May 29, 2021 | Approved | |
Office Tool Plus 8.2.0.5 | 227 | Wednesday, May 26, 2021 | Approved | |
Office Tool Plus 8.1.5.15 | 672 | Friday, April 16, 2021 | Approved | |
Office Tool Plus 8.1.5.6 | 215 | Thursday, April 15, 2021 | Approved | |
Office Tool Plus 8.1.5.3 | 646 | Thursday, March 25, 2021 | Approved | |
Office Tool Plus 8.1.4.2 | 950 | Thursday, March 11, 2021 | Approved | |
Office Tool Plus 8.1.4.0 | 315 | Wednesday, March 3, 2021 | Approved | |
Office Tool Plus 8.1.2.7 | 609 | Wednesday, February 10, 2021 | Approved | |
Office Tool Plus 8.1.2.2 | 520 | Friday, January 22, 2021 | Approved | |
Office Tool Plus 8.1.1.3 | 363 | Thursday, January 14, 2021 | Approved | |
Office Tool Plus 8.1.1.1 | 681 | Wednesday, December 9, 2020 | Approved | |
Office Tool Plus 8.1.0.10 | 392 | Sunday, November 22, 2020 | Approved | |
Office Tool Plus 8.0.4.7 | 426 | Sunday, November 8, 2020 | Approved | |
Office Tool Plus 8.0.3.3 | 1352 | Tuesday, August 11, 2020 | Approved | |
Office Tool Plus 7.6.0.1 | 797 | Friday, July 24, 2020 | Approved | |
Office Tool Plus 7.6.0.0 | 1031 | Friday, May 29, 2020 | Approved | |
Office Tool Plus 7.5.0.3 | 1768 | Tuesday, February 11, 2020 | Approved | |
Office Tool Plus 7.5.0.1 | 306 | Monday, February 10, 2020 | Approved | |
Office Tool Plus 7.5.0.0 | 182 | Monday, February 10, 2020 | Approved | |
Office Tool Plus 7.4.3.0 | 205 | Friday, February 7, 2020 | Approved | |
Office Tool Plus 7.4.2.8 | 317 | Tuesday, January 28, 2020 | Approved | |
Office Tool Plus 7.4.2.0 | 230 | Wednesday, January 8, 2020 | Approved | |
Office Tool Plus 7.4.1.0 | 185 | Tuesday, January 7, 2020 | Approved | |
Office Tool Plus 7.3.1.0 | 177 | Saturday, December 28, 2019 | Approved | |
Office Tool Plus 7.3.0.0 | 163 | Saturday, December 28, 2019 | Approved | |
Office Tool Plus 7.2.3.1 | 155 | Saturday, December 28, 2019 | Approved | |
Office Tool Plus 7.2.2.8 | 172 | Saturday, December 28, 2019 | Approved | |
Office Tool Plus 7.2.0.0 | 152 | Saturday, December 28, 2019 | Approved | |
Office Tool Plus 7.0.1.2 | 170 | Saturday, December 28, 2019 | Approved | |
Office Tool Plus 7.0.0 | 240 | Thursday, December 19, 2019 | Approved |
-
- dotnet-desktopruntime (≥ 6.0.7)
Ground Rules:
- This discussion is only about Office Tool Plus and the Office Tool Plus package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Office Tool Plus, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.