Download Demo
Resource Toolkit Online Manual
The Windows Installer XML (WiX) is a free toolset that builds Windows installation packages from XML source code. You can generate MSI installs using WIX. An example demonstrates how to create a WIX install of Black Ice printer driver. Note: This WIX install is only a basic install. You are able to totally customize your WIX install and you can create your own scripts free for installing/uninstalling the printer driver.
The WIX sample uses functions of the install and uninstall dll for installing/uninstalling the printer driver.
The WIX install uses an external file (MyWIXDefines.wxs) for storing the name of the driver files and some other resources.
The source code is not available in DEMO Resource Toolkit.
You are here:
Home > Printer Drivers > Wix Installation
To Top