[ofw] Installer mods for vnic name change - 2 of 4
Stan C. Smith
stan.smith at intel.com
Mon Feb 11 15:26:56 PST 2008
Signed-off by stan.smith at intel.com
File branches\WinOF\Wix\x86\wof.wxs
Index: wof.wxs
===================================================================
--- wof.wxs (revision 940)
+++ wof.wxs (working copy)
@@ -400,13 +400,13 @@
Source="..\bin\DAPL2\x86\dat2d.pdb" />
</Component>
- <Directory Id="vnicDir" Name="VNIC">
- <Component Id="VNIC"
+ <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\x86\vnic.sys" />
+ LongName="qlc_vnic.sys" Name="QLVNIC.SYS"
+ Source="..\bin\net\x86\qlc_vnic.sys" />
<File Id="netvnic.inf" Compressed="yes" DiskId="1"
LongName="netvnic.inf" Name="NETVNIC.INF"
Source="..\bin\net\x86\netvnic.inf" />
@@ -961,10 +961,11 @@
</Feature>
</Feature>
- <Feature Id="fVNIC" Title="VNIC" Description="Virtual NIC over InfiniBand"
+ <Feature Id="fQL_VNIC" Title="QL-VNIC"
+ Description="Qlogic - Virtual NIC over InfiniBand"
Display="expand" Level="5" ConfigurableDirectory="INSTALLDIR"
AllowAdvertise="no" InstallDefault="local" Absent="allow">
- <ComponentRef Id="VNIC" />
+ <ComponentRef Id="cQLVNIC" />
</Feature>
<Feature Id="fSRP" Title="SRP" Level="5" Description="SCSI over RDMA"
More information about the ofw
mailing list