Can I start with CUSTOM install type?
The main idea is to read current settings of the program (installed plugins, addons, etc), and set Custom install type according previos installation. I just create .onInit callback but all SectionSetFlags operators in it don't work because NSIS starts with the first InstType (not Custom) and resets flags for all sections. Can I start NSIS with using InstType = CUSTOM?