[Mobies-commit] [commit] r3988 - UDM/trunk/WiX/Udm_bin
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Thu Jan 12 17:23:32 CST 2012
Author: ksmyth
Date: Thu Jan 12 17:23:32 2012
New Revision: 3988
Log:
Fix setting PATH on x64
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 Thu Jan 12 15:44:35 2012 (r3987)
+++ UDM/trunk/WiX/Udm_bin/Udm_bin.wxs Thu Jan 12 17:23:32 2012 (r3988)
@@ -34,6 +34,7 @@
</Component>
<Component>
<File Source="..\Build\x64\VC10\Release\UdmDll_3_2_v100_x64.dll" />
+ <Environment Id="PATH" Action="set" System="yes" Name="PATH" Value="[bin]" Part="last" />
</Component>
<?endif?>
<?if $(sys.BUILDARCH)=x86 ?>
@@ -66,9 +67,7 @@
</Component>
<Component>
<File Source="..\Build\Win32\VC10\Release\Udm.exe" />
- <?if $(sys.BUILDARCH)=x86 ?>
<Environment Id="UDM_PATH" Action="set" System="yes" Name="UDM_PATH" Value="[INSTALLDIR]" />
- <?endif?>
<Environment Id="PATH" Action="set" System="yes" Name="PATH" Value="[bin]" Part="last" />
</Component>
<Component>
More information about the Mobies-commit
mailing list