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
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
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
] 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
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
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.
6 matches
Mail list logo