Functions for saving/loading settings to/from registry
Hi, I'm working on an installer with 5 pages and 14 checkboxes per page (using MUI custompages) and I want the installer to be able to remember the selected checkboxes by storing them in the registry. I was hoping someone could help me create 2 functions: one for saving settings to the registry and the other for loading them from the registry. This is probably easy to do, but I don't know my way around loops, which I think is the best way to do this since the pages are named options1.ini --> options5.ini and there are 14 fields in each page. I'd appreciate any help offered. Thanks.