[ofw] svn.2115 remove ND from IA64 IPoIB installer
    Smith, Stan 
    stan.smith at intel.com
       
    Tue Apr 21 18:00:50 PDT 2009
    
    
  
Remove IA64 ND support from ipoib installer section.
Signed-off by stan.smith at intel.com
--- C:/Documents and Settings/scsmith/Local Settings/Temp/ipoib.in-revBASE.svn001.tmp.inc       Tue Apr 21 17:18:59 2009
+++ C:/Documents and Settings/scsmith/My Documents/openIB-windows/SVN/gen1/trunk/WinOF/WIX/common/ipoib.inc     Thu Apr 16 11:44:15 2009
@@ -20,12 +20,14 @@
                Source="..\bin\net\$(var.ARCH)\ibwsd.dll" />
       <?endif?>
-      <File Id="ibndprov.dll" Compressed="yes" DiskId="1"
-             LongName="ibndprov.dll" Name="IBNDPROV.DLL"
-             Source="..\bin\net\$(var.ARCH)\ibndprov.dll" />
-      <File Id="ndinstall.exe" Compressed="yes" DiskId="1"
-             LongName="ndinstall.exe" Name="NDINSTAL.EXE"
-             Source="..\bin\net\$(var.ARCH)\ndinstall.exe" />
+      <?if $(var.ARCHP) != "ia64" ?>
+          <File Id="ibndprov.dll" Compressed="yes" DiskId="1"
+                LongName="ibndprov.dll" Name="IBNDPROV.DLL"
+                Source="..\bin\net\$(var.ARCH)\ibndprov.dll" />
+          <File Id="ndinstall.exe" Compressed="yes" DiskId="1"
+                LongName="ndinstall.exe" Name="NDINSTAL.EXE"
+                Source="..\bin\net\$(var.ARCH)\ndinstall.exe" />
+      <?endif?>
       <?if $(var.ARCHP) = "x64" Or $(var.ARCHP) = "ia64" ?>
           <File Id="ibwsd32.dll" Compressed="yes" DiskId="1"
    
    
More information about the ofw
mailing list