Archive: Reselect installed sections on update install.


Reselect installed sections on update install.
My installer has a lot of sections.

When I release an update users must reselect all of the sections that they want in the installer when installing the update.

Is there some way I can make the initially selected sections be the ones that are already installed (i.e. make the initial selection be the same as the last selection they made the last time they ran the installer)?

I'm using NSIS 2.40, MUI installer, Windows XP SP3.

Thanks!


With Memento header you can do just that. See the memento example and the Memento.nsh for more help.

PaR