-
Notifications
You must be signed in to change notification settings - Fork 2
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"/>