Archive: How to verify software and let those verifications define options


How to verify software and let those verifications define options
How do you verify software that is previously installed and let those verifications preset your options?


You can select and de-select Components with the SelectSection macro in Sections.nsh

You can check if previous programs exist by either checking registry entries (ReadRegStr) or perhaps by using IfFileExists.

-Stu