DO_
16th June 2002 01:54 UTC
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?
Sunjammer
16th June 2002 06:34 UTC
Shoot me if this is a stupid idea but what happens if you try setting the install options in the 'on next page' handler, i.e. some time after NSIS set them to the default (if I understand what you were saying correctly) but before the user has to choose?
DO_
17th June 2002 01:16 UTC
:(
This way is wrong too... Effect is the same - all sections are checked by default...
spanky
17th June 2002 16:23 UTC
Originally posted by Sunjammer
Shoot me if this is a stupid idea but what happens if you try setting the install options in the 'on next page' handler, i.e. some time after NSIS set them to the default (if I understand what you were saying correctly) but before the user has to choose?
! ! ! (BANG. BANG. BANG.) ;)
DO_
17th June 2002 16:39 UTC
Originally posted by spanky
! ! ! (BANG. BANG. BANG.) ;)
Funny but without visible results :)
Next one to the scaffold, plz.