Hi,
Is there a way to Prevent the Bullzip Printer DRiver from being the default upon installation using the silent method?
Default Printer Unintended installation
Moderator: jr
Re: Default Printer Unintended installation
Use the /PRESERVEDEFAULTPRINTER
More informaiton here:
http://www.biopdf.com/guide/setup_comma ... itches.php
Regards,
Jacob
More informaiton here:
http://www.biopdf.com/guide/setup_comma ... itches.php
Regards,
Jacob
Re: Default Printer Unintended installation
Is there also a way to include multiple arguments to the installer? I've tried different formats, but can't get this to work. The example
msiexec.exe /i "Setup_BullzipPDFPrinter_9_3_0_1516.msi" /quiet WRAPPED_ARGUMENTS="/VERYSILENT"
from the site works obviously, but how does one include multiple arguments?
msiexec.exe /i "Setup_BullzipPDFPrinter_9_3_0_1516.msi" /quiet WRAPPED_ARGUMENTS="/VERYSILENT"
from the site works obviously, but how does one include multiple arguments?
Re: Default Printer Unintended installation
You add it inside the WRAPPED_ARGUMENTS.
msiexec.exe /i "Setup_BullzipPDFPrinter_9_3_0_1516.msi" /quiet WRAPPED_ARGUMENTS="/VERYSILENT /PRESERVEDEFAULTPRINTER"
does that make sense?
regards,
Jacob
msiexec.exe /i "Setup_BullzipPDFPrinter_9_3_0_1516.msi" /quiet WRAPPED_ARGUMENTS="/VERYSILENT /PRESERVEDEFAULTPRINTER"
does that make sense?
regards,
Jacob