CAB Wizard Overview
When you have finished developing your driver or application, you can create a cabinet (.cab) file to facilitate installation of your driver or application. A .cab file acts as a container, holding all necessary device driver or application files in one location, and thus ensuring that all these files are present at installation time. You create a .cab file by first creating an .inf file, and then using the CAB Wizard command-line tool (Cabwiz.exe) at the command prompt. The CAB Wizard can be found in <Platform Builder installation path>\CEPB\Bin.
Note Cabwiz.exe, Makecab.exe, and Cabwiz.ddf must reside in the same directory on your development workstation.
See Also
Creating an .inf File | CAB Wizard Syntax
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.