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):
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:
the lettermaster.gpd content this: https://github.com/tazetschnitzel/lettermaster-unidrv/blob/10c4eed1c0b1592dbdd00466bc7a31a259223dbe/lettermaster.gpd
Comments
Post a Comment