Home | History | Annotate | Download | only in doc
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
      3     <Fragment>
      4         <ComponentGroup Id="doc">
      5             <!--
      6             This file is included when the CHM is not available.
      7             
      8             This way, snapshot builds can succeed without having to
      9             build the docs.
     10             -->
     11             <Component Id="EmptyDocFolder" Directory="Doc" Guid="{22FD42DB-EC66-4B1C-B1FC-44E0CF7B2462}">
     12                 <CreateFolder />
     13                 <RemoveFolder Id="Remove_EmptyDocFolder" On="uninstall" />
     14             </Component>
     15         </ComponentGroup>
     16     </Fragment>
     17 </Wix>
     18