Archive: required items


required items
ok i have an installer with two required items
but i have the problem :
i can deselect the second one but i dont want this !

do someone know how to make
also 2 or more thing in the list required ???

yes i know i can put this together with the first
but i want two entries (then the user will see what would be installed)

i 've seen this on other installers ....

thanks


Section [section_name]
Begins annd opens a new section. If section_name is empty, omitted, or begins with a -, then it is a required section and the user will not see it, nor have the option of disabling it. If the section name is 'Uninstall', then it is a special Uninstall Section.


yes i know this but i WANT the entry in there (crazy idea mybe)

and this is impossible i think or ????


don't know, i am only beginner


A cheap shoddy hack
If you only have these 2 sections, you could make the 2nd one a hidden section, and also make a third empty section, with the name of the 2nd section, and make EnabledBitmap and DisabledBitmap both point to the enabled bitmap icon. This would make it appear to the user that none of the sections could be disabled, as the size also wouldn't change with the 3rd section being empty. It wouldn't work if you had any other sections besides these you did want to make optional.

I know this is a bit of a messy way to do it, but I don't know of any other way.

Hope this is of some use :o


hmmh ok this may help at the moment

thanks

i hope that there will be a possibility to make a tag like
required = yes
in the section

i' trying this maybe I'll get this