MAKEMSI quickly and reliably creates MSI files in a non-programmatic way
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
[Bottom][Contents][Prev]: Local Security Settings Applet[Next]: MergeMod.DLL
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
\->Tips and Tricks->Tools->MAKECAB.EXE

MAKECAB.EXE

This Microsoft tool is used by MAKEMSI to "compile" files (see the "compile" command).

This tools is not provided with MAKEMSI (due to Microsoft's licencing requirements). It exists on Windows 2000 and XP boxes with base installs. For other operating systems you will need to download the "CAB SDK" from Microsoft (http://support.microsoft.com/kb/310618) as it contains the tool, you must also ensure that MAKEMSI can "find" it by making sure the installation directory is included in the list defined in the "PATH" environment variable.

See the "MAKECAB.EXE Issues" section for some details of MAKECAB.EXE bugs/features.

You can use the "COMPILE_MAKECAB_EXE" macro to specify the version that makemsi should use by default MAKEMSI will search tha "path".

MAKECAB.EXE -?

Cabinet Maker - Lossless Data Compression Tool

MAKECAB [/V[n]] [/D var=value ...] [/L dir] source [destination]
MAKECAB [/V[n]] [/D var=value ...] /F directive_file [...]

  source         File to compress.
  destination    File name to give compressed file.  If omitted, the
                 last character of the source file name is replaced
                 with an underscore (_) and used as the destination.
  /F directives  A file with MakeCAB directives (may be repeated). Refer to
                 Microsoft Cabinet SDK for information on directive_file.
  /D var=value   Defines variable with specified value.
  /L dir         Location to place destination (default is current directory).
  /V[n]          Verbosity level (1..3).


Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.Please email me any feedback, additional information or corrections.
See this page online (look for updates)

[Top][Contents][Prev]: Local Security Settings Applet[Next]: MergeMod.DLL


MAKEMSI© is (C)opyright Dennis Bareis 2003-2008 (All rights reserved).
Saturday May 28 2022 at 3:11pm
Visit MAKEMSI's Home Page
Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.