Default active profile via Nova OEM

Post here any questions/suggestions you have about novaPDF SDK or novaPDF OEM.
Post Reply
bmaguire
Posts: 4
Joined: Tue Jul 19, 2011 7:19 pm

Default active profile via Nova OEM

Post by bmaguire »

My installer runs with admin permission and the printer has multiple profiles defined. When installed, the user can select from the multiple profiles. I need to set the default active profile.

I added the following line to the installer. When I add this, it correctly sets the active profile, but the user can no longer select a profile from the list. It displays a message that this option has been disabled by the administrator.

PrinterManager.exe /silent /oem=<your OEM ID> /port=8501 /printer=<printer name> /set
/profile=<profile id>

How to I define a default active profile but allow the user to change it.

Post Reply