Black Ice Software
August Developer Newsletter
Volume 11, Issue 8 - August, 2007
The BLACK ICE NEWSLETTER is published by Black Ice Software, LLC. The contents of this newsletter in its entirety are Copyright © 2007 by Black Ice Software, LLC. 292 Route 101, Salzburg Square, Amherst, NH 03031, USA. Black Ice Software, LLC. does hereby give permission to reproduce material contained in this newsletter, provided credit is given to the source, and a copy of the publication that the material appears in is sent to Black Ice Software at the above address. Phone: (603) 673-1019 Fax: (603) 672-4112 sales@blackice.com www.blackice.com

How to Create a Silent MSI Install for the Black Ice Printer Drivers

There is a printer driver MSI install sample (written in VS 2005) in the printer driver resource toolkit. This sample application installs the specified Black Ice printer driver to the system. The install displays some dialogs before printer installation for example a welcome dialog or installation folder selection dialog. However there are some cases when you might want to create a silent install to do its work without any user interaction. You can easily modify the printer driver MSI install sample to be silent.

If you open the User Interface Editor in VS 2005 (Figure 1) you can determine which dialogs will be shown during install.

 

 
Figure 1

 

If you delete all of them, the user doesn’t need to do anything at installation time (Figure 2).

 


Figure 2