windows - Printer installation fails with "Unable to install printer - Some driver files are missing or incorrect" -


attempting install my custom printer driver i'm working on (a unidrv minidriver-based one) fails error (windows 8.1 pro x64):

unable install printer - driver files missing or incorrect

the lettermaster.gpd file can found here: https://github.com/tazetschnitzel/lettermaster-unidrv/blob/f9bcd4756bd095629d6a49115af17ce3bb16169c/lettermaster.gpd (though doubt problem)

the inf file known fine.

by "install" mean going add printer -> blah -> have disk -> choosing inf file -> clicking next -> filling in name of printer -> next. it'll show uac prompt, seem go alright bit, error above shows up.

edit: after using gpdcheck able fix syntactic errors in lettermaster.gpd file didn't know existed. have new error:

unable install printer. cannot complete function.

the lettermaster.gpd content this: https://github.com/tazetschnitzel/lettermaster-unidrv/blob/10c4eed1c0b1592dbdd00466bc7a31a259223dbe/lettermaster.gpd


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -