OK, after 20 minutes of searching the web for information that should have been included in a readme, I found my answer. Hopefully this will help others :
Task Installation
After you run the setup application, all of the necessary files will be installed on your system. However, in order for the tasks to be available to you when designing your package you'll need to add them to the toolbox in Visual Studio. Lets do this now by following these steps.
- Open Visual Studio and create a new Integration Services project.
- Expand the toolbox in Visual Studio and right click on the "Control Flow Items" tab then select "Choose Items".
- Since the tasks were installed to the GAC you will see the tasks listed under the "SSIS Control Flow Items" tab of the "Choose Toolbox Items" dialog.
- Check the box next to the tasks you wish to add.
- After clicking OK you will see the tasks listed under the "Control Flow Items" tab in the toolbox.
Thanks again for the task, I just wish there was a little more information (as above) that came with it : )