This page provides the installer for timerjob, wsp file and installation PowerShell script.
Note: After setting the value from the SharePoint Topology Data Job settings, restart the SharePoint 2010 Timer Windows service and schedule the TimerJob.
Below Powershell script will also restart the SharePoint Timer service.
For SharePoint 2010:
Restart-Service -displayname "SharePoint 2010 Timer"
For SharePoint 2013:
Restart-Service -displayname “SharePoint Timer Service"
Note
In Hyper V machines the custom action to run the Powershell script may fail. Please deploy the WSP manually using the WSP and the PowerShell script.