Archive: Shortcuts depending on sections


Shortcuts depending on sections
Hi:

Here is what i would like to do:

Section a, b,c. I would like that depending on what section is selected place icons on the desktop. Note that i dont want just put createshortcuts within the section because I wanna have another separate function (createshortcuts) with variables that set what icons should be placed on the desktop depending on what sections the user installed.

thanks.


Use LogicLib's ${If} ${SectionIsSelected}. See Examples\LogicLib.nsi for a usage example.