Skip to content
⌘ NSIS Forum Archive

Set settings after Install (Custompage)

3 posts

cai_sebas#

Set settings after Install (Custompage)

Hi,

I have a setup, with a custom page which is viewed AFTER the installation, is it possible to write an regsetting when you finish the custom page? (click next)

Thanks
Afrow UK#
Page Custom CreateFunc LeaveFunc

The LeaveFunc Function is called when the user clicks the Next button (or rather the Finish button in this case).

-Stu