Default active profile via Nova OEM
Default active profile via Nova OEM
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.
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.