Archive: Browse path and write datat to an ini.file


Browse path and write datat to an ini.file
I have not find an solution how to let the user browse the PC and then write the path to a ini file by using dirrequest???


What you are looking for is InstallOptions (see Contrib\InstallOptions for readme and example, and Examples\Modern UI\InstallOptions.nsi for a MUI example) and the WriteIniStr instruction.