~jterrell/nunitv2/nunitv2

« back to all changes in this revision

Viewing changes to install/fit-tests.wxs

  • Committer: Charlie Poole
  • Date: 2012-02-02 01:55:11 UTC
  • mfrom: (3368.1.11 work)
  • Revision ID: charlie@nunit.org-20120202015511-0sspxs5miu16uzse
Merge changes from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi">
3
 
  <Fragment>
4
 
 
5
 
    <DirectoryRef Id="INSTALLDIR">
6
 
 
7
 
      <Component Id="C__FIT_LICENSE" Guid="6C47563D-CDCD-4a65-BD89-A37F3A3C681D">
8
 
        <File Id="fit_license.txt" Name="FITLICNS.TXT" LongName="fit-license.txt"
9
 
              Source="fit-license.txt" Vital="yes" KeyPath="yes" DiskId="1" />
10
 
      </Component>
11
 
 
12
 
    </DirectoryRef>
13
 
 
14
 
    <DirectoryRef Id="bin" FileSource="bin">
15
 
 
16
 
      <Component Id="fit_tests" DiskId="1" Guid="33E1C9B4-254D-4aaa-8BF5-FB18DAE3220E" >
17
 
        <File Id="NUnitFitTests.html" Name="FITTESTS.HTM" LongName="NUnitFitTests.html" />
18
 
        <File Id="runFile.exe" Name="runFile.exe"/>
19
 
        <File Id="runFile.exe.config" Name="runFile.cfg" LongName="runFile.exe.config" />
20
 
      </Component>
21
 
 
22
0
 
23
 
    </DirectoryRef>
24
 
 
25
 
    <DirectoryRef Id="lib" FileSource="bin\lib">
26
 
 
27
 
      <Component Id="fit_lib" DiskId="1" Guid="DD9E8F25-DD22-4791-962E-0717BDE5E21D" >
28
 
        <File Id="nunit.fixtures.dll" Name="FIXTURES.DLL" LongName="nunit.fixtures.dll" />
29
 
        <File Id="fit.dll" Name="fit.dll"/>
30
 
      </Component>
31
 
 
32
 
    </DirectoryRef>
33
 
    
34
 
    <DirectoryRef Id="tests" FileSource="bin\tests">
35
 
      
36
 
      <Component Id="fit_fixture_tests" DiskId="1" Guid="2DB07DB8-0710-445b-AF8F-E26CEE3D64C8">
37
 
        <File Id="nunit.fixtures.tests.dll" Name="FIXTESTS.DLL" LongName="nunit.fixtures.tests.dll" />
38
 
      </Component>
39
 
          
40
 
    </DirectoryRef>
41
 
        
42
 
  </Fragment>
43
 
</Wix>