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]: UISAMPLE.MMH[Next]: OPENMSI.MMH - Making changes to existing databases
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
\->MAKEMSI Installs...->Available Frameworks->Create New MSI Installers->Preferred MSI Interface for Building a Complete MSI->Department and Company Headers->UISAMPLE.MSI

UISAMPLE.MSI

Automatically used by "COMPANY.MMH" and manipulated by "UISAMPLE.MMH" (and of course your script) to produce your msi.

MIcrosoft supply this template with the Windows Installer SDK and this is what I do to update this template:

  1. I backup everything!

  2. I use "MsiDiff.VBS" to compare the new and old versions to check that there is no obvious reason why the new version will break anything (for example "UISAMPLE.MMH" may try to change a dialog or control that no longer exists).

  3. The SDK template has huge bitmaps for the "bannrbmp" & "dlgbmp" binaries. You can save about 175 KB by exporting the old ones and replacing the SDK ones using "ORCA" and resaving the template!

    These bitmaps are identical except that I used my brain and saved them using RLE compression! If the bitmaps change you can do this after first exporting the new bitmaps with the "Export to .IDT" facility.


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]: UISAMPLE.MMH[Next]: OPENMSI.MMH - Making changes to existing databases


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.