Browse Source

Added SharpServerTools to SharpDevelop installer.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1823 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 19 years ago
parent
commit
d56c2816d9
  1. 9
      src/Setup/Files.wxs
  2. 2
      src/Setup/Setup.wxs

9
src/Setup/Files.wxs

@ -969,6 +969,15 @@ @@ -969,6 +969,15 @@
<File Source="..\..\AddIns\AddIns\Misc\RegExpTk\RegExpTk.dll" Name="RegExpTk.dll" Id="RegExpTk.dll" Assembly=".net" AssemblyApplication="RegExpTk.dll" AssemblyManifest="RegExpTk.dll" KeyPath="yes" />
</Component>
</Directory>
<Directory Id="SharpServerTools" LongName="SharpServerTools" Name="SServer">
<Component Id="SharpServerToolsDll" Guid="D695B3F3-2CEB-45A3-B5C6-B1F5CDF8517F" DiskId="1">
<File Source="..\..\AddIns\AddIns\Misc\SharpServerTools\SharpServerTools.dll" Name="SHARPS_1.DLL" Id="SharpServerTools.dll" LongName="SharpServerTools.dll" Assembly=".net" AssemblyApplication="SharpServerTools.dll" AssemblyManifest="SharpServerTools.dll" KeyPath="yes" />
<File Source="..\..\AddIns\AddIns\Misc\SharpServerTools\SharpServerTools.addin" Name="SHARPS_1.ADD" Id="SharpServerTools.addin" LongName="SharpServerTools.addin" />
</Component>
<Component Id="SharpDbToolsDll" Guid="BCD652BD-E69D-4CC0-AD40-7AAFF2DB209F" DiskId="1">
<File Source="..\..\AddIns\AddIns\Misc\SharpServerTools\SharpDbTools.dll" Name="SHARPD_1.DLL" Id="SharpDbTools.dll" LongName="SharpDbTools.dll" Assembly=".net" AssemblyApplication="SharpDbTools.dll" AssemblyManifest="SharpDbTools.dll" KeyPath="yes" />
</Component>
</Directory>
<Directory Id="SharpQueryFolder" LongName="SharpQuery" Name="Query">
<Component Guid="94E2FFCE-B59A-4CB8-90C5-A68FEE705DBA" Id="SharpQueryDll" DiskId="1">
<File Source="..\..\AddIns\AddIns\Misc\SharpQuery\SharpQuery.dll" Name="SHARPQ_1.DLL" Id="SharpQuery.dll" LongName="SharpQuery.dll" Assembly=".net" AssemblyApplication="SharpQuery.dll" AssemblyManifest="SharpQuery.dll" KeyPath="yes" />

2
src/Setup/Setup.wxs

@ -278,6 +278,8 @@ @@ -278,6 +278,8 @@
<ComponentRef Id="SharpQueryInteropMSDASCDll"/>
<ComponentRef Id="SharpReportCoreDll"/>
<ComponentRef Id="SharpReportDll"/>
<ComponentRef Id="SharpDbToolsDll"/>
<ComponentRef Id="SharpServerToolsDll"/>
<ComponentRef Id="ReportGeneratorDll"/>
<ComponentRef Id="SharpReportAddInDll"/>
<ComponentRef Id="StartPageAddInFiles"/>

Loading…
Cancel
Save