-
Notifications
You must be signed in to change notification settings - Fork 0
ENG 2. Installation
flolilo edited this page Sep 14, 2018
·
7 revisions
Media-Copytool is a PowerShell-script. That means that it is perfectly portable and extremely easy to install. However, it also means that you have to meet a few requirements:
- Windows >= XP (Robocopy and Xcopy are used)
- For XP, you need the Windows Server 2003 Resource Kit Tools to get Robocopy. From Vista onwards, Robocopy should be included.
- I am not sure if PowerShell Version >= 3 is supported on WinXP. If you cannot figure out a way to get it up and running on WinXP, then I fear that you won't be able to run the script.
- PowerShell >= Version 3
- For the GUI: .NET Framework >= 4.6
- Since v0.6: PoshRSJob - it is used to speed up Hash-operations.
- Global installation: open PowerShell as administrator and run
Install-Module -Name PoshRSJob. - Local installation: Download PoshRSJob's latest release as
.zipand extract it inside the following folder structure in the same place asmedia_copytool.ps1lies:.\Modules\PoshRSJob\<VERSION.NUMBER>\. Ifmedia_copytool.ps1's path isC:\MC\media_copytool.psandPoshRSJob's most recent version is1.2.3.4, thenPoshRSJob.psm1and the other files and folders have to go intoC:\MC\Modules\PoshRSJob\1.2.3.4.
- Global installation: open PowerShell as administrator and run
- Since 1.0.0: PSAlphaFS - see PoshRSJob for installation instructions.
- To use
-ZipMirror(to create an archive in the additional output-path), 7-Zip is needed. The script will look for7z.exein its own path, but also in the usual installation folders of 7-Zip (both 32bit and 64bit). So a regular installation of 7-Zip will do.
- Download the zip
- Extract all files to a folder
- Start the
media_copytool.ps1-script.