~jterrell/nunitv2/nunitv2

« back to all changes in this revision

Viewing changes to install/pnunit.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
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi">
 
2
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3
3
  <Fragment>
4
4
 
5
5
    <DirectoryRef Id="bin" FileSource="bin">
6
 
         
7
 
      <Component Id="pnunit_agent" DiskId="1" Guid="CB4CF43B-1D4B-40a7-859B-8B48802B3C07">
8
 
        <File Id="pnunit_agent" Name="PNUAGENT.EXE" LongName="pnunit-agent.exe" />
9
 
        <File Id="pnunit_agent_config" Name= "PNUAGENT.CFG" LongName="pnunit-agent.exe.config" />
10
 
        <File Id="agent_conf" Name="AGENT.CNF" LongName="agent.conf" />
11
 
        <File Id="agent_log_conf" Name="AGENTLOG.CNF" LongName="agent.log.conf" />
12
 
      </Component>
13
 
 
14
 
      <Component Id="pnunit_launcher" DiskId="1" Guid="CB4CF43B-1D4B-40a7-859B-8B48802B3C07">
15
 
        <File Id="pnunit_launcher" Name="PNULNCHR.EXE" LongName="pnunit-launcher.exe" />
16
 
        <File Id="pnunit_launcher_config" Name= "PNULNCHR.CFG" LongName="pnunit-launcher.exe.config" />
17
 
        <File Id="test_conf" Name="TEST.CNF" LongName="test.conf" />
18
 
        <File Id="launcher_log_conf" Name="LNCHRLOG.CNF" LongName="launcher.log.conf" />
19
 
      </Component>
20
 
 
21
 
      <Component Id="pnunit_tests" DiskId="1" Guid="9A5B261D-43A1-475c-A4F0-721759E12A4F">
22
 
        <File Id="pnunit_tests" Name="PNUTESTS.DLL" LongName="pnunit.tests.dll" />
23
 
        <File Id="runpnunit_bat" Name="RUNPNU.BAT" LongName="runpnunit.bat" />
24
 
        <File Id="pnunit.framework.pnunit.copy" Name="PNUFRMWK.DLL" LongName="pnunit.framework.dll" />
25
 
        <File Id="nunit.framework.pnunit.copy" Name="FRAMEWRK.DLL" LongName="nunit.framework.dll" />
 
6
 
 
7
      <Component Id="pnunit_agent" Guid="CB4CF43B-1D4B-40a7-859B-8B48802B3C07">
 
8
        <File Id="pnunit_agent" Name="pnunit-agent.exe" />
 
9
        <File Id="pnunit_agent_config" Name="pnunit-agent.exe.config" />
 
10
        <File Id="agent_conf" Name="agent.conf" />
 
11
        <File Id="agent_log_conf" Name="agent.log.conf" />
 
12
      </Component>
 
13
 
 
14
      <Component Id="pnunit_launcher" Guid="63A18689-3885-4429-8492-61FF79A21AE0">
 
15
        <File Id="pnunit_launcher" Name="pnunit-launcher.exe" />
 
16
        <File Id="pnunit_launcher_config" Name="pnunit-launcher.exe.config" />
 
17
        <File Id="test_conf" Name="test.conf" />
 
18
        <File Id="launcher_log_conf" Name="launcher.log.conf" />
 
19
      </Component>
 
20
 
 
21
      <Component Id="pnunit_tests" Guid="9A5B261D-43A1-475c-A4F0-721759E12A4F">
 
22
        <File Id="pnunit_tests" Name="pnunit.tests.dll" />
 
23
        <File Id="runpnunit_bat" Name="runpnunit.bat" />
 
24
        <File Id="pnunit.framework.pnunit.copy" Name="pnunit.framework.dll" />
 
25
        <File Id="nunit.framework.pnunit.copy" Name="nunit.framework.dll" />
26
26
      </Component>
27
27
 
28
28
    </DirectoryRef>
29
29
 
30
30
    <DirectoryRef Id="lib" FileSource="bin\lib">
31
31
 
32
 
      <Component Id="log4net" DiskId="1" Guid="0D92F103-97A8-4c23-871C-BD1678E454E3">
 
32
      <Component Id="log4net">
33
33
        <File Id="log4net.dll" Name="log4net.dll" />
34
34
      </Component>
35
35
 
36
36
    </DirectoryRef>
37
 
        
 
37
 
38
38
    <DirectoryRef Id="framework" FileSource="bin\framework">
39
39
 
40
 
      <Component Id="pnunit_framework" DiskId="1" Guid="1BD60D02-58E0-4a8c-A797-302328C5F103">
41
 
        <File Id="pnunit_framework" Name="PNUFRMWK.DLL" LongName="pnunit.framework.dll" />
 
40
      <Component Id="pnunit_framework">
 
41
        <File Id="pnunit_framework" Name="pnunit.framework.dll" />
42
42
      </Component>
43
43
 
44
44
    </DirectoryRef>
45
 
        
 
45
 
46
46
  </Fragment>
47
47
</Wix>
 
 
b'\\ No newline at end of file'