Digital Solutions
ePrint Center Shortcut
WebReg
Fax Software
Toolbox
Print
By default, the Print driver will be installed. To turn off this feature (and instead install a small
driver that will not create a printer), set the PRINT property to “NO” during the install. For example,
if using msiexec.exe:
msiexec.exe /i D3050x86.msi /qn ENTERPRISE=YES PRINT=NO
Scan
By default, the Scan driver will be installed. To turn off this feature (and instead install a small
driver that will not create a scanner device), set the SCAN property to “NO” during the install. For
example, if using msiexec.exe:
msiexec.exe /i D3050x86.msi /qn ENTERPRISE=YES SCAN=NO
Fax
By default, the Fax driver (to support print-to-fax) will be installed. To turn off this feature (and
instead install a small driver that will not create a fax printer), set the FAX property to “NO” during
the install. For example, if using msiexec.exe:
msiexec.exe /i D3050x86.msi /qn ENTERPRISE=YES FAX=NO
Uninstall Shortcut in the Start Menu
By default, a shortcut will be created in the Windows Start menu to uninstall the software and
drivers. To disable this shortcut, set the UNINSTALL_SHORTCUT property to “NO” during the install.
For example, if using msiexec.exe:
msiexec.exe /i D3050x86.msi /qn ENTERPRISE=YES UNINSTALL_SHORTCUT=NO
“Connect a New Printer” Shortcut in the Start Menu
By default, a shortcut will be created in the Windows Start menu to allow the user to add a new
printer. This shortcut can be disabled by setting the CONNECT_NEW_PRINTER_SHORTCUT to “NO”
during the install. For example, if using msiexec.exe:
msiexec.exe /i D3050x86.msi /qn ENTERPRISE=YES CONNECT_NEW_PRINTER_SHORTCUT=NO