Adapt Copy-ServiceFiles to changes in control logic.
Locating the update package is now done in Find-InstallationPackage and stored in $UpdPackage, so we can safely remove the redundant code. In addition, this change makes the function return $True or $False, depending if the copy action succeeded. Refers to #28
Please register or sign in to comment