Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Commit

Permalink
Fix missing IKVM.Reflection.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
slide committed Jul 25, 2016
1 parent b4790a1 commit 428db19
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Msi/Python/IronPython.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
<File Id="ipy64.exe.config" />
</Component>

<Component Guid="{F7E1626D-3007-405D-A656-1A971D172A07}">
<File Id="ipyc.exe" KeyPath="yes">
<netfx:NativeImage Id="ngen_ipyc.exe" Platform="all" AppBaseDirectory="INSTALLDIR"/>
</File>
<File Id="ipyc.exe.config" />
<File Id="IKVM.Reflection.dll" />
</Component>

<Component Guid="{A9A13553-6EAD-4C92-9334-149F223F854C}">
<File Id="ipyw.exe" KeyPath="yes">
<netfx:NativeImage Id="ngen_ipyw.exe" Platform="all" AppBaseDirectory="INSTALLDIR"/>
Expand Down Expand Up @@ -115,6 +123,7 @@
<ComponentRef Id="IronPython.SQLite.dll"/>
<ComponentRef Id="ipy.exe"/>
<ComponentRef Id="ipyw.exe"/>
<ComponentRef Id="ipyc.exe"/>
<ComponentRef Id="Readme.html"/>
<ComponentRef Id="License.txt"/>
<ComponentRef Id="InstallationKey"/>
Expand Down
1 change: 1 addition & 0 deletions Solutions/Build.IronPython.proj
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@

<IronPythonCompilerBins Include="ipyc.exe" />
<IronPythonCompilerBins Include="ipyc.exe.config" />
<IronPythonCompilerBins Include="IKVM.Reflection.dll" />

<!--
<ChironBins Include="Chiron.exe" />
Expand Down

0 comments on commit 428db19

Please sign in to comment.