Include IronPython component in installers, mark as 64bit

This commit is contained in:
baldurk
2014-11-10 17:20:00 +00:00
parent 11bf575a1d
commit 41f80630ec
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -235,6 +235,8 @@
<ComponentRef Id='RenderDocCPP' />
<ComponentRef Id='RenderDocCMD' />
<ComponentRef Id='IronPython' />
<ComponentRef Id='LICENSE' />
<ComponentRef Id='pdblocateEXE' />
+3 -1
View File
@@ -100,7 +100,7 @@
<File Id='WinFormsUIDLL' Name='WeifenLuo.WinFormsUI.Docking.dll' DiskId='1' Source='dist/Release64/WeifenLuo.WinFormsUI.Docking.dll' KeyPath='yes' />
</Component>
<Component Id='IronPython' Guid='CE2C9D5B-9040-47C7-8E42-B79B52AE93EB'>
<Component Id='IronPython' Win64="yes" Guid='CE2C9D5B-9040-47C7-8E42-B79B52AE93EB'>
<File Id='IronPythonDLL' Name='IronPython.dll' DiskId='1' Source='dist/Release64/IronPython.dll' KeyPath='yes' />
<File Id='IronPythonModulesDLL' Name='IronPython.Modules.dll' DiskId='1' Source='dist/Release64/IronPython.Modules.dll' />
<File Id='MicrosoftScriptingDLL' Name='Microsoft.Scripting.dll' DiskId='1' Source='dist/Release64/Microsoft.Scripting.dll' />
@@ -259,6 +259,8 @@
<ComponentRef Id='RenderDocCPP' />
<ComponentRef Id='RenderDocCMD' />
<ComponentRef Id='IronPython' />
<ComponentRef Id='LICENSE' />
<ComponentRef Id='pdblocateEXE' />