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]: SourceFile[Next]: Transform
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
\->Source Code->Commands->Summary

The "Summary" Command

This command is used to either modify summary information stream properties. These are mainly used to display properties when you select right click then properties within explorer however some fields are used by Windows Installer for other MSI only related purposes (compression options is an example).

This command takes these parameters:

Summary Dialog in ORCA

This shows the summary information dialog for an msi created using "TryMe.MM" in "ORCA":

EXAMPLE

;--- Set up some summary items ----------------------------------------------
<$Summary "AUTHOR"       VALUE="<?PpwizardAuthor>">
<$Summary "CODEPAGE"     VALUE=^1252^>                ;;Integer summary type
<$Summary "TEMPLATE"     Value="Intel;1033">
<$Summary "TITLE"        VALUE=^'ASDF"^>
<$Summary "COMMENTS"     VALUE="line 1<$CRLF>Line 2">
<$Summary "EDITTIME"     VALUE="date()">
<$Summary "LASTPRINTED"  VALUE="now()">
<$Summary "CREATE_DTM"   VALUE=^cdate("24 January 2006")^>
<$Summary "LASTSAVE_DTM" VALUE="#26 Feb 2006 11:23:04 am#">

;--- Remove summary item (make null) ----------------------------------------
<$Summary "LASTPRINTED"  VALUE=^Empty^>


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]: SourceFile[Next]: Transform


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.