Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.91 KB

File metadata and controls

39 lines (26 loc) · 1.91 KB
description Lesson 2: Create the Deployment Bundle in SSIS
title Lesson 2: Create the Deployment Bundle in SSIS | Microsoft Docs
ms.custom
ms.date 03/01/2017
ms.prod sql
ms.prod_service integration-services
ms.reviewer
ms.technology integration-services
ms.topic tutorial
ms.assetid ab17289d-c3d4-4a5e-b7f5-4fea8ae21707
author chugugrace
ms.author chugu

Lesson 2: Create the Deployment Bundle in SSIS

[!INCLUDEsqlserver-ssis]

In Lesson 1: Preparing to Create the Deployment Bundle, you created the [!INCLUDEssISnoversion] project named Deployment Tutorial, added the packages and supporting files to the project, and implemented configurations in packages.

In this lesson, you will create the deployment bundle, which is a folder that contains the items that you need to install packages on another computer. The deployment bundle will include a deployment manifest, copies of the packages, and copies of the supporting files from the Deployment Tutorial project. The deployment manifest lists the packages, miscellaneous files, and configurations in the deployment bundle.

You will also verify the file list in the deployment bundle and examine the contents of the manifest.

Estimated time to complete this lesson: 30 minutes

Lesson Tasks

This lesson contains the following tasks:

Start the Lesson

Step 1: Building the Deployment Utility