1 ;-------------------------------------------------------------------------------------------------
2 ; <copyright file="wixstdba.def" company="Outercurve Foundation">
3 ;   Copyright (c) 2004, Outercurve Foundation.
4 ;   This software is released under Microsoft Reciprocal License (MS-RL).
5 ;   The license and further copyright text can be found in the file
6 ;   LICENSE.TXT at the root directory of the distribution.
7 ; </copyright>
8 ;
9 ; <summary>
10 ;    WiX Standard Bootstrapper Application DLL entry points.
11 ; </summary>
12 ;-------------------------------------------------------------------------------------------------
13 
14 EXPORTS
15     BootstrapperApplicationCreate
16     BootstrapperApplicationDestroy
17     MbaPrereqBootstrapperApplicationCreate
18     MbaPrereqBootstrapperApplicationDestroy
19