[ofw] Installer mods for vnic name change - 4 of 4

Stan C. Smith stan.smith at intel.com
Mon Feb 11 15:27:56 PST 2008


Signed-off by stan.smith at intel.com

File branches\WinOF\Wix\ia64\wof.wxs

Index: wof.wxs
===================================================================
--- wof.wxs	(revision 940)
+++ wof.wxs	(working copy)
@@ -471,12 +471,12 @@
                     Source="..\bin\DAPL2\ia64\dat2d.pdb" />
           </Component>
 
-          <Directory Id="vnicDir" Name="VNIC">
-            <Component Id="cVNIC" Guid="2AE69B67-C5FD-4CEE-9DF4-FB0A55619B4A">
+          <Directory Id="qlvnicDir" Name="ql_vnic">
+            <Component Id="cQLVNIC" Guid="2AE69B67-C5FD-4CEE-9DF4-FB0A55619B4A">
               <CreateFolder />
-              <File Id="vnic.sys" Compressed="yes" DiskId="1"
-                     LongName="vnic.sys" Name="VNIC.SYS"
-                     Source="..\bin\net\ia64\vnic.sys" />
+              <File Id="qlc_vnic.sys" Compressed="yes" DiskId="1"
+                     LongName="qlc_vnic.sys" Name="QLVNIC.SYS"
+                     Source="..\bin\net\ia64\qlc_vnic.sys" />
               <File Id="netvnic.inf" Compressed="yes" DiskId="1"
                      LongName="netvnic.inf" Name="NETVNIC.INF"
                      Source="..\bin\net\ia64\netvnic.inf" />
@@ -1058,10 +1058,11 @@
       </Feature>
     </Feature>
 
-    <Feature Id="fVNIC" Title="VNIC" Description="Virtual NIC over InfiniBand"
+    <Feature Id="fVNIC" Title="QL-VNIC"
+         Description="Qlogic - Virtual NIC over InfiniBand"
          Display="expand" Level="5" ConfigurableDirectory="INSTALLDIR"
          AllowAdvertise='no' InstallDefault='local' Absent='allow'>
-      <ComponentRef Id="cVNIC" />
+      <ComponentRef Id="cQLVNIC" />
     </Feature>
 
     <Feature Id="fSRP" Title="SRP" Level="5" Description="SCSI over RDMA"




More information about the ofw mailing list