Skip to content

Commit

Permalink
AU: 1 updated - PartitionMasterFree
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 21, 2019
1 parent 3454b17 commit afdbe84
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 11 deletions.
30 changes: 23 additions & 7 deletions automatic/partitionmasterfree/PartitionMasterFree.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,47 @@
<metadata>
<id>PartitionMasterFree</id>
<title>EaseUS Partition Master (Free)</title>
<version>13.0.0.20190121</version>
<version>13.5</version>
<authors>CHENGDU Yiwo Tech Development Co., Ltd</authors>
<owners>Redsandro,chocolatey</owners>
<summary>Free (for personal use) and Easy-to-use Disk Management Software.</summary>
<description><![CDATA[As Partition Magic alternative, EaseUS Partition Master Free Edition is an ALL FREE partition solution and disk management utility. It allows you to extend partition, especially for system drive, settle low disk space problem, manage disk space easily on MBR and GUID partition table (GPT) disk under 32 bit and 64 bit Windows 2000/XP/Vista/Windows 7 SP1/Windows 8. The most popular hard disk management functions are brought together with powerful data protection including: Partition Manager, Disk and Partition Copy Wizard and Partition Recovery Wizard.
<description><![CDATA[EaseUS Partition Master Free Edition is a partition solution and disk management utility. It allows you to extend partition, especially for system drive, settle low disk space problem, manage disk space easily on MBR and GUID partition table (GPT) disk under 32 bit and 64 bit Windows 2000/XP/Vista/Windows 7 SP1/Windows 8. The most popular hard disk management functions are brought together with powerful data protection including: Partition Manager, Disk and Partition Copy Wizard and Partition Recovery Wizard.
## Package Uninstall Arguments
## Features
- Resize/move partition
- Merge partition
- Wipe partition & disk and unallocated space
- Hide/unhide partition
- Rebuild MBR, defrag disk, set active partition
- Convert between primary and logical partition
- Disk surface test
- Manage EXT2/3 partitions
- Initialize to GPT disk/MBR disk
- 4k alignment
- Resize EFI partition
- MBR disk & partition copy
## Package Arguments
- `/UninstallAdditions` - Uninstall the 'EaseUS Todo Backup' software as well (this is bundled with the partitionmasterfree program, but not installed at the same time)
**Example**
`choco uninstall partitionmasterfree --package-parameters="/UninstallAdditions"`
**Example**: `choco uninstall partitionmasterfree --package-parameters="/UninstallAdditions"`
## Notes
- Uninstall is not completely silent, a browser window is opened during uninstallation.
- Install is not completely silent, the application is launched after installation (we will try to close the application).
![screenshot](https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/master/automatic/partitionmasterfree/screenshot.jpg)
]]></description>
<projectUrl>http://www.partition-tool.com/personal.htm</projectUrl>
<tags>disk partition manager system admin</tags>
<copyright>2005-2013 CHENGDU Yiwo Tech Development Co., Ltd. All rights reserved.</copyright>
<licenseUrl>http://www.easeus.com/license.htm</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@1698c7d42b18ac8be736b6afa75a96321c426cd0/icons/partitionmasterfree.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/partitionmasterfree</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@1698c7d42b18ac8be736b6afa75a96321c426cd0/icons/partitionmasterfree.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/partitionmasterfree</packageSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/partitionmasterfree/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@1698c7d42b18ac8be736b6afa75a96321c426cd0/icons/partitionmasterfree.png" width="48" height="48"/> [partitionmasterfree](https://chocolatey.org/packages/partitionmasterfree)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@1698c7d42b18ac8be736b6afa75a96321c426cd0/icons/partitionmasterfree.png" width="48" height="48"/> [partitionmasterfree](https://chocolatey.org/packages/partitionmasterfree)

EaseUS Partition Master Free Edition is a partition solution and disk management utility. It allows you to extend partition, especially for system drive, settle low disk space problem, manage disk space easily on MBR and GUID partition table (GPT) disk under 32 bit and 64 bit Windows 2000/XP/Vista/Windows 7 SP1/Windows 8. The most popular hard disk management functions are brought together with powerful data protection including: Partition Manager, Disk and Partition Copy Wizard and Partition Recovery Wizard.

Expand Down
2 changes: 1 addition & 1 deletion automatic/partitionmasterfree/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"1543546281"|13.0
"1559273173"|13.5
4 changes: 2 additions & 2 deletions automatic/partitionmasterfree/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$packageArgs = @{
packageName = 'partitionmasterfree'
fileType = 'EXE'
url = 'http://download.easeus.com/free/epm.exe'
checksum = 'b7f82106978ee2f633796c3f6273d8b8a981d27c9419552292055329cb00cbfe'
url = 'http://download.easeus.com/free/epm_e1125.exe'
checksum = '9e30af92f4785b3a9b64c0761e91ccafd2c81a1b5d1e476dbacd14ae53bba535'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /RESTARTEXITCODE=3010 /SP-'
validExitCodes = @(0, 3010)
Expand Down

0 comments on commit afdbe84

Please sign in to comment.