~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to install/NUnit.wxs

  • Committer: charliepoole
  • Date: 2008-05-05 22:17:22 UTC
  • Revision ID: vcs-imports@canonical.com-20080505221722-7bdjujqed8pk6al3
Add back RowTestExtension as a separately compiled assembly, bundled
with NUnit, and modify build script to handle addins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
      <ComponentRef Id="C__LICENSE" />
124
124
      <ComponentRef Id="C__FIT_LICENSE" />
125
125
      <ComponentRef Id="C__LOGO" />
126
 
      <ComponentRef Id="C__ROWTEST_LICENSE"/>
127
126
      <ComponentRef Id="InstallationRegistryEntry"/>
128
127
 
129
128
      <Feature Id="Net_1.1_BaseFeature" Level="1" Title=".NET 1.1" Display="collapse"
156
155
 
157
156
        </Feature>
158
157
 
159
 
        <Feature Id="Net_1.1_PNUnitRunner" Level="1" Title='PNUnit Runner' Display='expand'
 
158
        <Feature Id="Net_1.1_PNUnitRunner" Level="10" Title='PNUnit Runner' Display='expand'
160
159
                 Description="Installs the PNUnit runner for parallel distributed tests">
161
160
 
162
161
          <ComponentGroupRef Id="pnunit_1.1"/>
163
162
 
164
163
        </Feature>
165
164
 
 
165
        <Feature Id="Net_1.1_Extensions" Level="10" Title='Extensions' Display='collapse'
 
166
                 Description="Installs bundled extensions to NUnit">
 
167
 
 
168
          <Feature Id="Net_1.1_RowTestExtension" Level="10" Title='RowTestExtension' Display='expand'
 
169
                   Description="Installs the RowTest extension to NUnit">
 
170
 
 
171
            <ComponentGroupRef Id="RowTestExtension_1.1"/>
 
172
 
 
173
          </Feature>
 
174
        
 
175
        </Feature>
 
176
 
166
177
        <Feature Id="Net_1.1_TestsFeature" Level="1" Title='Unit Tests' Display='expand'
167
178
                                         Description='Unit tests for NUnit under .NET 1.1' >
168
179
 
201
212
 
202
213
        </Feature>
203
214
 
204
 
        <Feature Id="Net_2.0_PNunitRunner" Level="1" Title='PNUnit Runner' Display='expand'
 
215
        <Feature Id="Net_2.0_PNunitRunner" Level="10" Title='PNUnit Runner' Display='expand'
205
216
                 Description="Installs the PNUnit runner for parallel distributed tests">
206
217
 
207
218
          <ComponentGroupRef Id="Net_2.0_FrameworkGroup"/>
210
221
 
211
222
        </Feature>
212
223
 
 
224
        <Feature Id="Net_2.0_Extensions" Level="10" Title='Extensions' Display='collapse'
 
225
                 Description="Installs bundled extensions to NUnit">
 
226
 
 
227
          <Feature Id="Net_2.0_RowTestExtension" Level="10" Title='RowTestExtension' Display='expand'
 
228
                   Description="Installs the RowTest extension to NUnit">
 
229
 
 
230
            <ComponentGroupRef Id="RowTestExtension_2.0"/>
 
231
 
 
232
          </Feature>
 
233
        
 
234
        </Feature>
 
235
 
213
236
        <Feature Id="Net_2.0_TestsFeature" Level="1" Title='Unit Tests' Display='expand'
214
237
                                         Description='Unit tests for NUnit under .NET 1.1'>
215
238
 
244
267
    <!-- **********  Define our GUI using standard WiX UI       ********** -->
245
268
    <!-- ***************************************************************** -->
246
269
 
247
 
    <!--<UIRef Id="WixUI_Mondo" />-->
248
 
    <UIRef Id="WixUI_FeatureTree" />
 
270
    <UIRef Id="WixUI_Mondo" />
 
271
    <!--<UIRef Id="WixUI_FeatureTree" />-->
249
272
    <UIRef Id="WixUI_ErrorProgressText" />
250
273
 
251
274
    <!-- ***************************************************************** -->
268
291
              Source="fit-license.txt" Vital="yes" KeyPath="yes" DiskId="1" />
269
292
      </Component>
270
293
 
271
 
      <Component Id="C__ROWTEST_LICENSE" Guid="D394F6E1-C2D5-4d37-8E77-4941EDB3FC5D">
272
 
        <File Id="rowtest_license" Name="ROWTSTLI.TXT" LongName="rowtest-license.txt"
273
 
              Source="rowtest-license.txt" Vital="yes" KeyPath="yes" DiskId="1" />
274
 
      </Component>
275
 
 
276
294
      <Component Id="InstallationRegistryEntry" Guid="FD139082-C1B1-46be-AA70-BA970EBDF397">
277
295
 
278
296
        <Registry Id="R__INSTALLDIR" Root="HKMU"