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]: Example of a Build Failure[Next]: Common Build Problems and Their Solutions
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
\->Troubleshooting->Build Time Problems->Console File (MAKEMSI build debug file) - *.DBG.txt

Console File (MAKEMSI build debug file) - *.DBG.txt

Everything you see displayed by the "MM.CMD" batch file to the console is also logged to a "debug" file. Where information may have been truncated when displayed on the console a longer version is typically sent to the file which will also typically contain much more information which never went to the screen.

By default the file is produced in the "out" subdirectory and will end in ".dbg.txt". This may look like ".dbg" if you have explorer configured not to display file extensions (dangerous in my opinion).

The full name of the file is the "base" name of the script followed by ".dbg.txt", so for example building "TRYME.MM" will create a console file called "out\TRYME.dbg.txt".

The "DBG_ALL" and related macros can be used to configure MAKEMSI to output more or less information.

The "MAKEMSI_MM_SUPPORT_TEXT" environment variable can alter the text message that begins the logs, so if you work for a large company you could direct your users elsewhere for support etc.


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]: Example of a Build Failure[Next]: Common Build Problems and Their Solutions


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.