Initial release
SSIS 2012 Only!
Copy the DLLs to the 32-bit SSIS TAsks folder for use by SSDT.
Register the DLLs in the Global Assembly Cache (GAC).
For example, I installed SQL Server on my E: drive. My OS is WIndows 8. My commands for registering the DLLs in the GAC are:
"C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\gacutil.exe" -if "E:\Program Files (x86)\Microsoft SQL Server\110\DTS\Tasks\LPExecutePackageTask.dll"
"C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\gacutil.exe" -if "E:\Program Files (x86)\Microsoft SQL Server\110\DTS\Tasks\LPExecutePackageTaskUI.dll"