Entering Summary Information Stream Data

InstallShield 2020 Express Edition

The Summary Information Stream contains information about your company and the software being installed. This information can be accessed by right-clicking an .msi file and selecting Properties. Then, click the Summary tab to view the summary information.

Setting the Summary Information Stream Comments at Build Time

You also have the option of entering comments at build time. You can use the SummaryInfoComments parameter of MSBuild.exe task to set the Summary Information Stream comments at build time, such as including the build number, as shown in the following example:

MSBuild.exe c:\installers\Setup.sln /Property:SummaryInfoComments="Insert Comments Here"

See Also