зеркало из
1
0
Форкнуть 0

Removed SilverLight from the installer

This commit is contained in:
Rob Prouse 2015-10-28 20:04:33 -04:00
Родитель 810f23d9a4
Коммит 8241af0b41
6 изменённых файлов: 4 добавлений и 34 удалений

Просмотреть файл

@ -8,7 +8,6 @@
<Directory Id="NET40" Name="net-4.0" />
<Directory Id="NET45" Name="net-4.5" />
<Directory Id="PORTABLE" Name="portable" />
<Directory Id="SL50" Name="sl-5.0" />
</Directory>
</Directory>
</DirectoryRef>

Просмотреть файл

@ -23,9 +23,5 @@
Description="Installs the NUnit framework for Portable .NET" >
<ComponentGroupRef Id="PORTABLE"/>
</Feature>
<Feature Id="SL50" Level="1" Title="Silverlight 5.0"
Description="Installs the NUnit framework for Silverlight 5.0" >
<ComponentGroupRef Id="SL50"/>
</Feature>
</Feature>
</Include>

Просмотреть файл

@ -96,30 +96,5 @@
</RegistryKey>
</Component>
</ComponentGroup>
<!-- Silverlight 5.0 -->
<ComponentGroup Id="SL50" Directory="SL50">
<Component Id="SL50" Location="local" Guid="FE2ADBC4-DFEC-41A6-8D5A-6DCACC167059">
<File Id="nunit.framework.sl50.dll"
Name="nunit.framework.dll"
ProcessorArchitecture="msil"
Source="$(var.Binaries)\sl-5.0\nunit.framework.dll" />
<File Id="nunit.framework.sl50.xml"
Name="nunit.framework.xml"
Source="$(var.Binaries)\sl-5.0\nunit.framework.xml"
CompanionFile="nunit.framework.sl50.dll" />
</Component>
<Component Id="SL50_RUNNER" Location="local" Guid="4E09ED33-A575-4438-91F6-8130F416CDDC">
<File Id="nunitlite.sl50.dll"
Name="nunitlite.dll"
ProcessorArchitecture="msil"
Source="$(var.Binaries)\sl-5.0\nunitlite.dll" />
</Component>
<Component Id="AssemblyReferenceFolderSL50" Guid="18C5D635-921C-4983-AD4C-65A7DAAA6476">
<RegistryKey Root="HKMU" Key="Software\Microsoft\Microsoft SDKs\Silverlight\v5.0\AssemblyFoldersEx\NUnit [ProductVersion]" >
<RegistryValue Action="write" Type="string" Value="[SL50]" />
</RegistryKey>
</Component>
</ComponentGroup>
</Fragment>
</Include>

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<Fragment>
<ComponentGroup Id="NUNIT.CONSOLE" Directory="CONSOLE-BIN">
<ComponentGroup Id="NUNIT.CONSOLE" Directory="CONSOLE_BIN">
<Component Id="NUNIT_CONSOLE" Location="local" Guid="EEABEE65-D977-46B7-99B4-73814BF7BE63">
<File Id="nunit_console.exe"
ProcessorArchitecture="msil"

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<Fragment>
<ComponentGroup Id="NUNIT.ENGINE" Directory="CONSOLE-BIN">
<ComponentGroup Id="NUNIT.ENGINE" Directory="CONSOLE_BIN">
<Component Id="NUNIT.ENGINE" Location="local" Guid="033DE5BC-4AC4-4F98-9E5D-E5F3221FCD46">
<File Id="nunit.engine.dll"
ProcessorArchitecture="msil"
@ -42,7 +42,7 @@
</Component>
<Component Id="NUNIT.ENGINE.REGISTRY">
<RegistryKey Root="HKMU" Key="Software\NUnit.org\Engine" >
<RegistryValue Action="write" Type="string" Name="!(bind.FileVersion.nunit.engine.dll)" Value="[CONSOLE-BIN]nunit.engine.dll" />
<RegistryValue Action="write" Type="string" Name="!(bind.FileVersion.nunit.engine.dll)" Value="[CONSOLE_BIN]nunit.engine.dll" />
</RegistryKey>
</Component>
</ComponentGroup>

Просмотреть файл

@ -2,7 +2,7 @@
<Include>
<Fragment>
<DirectoryRef Id="INSTALLDIR">
<Directory Id="CONSOLE-BIN" Name="nunit-console">
<Directory Id="CONSOLE_BIN" Name="nunit-console">
<Directory Id="ADDINS" Name="addins" />
</Directory>
</DirectoryRef>