Wayne,

You have several different options. Each "Release" can have a different set of compiler variables. Based on this, you can generate completely different sets of outputs.

The following is the easiest way:

[ Install Files ]
#ifcompvar [SB_RELEASEID] Does Not Equal (Ignore Case) "ComposerDownloadTrialWithoutHelp" Then
Install File "C:\Composer\Composer.chm" to "%_SB_INSTALLDIR%\Composer.chm" (Always Install)
#end

If the selected Release is "ComposerDownloadTrialWithoutHelp", then Composer.chm is not compiled into the install.

Does this help?

Friedrich