Skip to content
⌘ NSIS Forum Archive

Memento Again

4 posts

Boyito#

Memento Again

Hi All

Using this new feature i need the following
When a user run again my installer and memento "remeber" the status of the selected section i need this section shows like the NSIS installed do
( the next line is in makensis.nsi file )
${MementoSection} "NSIS Core Files (required)" SecCore

I supose modifying the memento.nshm but how?
How can i put a section in required status?

Thanks In Advance
Afrow UK#
I'm not quite sure what you want. Do you want the section to be disabled and checked? Use SectionIn RO inside the section.

Stu
Boyito#
Yes STU
Reading de User Manual ive found that you said, but the only way to do this is using InstType??