Reputation: 3944
This is probably a dumb question, but my brain is just about fried for the day.
Where do I find the Package Installation Wizard in VS2008 to deploy my SSIS Package?
Upvotes: 1
Views: 2914
Reputation: 61269
DTSInstall.exe is the executable that is the SSIS Package Installation Wizard/Deployment Utility. It should be found at
C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTSInstall.exe
You can also automate deploys by using PowerShell and the SSIS APIs as I demonstrate on PowerShell SSIS deployment and maintenance
Upvotes: 1