Fabien Papet
Fabien Papet

Reputation: 2319

Add printer Windows 8 programmatically

I am working on a Virtual Printer and I'm stuck at printer installation. Installation is made by InnoSetup

[run] Filename : rundll32.exe; Parameters: "printui.dll, PrintUIEntry /if /f ""{app}\ghostscript\ghostpdf.inf"" /r ""TitusVirtualPrinter:"" /m ""Ghostscript PDF"" /b ""Virtual Printer""  /u /Y "; StatusMsg: Installing PS Printer for Ghostscript; Description: Ghostscript PS Printer; Flags: waituntilterminated shellexec; 

That line works perfectly and the program installs on Windows 7 systems (Pro 32&64bits) but not in Windows 8. I don't have any error message.

Upvotes: 2

Views: 1063

Answers (1)

Steve Root
Steve Root

Reputation: 378

could it be the same as this:

http://www.jenovarain.com/2012/12/ghostscript-printer-on-windows-8-64-bit/

perhaps they key information in that article relating to your problem is

you will want to select option #7 “Disable Driver Signature Enforcement”

Upvotes: 1

Related Questions