PDFDriverInit on User login

If you are a VB developer and have questions about using our products from VB, here is the place to post them.
Post Reply
tens
Posts: 1
Joined: Tue Apr 08 2003

PDFDriverInit on User login

Post by tens »

We created a program to install the Amyuni driver for every login session in a Terminal Server environment using the PdfDriverInit function. It is working satisfactorily on the Administrator mode, but failed in a user login. Please suggest a way to install the driver on user login mode...

Please do not suggest to install on Administrator mode...!! :o :P
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

In a server environment it is advisable to install the Printer on the system using Install.exe and in your application please call DriverInit()instead of PDFDriverInit().

In this way you will have to install the printer once from an adminstrator account and the printer will stay on the system when logged in again as a user.

Hope this helps.
Post Reply