I want to create a page with labels showing the text dynamically while the page loading. Actually I have created the page (page1.ini) using NSIS Editor. Created the labels with default text using editor. I want to change the label text when the page loads.
I have used the following option
!insertmacro INSTALLOPTIONS_WRITE "page1.ini" "Field 10" "Text" "Stopping..."
But it is not working for me... May I know what mistake I have done in this and also want to know how to change the text for controls which are created in editors...