Noob - Input company name
Hi,
I am new to NSIS and at some time during installation I will need to know their company name so I can search and replace sql script.
Thanks-Jared
Archive: Noob - Input company name
Noob - Input company name
Hi,
I am new to NSIS and at some time during installation I will need to know their company name so I can search and replace sql script.
Thanks-Jared
you need to create a custom page - see install options manual.
on this custom page you need an edit-box and a label.
the label you should fill with information about what the user should type into the edit-box.
in the leave function of the page, you can read the value of the edit-box and store it into any given $var to use it lateron.