Install the Exception Management Samples from the Windows Installer File
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This section describes how you can install the Exception Management samples from the Windows Installer file provided with the Microsoft ESB Guidance.
To install the ESB Exception Management samples from a pre-packaged .msi file
Perform step 4 of the procedure Install the ESB Exception Management Samples from the Solution Project.
On the Start menu, click Run to open a command prompt, and then execute the following command, replacing the <path> parameter with the full path to the .msi file you want to install (the default path and name in this release is \Source\Samples\Exception Handling\Install\MSI\Binding\GlobalBank.ESB.ExceptionHandling.msi):
BTSTask.exe ImportApp -Package:"<path>\GlobalBank.ESB.ExceptionHandling.msi" /Environment:DEV_EXC /ApplicationName:GlobalBank.ESB
Execute the following command to add the sample assemblies to the global assembly cache, copy the pipeline components, and create the IIS virtual directory:
msiexec.exe /q /i "<path>\GlobalBank.ESB.ExceptionHandling.msi"