Re: [WiX-users] Installing HP LaserJet 4 Printer Driver on FILE instead of LPT1

2014-03-11 Thread Arthur, Christopher
Thx, will give it a try,... Christopher Arthur -Ursprüngliche Nachricht- Von: Phill Hogland [mailto:phogl...@rimage.com] Gesendet: Dienstag, 11. März 2014 13:37 An: wix-users@lists.sourceforge.net Betreff: Re: [WiX-users] Installing HP LaserJet 4 Printer Driver on FILE instead of LPT1

Re: [WiX-users] Installing HP LaserJet 4 Printer Driver on FILE instead of LPT1

2014-03-11 Thread Phill Hogland
Here are the PrintUI commands that I use. I would test your parameters on a target machine in a admin CMD box prior to integrating into a msi. LPWSTR pwzAddPrinterCommand = L"\"%lsRunDll32.exe\" PrintUI.dll,PrintUIEntry /if /b \"%ls\" /f \"%ls\" /r %ls /m \"%ls\" /u /q /z /Gw"; LPW

Re: [WiX-users] Installing HP LaserJet 4 Printer Driver on FILE instead of LPT1

2014-03-11 Thread Phill Hogland
Regarding how to use the DifxExtension if you have the driver files, create a msi which installs the drivers files to a cache location. (At that point you, in general for any driver prior to using the DifxApi, you should be able to right click on the INF file and see the driver successfully instal

Re: [WiX-users] Installing HP LaserJet 4 Printer Driver on FILE instead of LPT1

2014-03-11 Thread Arthur, Christopher
] Installing HP LaserJet 4 Printer Driver on FILE instead of LPT1 I think you will need to write a custom action that uses the AddPrinter api. DIFxApp is probably out of the question since you don't have driver files. HP says for that printer with all current versions of Windows to use the dr

Re: [WiX-users] Installing HP LaserJet 4 Printer Driver on FILE instead of LPT1

2014-03-11 Thread Arthur, Christopher
hristopher Arthur -Ursprüngliche Nachricht- Von: Tom Brezinski [mailto:to...@networkinstruments.com] Gesendet: Montag, 10. März 2014 17:14 An: General discussion about the WiX toolset. Betreff: Re: [WiX-users] Installing HP LaserJet 4 Printer Driver on FILE instead of LPT1 I think you wi

Re: [WiX-users] Installing HP LaserJet 4 Printer Driver on FILE instead of LPT1

2014-03-10 Thread Tom Brezinski
I think you will need to write a custom action that uses the AddPrinter api. DIFxApp is probably out of the question since you don't have driver files. HP says for that printer with all current versions of Windows to use the drivers included with the OS. See AddPrinter: http://msdn.microsoft.