Page 1 of 1

Default active profile via Nova OEM

Posted: Tue May 21, 2024 1:11 am
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.