Is there anyway to enable users without admin rights to use AMYUNI?
What is happening is we are able to add Amyuni then login as the user w/o admin rights. They can run it fine but as soon as they log out and log back in PDF Generator is gone.
Are there any group policies that would allow this?
Users without Admin Rights.
Hello,
You may use the Amyuni PDF Converter without administartive rights if you are not using PDFDriverInit in your application.
Unfortuntely, i can't know what is happening precisely in your code, I am not sure how you were able to add (= install ? ) the printer without adminstrative rights and why when logging out and logging in again users are not able to use the printer.
I would suggest that you install the printer on the system using Install.exe and in your application you replace PDFDriverInit by DriverInit(PrinterName).
Hope this helps?
You may use the Amyuni PDF Converter without administartive rights if you are not using PDFDriverInit in your application.
Unfortuntely, i can't know what is happening precisely in your code, I am not sure how you were able to add (= install ? ) the printer without adminstrative rights and why when logging out and logging in again users are not able to use the printer.
I would suggest that you install the printer on the system using Install.exe and in your application you replace PDFDriverInit by DriverInit(PrinterName).
Hope this helps?