To work around this issue, comment out the descriptions of the "MiniHelp" parameters in the .inf file. To do this, follow these steps:
- Use Notepad to open the *.inf file that is contained in the flat image.
- Locate the section where the MiniHelp parameters appear. The MiniHelp parameters are located under the following section:
[Strings.StringNo] ; Language (Country)
For example, the MiniHelp parameters for the French language appear under [Strings.040C];French(France). - Replace the description for the Help text that is enclosed in quotation marks with the letter "h". The following example displays the MiniHelp parameters after you replace the description with the letter "h":
; MiniHelp
FlowControlMiniHelp ="h"
AutoNegMiniHelp ="h"
AutoNegAdvertisedMiniHelp ="h"
ChecksumTxTcpMiniHelp ="h"
ChecksumRxTcpMiniHelp ="h"
ChecksumTxIpMiniHelp ="h"
ChecksumRxIpMiniHelp ="h"
TcpSegmentationMiniHelp ="h"
NumCoalesceBuffersMiniHelp ="h"
NumRxDescriptorsMiniHelp ="h"
NumTxDescriptorsMiniHelp ="h"
JumboFramesMiniHelp ="h"
TaggingModeMiniHelp ="h"
LAAMiniHelp ="h"
EnablePMEHelp ="h"
WakeOnHelp ="h"
WakeOnLinkHelp ="h"
LogLinkStateMiniHelp ="h"
SmartPowerDownMiniHelp ="h"
ITRMiniHelp ="h"
MasterSlaveModeMiniHelp ="h"
WaitAutoNegCompleteMiniHelp ="h"
Note The letter "h" acts as a placeholder for the text and does not affect the functionality of the driver. - Save the *.inf file.
These steps help reduce the size of the *.inf file so that the file size is less than 4 KB.
The third-party products that this article discusses are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, regarding the performance or reliability of these products.