xbarns
4th March 2009, 14:45
Hi all,
i have a Setup that is supposed to react to features that are extracted out of a license file.
I will get back a string like "Feature1,Feature2,Feature4,Feature5" for all valid features.
I disable all(!) Sections and SectionGroups using SectionSetFlags.
Now i check for the single Features using ${Wordfind} and if a feature exists i (re)enable certain sections.
There are quite a few sections (roughly 30) and i am looking for an easier way to manage that stuff since i have to enable some sections twice (e.g. once for Feature1 and once for Feature3)
Has anyone done something like that before and would like to share knowledge?
I have attached the part of the script that i am talking about.
Thanks for your help.
i have a Setup that is supposed to react to features that are extracted out of a license file.
I will get back a string like "Feature1,Feature2,Feature4,Feature5" for all valid features.
I disable all(!) Sections and SectionGroups using SectionSetFlags.
Now i check for the single Features using ${Wordfind} and if a feature exists i (re)enable certain sections.
There are quite a few sections (roughly 30) and i am looking for an easier way to manage that stuff since i have to enable some sections twice (e.g. once for Feature1 and once for Feature3)
Has anyone done something like that before and would like to share knowledge?
I have attached the part of the script that i am talking about.
Thanks for your help.