Skip to content
⌘ NSIS Forum Archive

Memento

5 posts

Boyito#

Memento

Hi all

One new feature in v2.25 was
"Added Memento.nsh for easy persistency of user selections across different runs of the installer"

Ive found the sample but nothing in the .chm or in faqs
where ive found more info about memento?

TIA
Boyito#
Hi
No, because i dont know how can i READ memento save settings in registry for another purpose for example
And the sample works fine, but if i need to put in my large script the only way is cut&paste and try if works
kichik#
That's internal information that might be changed so it's not documented. From the top of my head, it creates a DWORD value named SEC_<section name here> for each section. If it's 1, it's selected. If it's 0, it's not selected. If it doesn't exist, it's a new section.