File: sqlite.wxi

package info (click to toggle)
msitools 0.106%2Brepack-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,336 kB
  • sloc: ansic: 18,006; yacc: 862; sh: 416; perl: 217; makefile: 22
file content (23 lines) | stat: -rw-r--r-- 967 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<?require gcc.wxi?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
  <Fragment>
    <DirectoryRef Id="INSTALLDIR">
      <Directory Id="dirB490C74629FA32C393722CA47DF0D3CB" Name="bin">
        <Component Id="cmpB490C74629FA32C393722CA47DF0D3CB" Guid="*">
          <File Id="fil17A87F508F9A0E44753F101490327FB4" KeyPath="yes" Source="$(var.SourceDir)/bin/libsqlite3-0.dll"/>
        </Component>
        <Component Id="cmpDA4901A9813F7735DA9C843EE2352043" Guid="*">
          <File Id="filDDB1172369A0139E40CD8EAF4B0C5BF5" KeyPath="yes" Source="$(var.SourceDir)/bin/sqlite3.exe"/>
        </Component>
      </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.sqlite">
      <ComponentGroupRef Id="CG.gcc"/>
      <ComponentRef Id="cmpB490C74629FA32C393722CA47DF0D3CB"/>
      <ComponentRef Id="cmpDA4901A9813F7735DA9C843EE2352043"/>
    </ComponentGroup>
  </Fragment>
</Include>