Skip to content

Wix Project Setup

Steve0212a edited this page Jul 28, 2017 · 1 revision

In the downloaded zip will be a file called WixDacPacExtension.CA.dll. To utilize this in your WIX project, you will need to add the binary extension in your WXS file as shown below


<!-- first, add the binary extension.  Be sure to specify the source file as WixDacPacExtension.CA.dll. -->
<Binary
    Id="WixDacPacExtensionBinary"
    SourceFile="<Path to your file>\WixDacPacExtension.CA.dll"/>

Clone this wiki locally