[Mobies-commit] [commit] r3977 - UDM/trunk/WiX/Udm_bin

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Thu Dec 1 15:58:50 CST 2011


Author: ksmyth
Date: Thu Dec  1 15:58:49 2011
New Revision: 3977

Log:
Add dlls to UDM_PATH/bin, since InnoSetup installers rely on them

Modified:
   UDM/trunk/WiX/Udm_bin/Udm_bin.wxs

Modified: UDM/trunk/WiX/Udm_bin/Udm_bin.wxs
==============================================================================
--- UDM/trunk/WiX/Udm_bin/Udm_bin.wxs	Tue Nov 29 14:38:01 2011	(r3976)
+++ UDM/trunk/WiX/Udm_bin/Udm_bin.wxs	Thu Dec  1 15:58:49 2011	(r3977)
@@ -32,6 +32,9 @@
       <Component>
         <File Source="..\Build\x64\VC10\Debug\UdmDll_3_2_v100_x64D.dll" />
       </Component>
+      <Component>
+        <File Source="..\Build\x64\VC10\Release\UdmDll_3_2_v100_x64.dll" />
+      </Component>
       <?endif?>
       <?if $(sys.BUILDARCH)=x86 ?>
       <Component>
@@ -47,12 +50,21 @@
         <File Source="$(var.UDM_3RDPARTY_PATH)\xalan-c_1_11_0\bin\XalanMessages_1_11D.dll" />
       </Component>
       <Component>
+        <File Source="..\bin\xerces-c_2_8.dll" />
+      </Component>
+      <Component>
         <File Source="..\Build\Win32\VC9\Debug\UdmDll_3_2D.dll" />
       </Component>
       <Component>
         <File Source="..\Build\Win32\VC10\Debug\UdmDll_3_2_VS10D.dll" />
       </Component>
       <Component>
+        <File Source="..\Build\Win32\VC9\Release\UdmDll_3_2.dll" />
+      </Component>
+      <Component>
+        <File Source="..\Build\Win32\VC10\Release\UdmDll_3_2_VS10.dll" />
+      </Component>
+      <Component>
         <File Source="..\Build\Win32\VC10\Release\Udm.exe" />
         <Environment Id="UDM_PATH" Action="set" System="yes" Name="UDM_PATH" Value="[INSTALLDIR]" />
         <Environment Id="PATH" Action="set" System="yes" Name="PATH" Value="[bin]" Part="last" />


More information about the Mobies-commit mailing list