]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[WinOF] All installs now install into 'Program Files' and not 'Program Files (x86...
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Sat, 29 Aug 2009 00:33:41 +0000 (00:33 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Sat, 29 Aug 2009 00:33:41 +0000 (00:33 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@2390 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

14 files changed:
branches/WOF2-1/WinOF/WIX/HPC/cert-add.bat
branches/WOF2-1/WinOF/WIX/README_release.txt
branches/WOF2-1/WinOF/WIX/Release_notes.htm
branches/WOF2-1/WinOF/WIX/dat.conf
branches/WOF2-1/WinOF/WIX/ia64/Command Window.lnk
branches/WOF2-1/WinOF/WIX/win7/ia64/wof.wxs
branches/WOF2-1/WinOF/WIX/win7/x64/wof.wxs
branches/WOF2-1/WinOF/WIX/wlh/ia64/wof.wxs
branches/WOF2-1/WinOF/WIX/wlh/x64/wof.wxs
branches/WOF2-1/WinOF/WIX/wnet/ia64/wof.wxs
branches/WOF2-1/WinOF/WIX/wnet/x64/wof.wxs
branches/WOF2-1/WinOF/WIX/x64/Command Window.lnk
branches/WOF2-1/ulp/dapl2/test/dapltest/scripts/dt-cli.bat
branches/WOF2-1/ulp/dapl2/test/dapltest/scripts/dt-svr.bat

index eb3d8adb43969f2537c6b816f45fede79341fc91..49e3349e307c573bc81009f51ca5805bdac32de6 100644 (file)
@@ -41,7 +41,7 @@ set CISF=rem-cert-ADD.bat
 if exist "%CISF%"  (\r
     set CIS="%CD%\%CISF%"\r
 ) else (\r
-    set CIS="%ProgramFiles(x86)%\WinOF\%CISF%"\r
+    set CIS="%ProgramFiles%\WinOF\%CISF%"\r
 )\r
 \r
 if not exist %CIS% (\r
index 247ac77df4dbd8a9998e3cc33e3655f58db41254..6c685896129efd24510172a8725354f79f32518f 100644 (file)
@@ -1,15 +1,17 @@
 \r
-[8-24-09] WinOF 2.1 RC-4 release\r
+[9-3-09] WinOF 2.1 RC-5 release\r
 \r
-WinOF 2.1 Release Candidate #4 (RC4) is available\r
-   @ http://www.openfabrics.org/downloads/WinOF/v2.1-RC4/\r
+WinOF 2.1 Release Candidate #4 (RC5) is available\r
+   @ http://www.openfabrics.org/downloads/WinOF/v2.1-RC5/\r
 \r
 Please address comments and concerns to the ofw@lists.openfabrics.org\r
 \r
 \r
-RC4 Changes:\r
+RC5 Changes:\r
 \r
-  All RC4 WinOF installers are signed with a new OpenFabrics Alliance Digital-ID\r
+  *** WinOF is now installed into %ProgramFiles%\WinOF on all systems/architectures!\r
+\r
+  All RC5 WinOF installers are signed with a new OpenFabrics Alliance Digital-ID\r
   from Verisign. Only unattended installs (HPC compute nodes generally) are\r
   effected. Console installs will be prompted for an answer to the question\r
   'Do you trust drivers from the OpenFabrics Alliance 3rd party SW Publisher?' \r
@@ -19,7 +21,7 @@ RC4 Changes:
 Server 2008 HPC installs only:\r
 \r
   The implication for HPC compute node installation is the head-node script\r
-  '%ProgramFiles(x86)\WinOF\HPC\cert-add.bat' must be run to install the 'new'\r
+  '%ProgramFiles\WinOF\HPC\cert-add.bat' must be run to install the 'new'\r
   OFA cert in the compute nodes cert store prior to performing an unattended\r
   WinOF install; otherwise the unattended install attempts to prompt for an\r
   answer to 'Do you trust the OpenFabrics Alliance 3rd party SW Publisher?'\r
@@ -29,81 +31,6 @@ Server 2008 HPC installs only:
 \r
 SVN Commits\r
 \r
-2381 - [WinOF] RC4 staging; again.\r
-    Modified : /gen1/branches/WOF2-1/WinOF/buildrelease.bat\r
-    Modified : /gen1/branches/WOF2-1/WinOF/Wix/ReadMe_release.txt\r
-    Modified : /gen1/branches/WOF2-1/WinOF/Wix/Release_notes.htm\r
-\r
-2380 - [LIBRDMACM] Fix a potential race with ucma_init() and calls that check whether the library\r
-       is ready for use.\r
-    Modified : /gen1/branches/WOF2-1/ulp/librdmacm/src/cma.cpp\r
-\r
-2379 - [WinOF] OFA Digital-ID expired 8/20/09, added new OFA cert signature so the 'new' cert can\r
-       be added to compute nodes cert store.\r
-    Modified : /gen1/branches/WOF2-1/WinOF/WIX/HPC/cert-add.bat\r
-\r
-2372 - [DAPL2] Completion Channel refactoring\r
-    Modified : /gen1/branches/WOF2-1/etc/user/comp_channel.cpp\r
-    Modified : /gen1/branches/WOF2-1/inc/user/comp_channel.h\r
-    Modified : /gen1/branches/WOF2-1/ulp/dapl2/dapl/openib_cma/device.c\r
-    Modified : /gen1/branches/WOF2-1/ulp/dapl2/dapl/openib_scm/device.c\r
-\r
-2371 - [DAPL2] dapltest.exe: yield the processor as the Windows thread scheduler will starve other\r
-               threads unlike the Linux scheduler.\r
-    Modified : /gen1/branches/WOF2-1/ulp/dapl2/test/dapltest/mdep/linux/dapl_mdep_user.h\r
-    Modified : /gen1/branches/WOF2-1/ulp/dapl2/test/dapltest/mdep/solaris/dapl_mdep_user.h\r
-    Modified : /gen1/branches/WOF2-1/ulp/dapl2/test/dapltest/mdep/windows/dapl_mdep_user.h\r
-    Modified : /gen1/branches/WOF2-1/ulp/dapl2/test/dapltest/test/dapl_test_util.c\r
-\r
-2370,2369 [WIX]\r
-    wix\win7\x64\wof.wxs: added comment indicating Win7_x64 installer was for Server 2008 R2 also.\r
-    WIX/build-OFA-dist.bat: update usage instructions to reflect WinOF is now under Trunk\ and\r
-                            no longer under branches. \r
-\r
-2368 - [DAPL2] dt-cli.bat: %ERRORLEVEL% inside a for loop does not evaluate as expected; change to !ERRORLEVEL!\r
-2367 - [DOCS] manual.htm: Update DAPL provider text w.r.t. names in DAT.conf file.\r
-2364 - [IPOIB] IPoIB PXE boot support: Clear remainder of chaddr\r
-    The IPoIB PXE boot firmware (gPXE) now sends the 8-byte port GUID in\r
-    the DHCP chaddr field.  WinOF replaces the first 6 bytes of chaddr\r
-    with the Ethernet-style MAC address, but leaves the remain untouched.\r
-    This results in trailing garbage after the Ethernet-style MAC in the modified chaddr.\r
-    Fix by explicitly zeroing the remainder of chaddr.\r
-    Modified : /gen1/branches/WOF2-1/ulp/ipoib/kernel/ipoib_port.c\r
-\r
-2363 - [IBAT] allow simultaneous IBAT device access from user mode by adding RW sharing\r
-              attributes to CreateFileW() call.\r
-    Modified : /gen1/branches/WOF2-1/core/ibat/user/ibat.cpp\r
-2362 - [LIBRDMACM] retry IBAT call on E_PENDING return.\r
-    Modified : /gen1/branches/WOF2-1/ulp/librdmacm/src/cma.cpp\r
-\r
-2361 - [MLX4] on catastrophic error, dump error buffer before reset. [winof: 2358]\r
-    Modified : /gen1/branches/WOF2-1/hw/mlx4/kernel/bus/net/catas.c\r
-\r
-2360 - [MLX4] bug fix in error flow: doesn't return error on allocation failure. [winof: 2356]\r
-    Modified : /gen1/branches/WOF2-1/hw/mlx4/kernel/bus/core/l2w_umem.c\r
-\r
-2359 - [IBAL] fix to 2226. cause an asynchronic event to be handled immediately (and not after SMI_POLL_INTERVAL,\r
-              which is 20 secs)\r
-    Modified : /gen1/branches/WOF2-1/core/al/al_ci_ca_shared.c\r
-    Modified : /gen1/branches/WOF2-1/core/al/kernel/al_pnp.c\r
-\r
-2353 - [ND provider] patch to fix to 2333. Eemove a facility to define MaxDataInlineSize from application,\r
-                     because it breaks MS API\r
-   [ND porvider] Improved latency of ND provider by using INLINE send. [winof: 2333, 2352]\r
-   This patch adds usage of INLINE DATA facility of Mellanox HCAs for improving latency of ND provider.\r
-   Ideas of the patch:\r
-    - by default, ND provider will create QP with inline data of 160 bytes;\r
-    (this can enlarge user's QP size)\r
-    - one can change this default by defining environment variable IBNDPROV_MAX_INLINE_SIZE;\r
-\r
-   Modified : /gen1/branches/WOF2-1/ulp/nd/user/NdEndpoint.cpp\r
-   Modified : /gen1/branches/WOF2-1/ulp/nd/user/NdEndpoint.h\r
-   Modified : /gen1/branches/WOF2-1/ulp/nd/user/NdProv.cpp\r
-\r
-2351 - [IPOIB] Prevent a BSOD which happens when restarting the opensm more than once\r
-              (if the local endpoint was not in the lid_endpts list).\r
-    Modified : /gen1/branches/WOF2-1/ulp/ipoib/kernel/ipoib_port.c\r
-    Modified : /gen1/trunk/ulp/ipoib/kernel/ipoib_port.c\r
 \r
 \r
 WinOF 2.1 Summary\r
@@ -166,17 +93,17 @@ WinOF 2.1 Summary
      are not processed during the WinOF install.\r
      The base assumption is the WDM node provisioning template (see cluster\r
      Manager) will install HCA drivers. All other WinOF files are installed\r
-     to the standard WinOF location '%ProgramFiles(x86)%\WinOF'.\r
+     to the standard WinOF location '%ProgramFiles%\WinOF'.\r
      When uninstalling a WinOF install which was done with NODRV=1, you MUST\r
      include NODRV=1 on the msiexec.exe uninstall command line or the uninstall\r
      will uninstall HCA drivers installed via WDM templates.\r
 \r
      Incorporating a msiexec based WinOF install into a node provisioning\r
      template works well.\r
-     See examples '%ProgramFiles(x86)%\WinOF\HPC\ReadMe-HPC.txt' \r
+     See examples '%ProgramFiles%\WinOF\HPC\ReadMe-HPC.txt' \r
 \r
      For 'first' time HPC WinOF installs or node provisioning with WinOF drivers\r
-     via WDM, the batch script cert-add.bat, in '%ProgramFiles(x86)%\WinOF\HPC',\r
+     via WDM, the batch script cert-add.bat, in '%ProgramFiles%\WinOF\HPC',\r
      should be utilized to extract the 3rd Party Software Publisher certificate\r
      from the WinOF_2-1_wlh_x64.msi installer and inserted in all compute nodes\r
      certificate store.\r
index 71df1caf3b20db830824507a3af0103ed461927f..99d70931e8d0409f450d3380a3ca13dd71cca30b 100644 (file)
@@ -92,7 +92,7 @@ src=openfabrics.gif></h1>
 <h1 align=center style='text-align:center'><a name="WinOF_Release_Notes">2.1 Release Notes</a></h1>\r
 \r
 <h3 align=center style='text-align:center'>\r
-<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%m/%d/%Y" startspan -->08/24/2009<!--webbot bot="Timestamp" endspan i-checksum="12590" --></h3>\r
+<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%m/%d/%Y" startspan -->08/28/2009<!--webbot bot="Timestamp" endspan i-checksum="12654" --></h3>\r
 \r
 <div class=MsoNormal align=center style='text-align:center'>\r
 \r
@@ -150,7 +150,7 @@ InfiniBand fabric.</span></p>
 \r
 <p class=MsoPlainText><span style='font-size:12.0pt;font-family:"Arial"'>&nbsp;Binary\r
 files generated from the OpenIB-windows developers subversion (svn) source tree </span>\r
-<font face="Arial">'svn://openib.tc.cornell.edu'<span style='font-size:12.0pt;'> \r
+<font face="Arial">'<font size="3">svn://openib.tc.cornell.edu</font>'<span style='font-size:12.0pt;'> \r
 (branches\WOF2-1 svn revision <font color="#FF0000">2381</font>)\r
 are packaged into a <a href="http://www.dalun.com/wix/default.htm">WIX 2.0 \r
 (Windows Installer Xml)</a> single file install package referred to as the \r
@@ -322,15 +322,15 @@ Current HCA firmware version can be viewed from the 'vstat' command.</font></p>
 <h2><u><a name="Installation_Specifics">Installation </a></u>\r
 <a name="Installation_Specifics"><u>Notes</u></a></h2>\r
 \r
-<p><font face="Arial">User mode tools and diagnostics are installed in '%SystemDrive%\Program\r
-Files (x86)\WinOF'.&nbsp; Although device driver modules initially reside in \r
-'%SystemDrive%\Program Files (x86)\WinOF\Drivers', when installed the Windows device \r
+<p><font face="Arial">User mode tools and diagnostics are installed in '%SystemDrive%\Program \r
+Files\WinOF'.&nbsp; Although device driver modules initially reside in \r
+'%SystemDrive%\Program Files\WinOF\Drivers', when installed the Windows device \r
 installer copies driver files to %SystemRoot%\system32 &amp; %SystemRoot%\SysWOW64'. \r
 DAT &amp; DAPL runtime libraries are installed into %SystemRoot% in order to be \r
 accessible to user mode applications.<br>\r
 WinOF user mode executables are designed to be run from\r
 a Command Prompt window; see&nbsp; 'Start-&gt;Program Files-&gt; Windows OpenFabrics-&gt; Command Prompt'. </font></p>\r
-<p><font face="Arial">'%SystemDrive%\Program Files (x86)\WinOF' is appended to the system wide search \r
+<p><font face="Arial">'%SystemDrive%\Program Files\WinOF' is appended to the system wide search \r
 path environment variable 'PATH'; new command windows created after the installation will have the updated \r
 %PATH% environment variable, hence will be able to access WinOF executables.</font></p>\r
 \r
@@ -1094,7 +1094,7 @@ check for your desired adapter ordering.<br></font><br>
 Adapters-&gt; OpenFabrics IPoIB Adapter-&gt; Properties-&gt; Driver-&gt; Details<br>&nbsp;&nbsp;&nbsp; The subversion (svn) revision number will be listed under \r
 'Driver Version'. The svn revision number will match what's listed in the \r
 release notes.</font></li>\r
-       <li><font face="Arial">Hold the mouse point over \Program Files(x86)\WinOF\ib_read_bw.exe to display \r
+       <li><font face="Arial">Hold the mouse point over \Program Files\WinOF\ib_read_bw.exe to display \r
 the file version; [WinOF-Major.Minor.not-used.svn revision number].</font></li>\r
 </ol>\r
 <ul>\r
@@ -1208,7 +1208,7 @@ folder (a.k.a. \Windows).</font></p>
 a template configuration file will be installed as '%SystemDrive%\DAT\dat.conf'.<br>\r
 In order to preserve existing installations, the dat.conf file is not \r
 automatically installed if '%SystemDrive%\DAT\dat.conf' exists.<br>\r
-A sample dat.conf file is always installed as '\Program Files (x86)\WinOF\dat.conf \r
+A sample dat.conf file is always installed as '\Program Files\WinOF\dat.conf \r
 '.</font></p>\r
 <p align="left"><font face="Arial">The default DAT configuration file specification can be overridden by use \r
 of the environment variable DAT_OVERRIDE. Such that 'DAT_OVERRIDE=D:\MyDAT\test.conf' \r
@@ -1222,7 +1222,7 @@ library file specification must be contained within double-quotes. A side effect
 of the double-quotes is the library specification is treated as a Windows string \r
 which implies the '\' (backslash character) is treated as an 'escape' character.&nbsp; \r
 Hence all backslashes in the library path must be duplicated when enclosed in \r
-double-quotes (e.g., &quot;C:\\Programs Files (x86)\\WinOF\\dapl.dll&quot;).</font></p>\r
+double-quotes (e.g., &quot;C:\\Programs Files\\WinOF\\dapl.dll&quot;).</font></p>\r
 <h4 align="left"><span style="font-weight: 400"><font face="Arial">DAT/DAPL version 2.0 runtime \r
 libraries are identified as dat2.dll and dapl2.dll, both in %SystemRoot%; see \r
 manual for further details.</font><br>\r
index 3dfce3a98352f589b148c895af60d7547ed3806e..b8419f2a09fe4ea5ab23cc0f959cbbe96a13d7a8 100644 (file)
@@ -14,7 +14,7 @@ ibnic0 u1.1 threadsafe default C:\Windows\dapl.dll ri.1.1 "IbalHca0 1" ""
 IbalHca0 u1.1 threadsafe default C:\Windows\dapl.dll ri.1.1 "IbalHca0 1" ""\r
 #\r
 # DAT 1.1 debug\r
-ibnic0d u1.1 threadsafe default "C:\\Program Files (x86)\\WinOF\\dapld.dll" ri.1.1 "IbalHca0 1" ""\r
+ibnic0d u1.1 threadsafe default "C:\\Program Files\\WinOF\\dapld.dll" ri.1.1 "IbalHca0 1" ""\r
 #\r
 # DAT 2.0\r
 ibnic0v2 u2.0 nonthreadsafe default C:\Windows\dapl2.dll ri.2.0 "IbalHca0 1" ""\r
@@ -22,18 +22,18 @@ ibnic1v2 u2.0 nonthreadsafe default C:\Windows\dapl2.dll ri.2.0 "IbalHca1 1" ""
 IbalHca0v2 u2.0 nonthreadsafe default C:\Windows\dapl2.dll ri.2.0 "IbalHca0 1" ""\r
 #\r
 # DAT 2.0 (debug)\r
-ibnic0v2d u2.0 nonthreadsafe default "C:\\Program Files (x86)\\WinOF\\dapl2d.dll" ri.2.0 "IbalHca0 1" ""\r
+ibnic0v2d u2.0 nonthreadsafe default "C:\\Program Files\\WinOF\\dapl2d.dll" ri.2.0 "IbalHca0 1" ""\r
 #\r
 # DAT 2.0 [socket-cm] InfiniBand QPs setup by passing QP info over a socket\r
 # connection; supports DAT Windows <==> Linux over IB connections.\r
 ibnic0v2-scm u2.0 nonthreadsafe default C:\Windows\dapl2-ofa-scm.dll ri.2.0 "ibv_device0 1" ""\r
 #\r
 # Socket-CM (debug)\r
-ibnic0v2-scmd u2.0 nonthreadsafe default "C:\\Program Files (x86)\\WinOF\\dapl2-ofa-scmd.dll" ri.2.0 "ibv_device0 1" ""\r
+ibnic0v2-scmd u2.0 nonthreadsafe default "C:\\Program Files\\WinOF\\dapl2-ofa-scmd.dll" ri.2.0 "ibv_device0 1" ""\r
 #\r
 # DAT 2.0 RDMA-CM\r
 # connection; supports DAT Windows <==> Linux over IB connections.\r
 ibnic0v2-cma u2.0 nonthreadsafe default C:\Windows\dapl2-ofa-cma.dll ri.2.0 "rdma_dev0 1" ""\r
 #\r
 # DAT 2.0 RDMA-CM (debug)\r
-ibnic0v2-cmad u2.0 nonthreadsafe default "C:\\Program Files (x86)\\WinOF\\dapl2-ofa-cmad.dll" ri.2.0 "rdma_dev0 1" ""\r
+ibnic0v2-cmad u2.0 nonthreadsafe default "C:\\Program Files\\WinOF\\dapl2-ofa-cmad.dll" ri.2.0 "rdma_dev0 1" ""\r
index 51cf55050a5ac4a90efd92bf6aeb8d4624ce0973..662fc9c70181440afd3891ef2dc96974c9a508d9 100644 (file)
Binary files a/branches/WOF2-1/WinOF/WIX/ia64/Command Window.lnk and b/branches/WOF2-1/WinOF/WIX/ia64/Command Window.lnk differ
index 886ed36ce5ea92f1089549ddce5d93bf563d79cb..c792afc220764a51a888bb4fb34ec11f9ae71e2b 100644 (file)
@@ -23,7 +23,8 @@
      Description="WinOF Installer"\r
      Comments="Windows OpenFabrics Alliance InfiniBand stack"\r
      Manufacturer="OpenFabrics Alliance" InstallerVersion="200"\r
-     Languages="1033" Compressed="yes" SummaryCodepage="1252" />\r
+     Platforms="Intel64" Languages="1033"\r
+     Compressed="yes" SummaryCodepage="1252" />\r
 \r
     <Condition Message="Administrator required to install [ProductName].">\r
      AdminUser\r
@@ -49,7 +50,7 @@
                    Name="WinOF" />\r
       </Directory>\r
       <Directory Id="DesktopFolder" Name="Desktop" />\r
-      <Directory Id="ProgramFilesFolder" Name="PFiles">\r
+      <Directory Id="ProgramFiles64Folder" Name="PFiles">\r
         <Directory Id="INSTALLDIR" Name="WinOF">\r
 \r
           <?include ..\..\common\Docs.inc ?>\r
index 2ff84e196af80178d0c0542891acff24e8421258..e8c0228a4a5603d7221f835252b604547b39aecf 100644 (file)
@@ -23,7 +23,8 @@
      Description="WinOF Installer"\r
      Comments="Windows OpenFabrics Alliance InfiniBand stack"\r
      Manufacturer="OpenFabrics Alliance" InstallerVersion="200"\r
-     Languages="1033" Compressed="yes" SummaryCodepage="1252" />\r
+     Platforms="x64" Languages="1033"\r
+     Compressed="yes" SummaryCodepage="1252" />\r
 \r
     <Condition Message="Administrator required to install [ProductName].">\r
      Privileged\r
@@ -49,7 +50,7 @@
                    Name="WinOF" />\r
       </Directory>\r
       <Directory Id="DesktopFolder" Name="Desktop" />\r
-      <Directory Id="ProgramFilesFolder" Name="PFiles">\r
+      <Directory Id="ProgramFiles64Folder" Name="PFiles">\r
         <Directory Id="INSTALLDIR" Name="WinOF">\r
 \r
           <?include ..\..\common\Docs.inc ?>\r
index 3089a99c95ee52ba216209b15d5c9bb95f8247e9..bf116ea95b87571b808e6316d117d08d527255f7 100644 (file)
@@ -23,7 +23,8 @@
      Description="WinOF Installer"\r
      Comments="Windows OpenFabrics Alliance InfiniBand stack"\r
      Manufacturer="OpenFabrics Alliance" InstallerVersion="200"\r
-     Languages="1033" Compressed="yes" SummaryCodepage="1252" />\r
+     Platforms="Intel64" Languages="1033"\r
+     Compressed="yes" SummaryCodepage="1252" />\r
 \r
     <Condition Message="Administrator required to install [ProductName].">\r
      AdminUser\r
@@ -50,7 +51,7 @@
                    Name="WinOF" />\r
       </Directory>\r
       <Directory Id="DesktopFolder" Name="Desktop" />\r
-      <Directory Id="ProgramFilesFolder" Name="PFiles">\r
+      <Directory Id="ProgramFiles64Folder" Name="PFiles">\r
         <Directory Id="INSTALLDIR" Name="WinOF">\r
 \r
           <?include ..\..\common\Docs.inc ?>\r
index ea2583ea8437550cb9e2487df5c89a9c5a0c6211..1f644936726a6af2037946ce39977341d373d1a4 100644 (file)
@@ -23,7 +23,8 @@
      Description="WinOF Installer"\r
      Comments="Windows OpenFabrics Alliance InfiniBand stack"\r
      Manufacturer="OpenFabrics Alliance" InstallerVersion="200"\r
-     Languages="1033" Compressed="yes" SummaryCodepage="1252" />\r
+     Platforms="x64" Languages="1033"\r
+     Compressed="yes" SummaryCodepage="1252" />\r
 \r
     <Condition Message="Administrator required to install [ProductName].">\r
      Privileged\r
@@ -50,7 +51,7 @@
                    Name="WinOF" />\r
       </Directory>\r
       <Directory Id="DesktopFolder" Name="Desktop" />\r
-      <Directory Id="ProgramFilesFolder" Name="PFiles">\r
+      <Directory Id="ProgramFiles64Folder" Name="PFiles">\r
         <Directory Id="INSTALLDIR" Name="WinOF">\r
 \r
           <?include ..\..\common\Docs.inc ?>\r
index f51da3d154e511c01d46d582c605abb5c2ab7b3e..264453a101fbb6ad4a80b0b7727abc138c3a2502 100644 (file)
@@ -23,7 +23,8 @@
      Description="WinOF Installer"\r
      Comments="Windows OpenFabrics Alliance InfiniBand stack"\r
      Manufacturer="OpenFabrics Alliance" InstallerVersion="200"\r
-     Languages="1033" Compressed="yes" SummaryCodepage="1252" />\r
+     Platforms="Intel64" Languages="1033"\r
+     Compressed="yes" SummaryCodepage="1252" />\r
 \r
     <Condition Message="Administrator required to install [ProductName].">\r
      Privileged\r
@@ -49,7 +50,7 @@
                    Name="WinOF" />\r
       </Directory>\r
       <Directory Id="DesktopFolder" Name="Desktop" />\r
-      <Directory Id="ProgramFilesFolder" Name="PFiles">\r
+      <Directory Id="ProgramFiles64Folder" Name="PFiles">\r
         <Directory Id="INSTALLDIR" Name="WinOF">\r
 \r
           <?include ..\..\common\Docs.inc ?>\r
index 093773caafc727f2fe74924e18165dab9c12b8aa..13e23ea1ccb519492e1939b118b43c747ff254d6 100644 (file)
@@ -23,7 +23,8 @@
      Description="WinOF Installer"\r
      Comments="Windows OpenFabrics Alliance InfiniBand stack"\r
      Manufacturer="OpenFabrics Alliance" InstallerVersion="200"\r
-     Languages="1033" Compressed="yes" SummaryCodepage="1252" />\r
+     Platforms="x64" Languages="1033"\r
+     Compressed="yes" SummaryCodepage="1252" />\r
 \r
     <Condition Message="Administrator required to install [ProductName].">\r
      Privileged\r
@@ -49,7 +50,7 @@
                    Name="WinOF" />\r
       </Directory>\r
       <Directory Id="DesktopFolder" Name="Desktop" />\r
-      <Directory Id="ProgramFilesFolder" Name="PFiles">\r
+      <Directory Id="ProgramFiles64Folder" Name="PFiles">\r
         <Directory Id="INSTALLDIR" Name="WinOF">\r
 \r
           <?include ..\..\common\Docs.inc ?>\r
index 51cf55050a5ac4a90efd92bf6aeb8d4624ce0973..662fc9c70181440afd3891ef2dc96974c9a508d9 100644 (file)
Binary files a/branches/WOF2-1/WinOF/WIX/x64/Command Window.lnk and b/branches/WOF2-1/WinOF/WIX/x64/Command Window.lnk differ
index 25800bff9cba96dfac814d4c1a465df49a1af534..f1eb23b8842e3a43b8c637f187df6a3b75c82310 100644 (file)
@@ -17,11 +17,7 @@ if not "!F!" == "off" (
 rem set DAT_OVERRIDE=D:\dapl2\dat.conf\r
 rem favor DAT 2.0 (dapl2test.exe) over DAT 1.1 (dapltest.exe)\r
 \r
-if EXIST "%ProgramFiles(x86)%" (\r
-    set PF="%ProgramFiles(x86)%\WinOF"\r
-) else (\r
-    set PF="%ProgramFiles%\WinOF"\r
-)\r
+set PF="%ProgramFiles%\WinOF"\r
 \r
 if NOT EXIST %PF%\dapl2test.exe (\r
     echo Missing file %PF%\dapl2test.exe ?\r
index c876d413fe35dd03692b48f06305aaff663149b8..abd17fb00f48e0b113a55f6aac22b1da4c30839c 100644 (file)
@@ -6,11 +6,7 @@ SETLOCAL
 \r
 rem set DAT_OVERRIDE=C:\DAT\dat.conf\r
 \r
-if EXIST "%ProgramFiles(x86)%" (\r
-    set PF="%ProgramFiles(x86)%\WinOF"\r
-) else (\r
-    set PF="%ProgramFiles%\WinOF"\r
-)\r
+set PF="%ProgramFiles%\WinOF"\r
 \r
 if NOT EXIST %PF%\dapl2test.exe (\r
     echo Missing file %PF%\dapl2test.exe ?\r