Setting Summary Information Stream Properties

InstallShield 2019

To specify summary information for the project:

1. In the View List under Installation Information, click General Information.
2. Find the Summary Information Stream area of the view.
3. Modify the values of the settings as needed.

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