Hi,
I have a number of editions of the project for which I am making a Visual Studio setup project (installer).
For each edition there is a separate license agreement that should be shown in the default License Agreement window.
What I want to do is to point the LicenseFile
of the License Agreement window to a file somewhere on the client FS.
But the license file itself should be conditionally included into the setup package based on either conditional compilation symbol (EDITION_FREE, EDITION_GOLD etc) or just a name of the Configuration.
Not sure how I would do that and what conditions are available for the Condition
property for files?
Thanks,
Dmitriy.