NSIS Create components based on folders
问题 I'm working on creating an installer that has several applications that can be optionally installed. I'd like to write my installer script so that I don't need to update it every time I add a new application to my apps directory. Is this possible with NSIS? I've got code to search through a folder for sub folders and extract their names, but am having trouble using that to make components in the installer. Folder Structure -Install_Directory -Main_Application -Applications -App_A -App_B -App