Browse Source

add Profiler to setup

addin-manager-package-subdirectories
Siegfried Pammer 12 years ago
parent
commit
708f564f22
  1. 4
      src/Setup/Files.wxs
  2. 4
      src/Setup/Setup.wxs

4
src/Setup/Files.wxs

@ -1432,7 +1432,7 @@ @@ -1432,7 +1432,7 @@
<File Source="..\..\AddIns\Misc\SearchAndReplace\SearchAndReplace.dll" Id="SearchAndReplace.dll" Name="SearchAndReplace.dll" />
</Component>
</Directory>
<!--<Directory Id="Profiler" Name="Profiler">
<Directory Id="Profiler" Name="Profiler">
<Component Guid="C46A4B2C-D5DE-4548-B4A9-4B0AB8C105F3" Id="Hook32Dll" DiskId="1">
<File Source="..\..\AddIns\Misc\Profiler\Hook32.dll" Name="Hook32.dll" Id="Hook32.dll" KeyPath="yes" />
</Component>
@ -1457,7 +1457,7 @@ @@ -1457,7 +1457,7 @@
<Component Guid="E1C27BD1-4FEA-4CAA-884F-1FD93D861426" Id="IQToolkitDll" DiskId="1">
<File Source="..\..\AddIns\Misc\Profiler\IQToolkit.dll" Name="IQToolkit.dll" Id="IQToolkit.dll" KeyPath="yes" />
</Component>
</Directory>-->
</Directory>
<Directory Id="UsageDataCollector" Name="UsageDataCollector">
<Component Guid="952BD2C8-F477-4C87-A869-80E4B5E955D6" Id="UDCSystemDataSQLiteDll" DiskId="1">
<File Source="..\..\AddIns\Misc\UsageDataCollector\System.Data.SQLite.dll" Name="System.Data.SQLite.dll" Id="UDC.System.Data.SQLite.dll" KeyPath="yes" />

4
src/Setup/Setup.wxs

@ -411,14 +411,14 @@ @@ -411,14 +411,14 @@
<ComponentRef Id="AvalonEditAddInAddin"/>
<ComponentRef Id="ICSharpCodeAvalonEditAddInDll"/>
<!--<ComponentRef Id="Hook32Dll"/>
<ComponentRef Id="Hook32Dll"/>
<ComponentRef Id="Hook64Dll"/>
<ComponentRef Id="ICSharpCodeProfilerAddInAddin"/>
<ComponentRef Id="ICSharpCodeProfilerAddInDll"/>
<ComponentRef Id="ICSharpCodeProfilerControllerDll"/>
<ComponentRef Id="ICSharpCodeProfilerControlsDll"/>
<ComponentRef Id="SystemDataSQLiteDll"/>
<ComponentRef Id="IQToolkitDll"/>-->
<ComponentRef Id="IQToolkitDll"/>
<ComponentRef Id="CppBindingAddin"/>
<ComponentRef Id="CppBindingDll"/>

Loading…
Cancel
Save