\
Best Practices
Options and Configuration Header Files
BEST PRACTICE: Options and Configuration Header Files |
You should not directly include any header file provided
by MAKEMSI but
provide at least one header file yourself
(I will call this "MyHeader.mmh" - see "DENNIS.MMH" for an example)
to include "DEPT.MMH" (recommended) or
"MAKEMSI.MMH" depending on the level of "help"
you need.
This header could:
- Set up "branding"
(icons, bitmaps, dialog text on bottomn line etc).
- Change any MAKEMSI command defaults to those you
consider more appropriate.
- Change any options or override normal MAKEMSI
processing.
- Alter generated HTML or insert extra processing
(perhaps pre and post steps).