I just create a ssis package and I need to deploy it to every office in our business.
The package need to be install in different site anddifferent server. I'd like to create a msi installation package that will install the ssis config file and the dtsx file too. One of my problem is that in my SSIS package I use a environement variable, and I can't find a way to create that environement variable in my setup project.
Any idea howcanIdo this
Steve
Steve
stefor Wednesday, August 26, 2009 11:12 AM
I'm not sure what a SSIS Package is but i presume it's another flavor of Windows Installer, if so create a Custom Action and in the code of the Install override call
I'm not sure what a SSIS Package is but i presume it's another flavor of Windows Installer, if so create a Custom Action and in the code of the Install override call