How to disable BIDI in printer INF



We designed a non-PNP printer that does not support Bidirectional printing.
The monolithic driver is not signed. Once the driver is installed if a user
displays the printer's Properties dialog, on the Advanced tab, at the bottom
is the check box "Enable advanced printing features". We want this check
box to be deselected and preferably hidden so that the user cannot check it.
How do we achieve this in the INF file? The INF file currently does not
specify a VendorSetup=, LanguageMonitor=, or PortMonitor=, or
PrintProcessor= directives as we use the defaults provided by the OS. What
do we need to change in the INF file to disable the bidirectional features
related to the above checkbox?


.