Developing and Deploying SQL Sever Apps on Windows Integrity
21 of 39
Deploy the Package to Integrity
1. From the Project Menu select Project Properties. In the Debugging section, set
the Run64BitRuntime to TRUE to specify whether the Integration Services runtime
uses an available 64-bit version of the SSIS run time provider. See Integration
Services Considerations on 64-bit Computers on the Microsoft web site for more
details.
2. In the Deployment utility section, set AllowConfigurationChanges to TRUE to
manage the package later in IA64 machine. Set Create Deployment Utility to TRUE
to create a deployment package. Specify the destination location of the package to
be created on DeploymentOutputPath
3. Using Package configurations
you can set properties for a package during package
development, and then add the configuration, (e.g., XML, registry, environment
variable), to the package to update the properties at run time. On the SSIS menu,
click Package Configurations. In the Package Configuration Organizer dialog
box, select Enable package configurations, and click Add.
4. In the package Configuration Wizard specify the configuration type as XML and the
path name for the configuration file.