Archive: How to Display Variable Value in Textbox of option page


How to Display Variable Value in Textbox of option page
Hello Everyone,

I Have Created a NSI Script for Nullsoft Installer of My .Net Application. I have added a option page with textbox, after licence page and created a option.ini to display textbox on option page, I want to display the "Text" value that I have specified in INI file.

Anyone know about that, how I display "Text" value on Option Page, If User Updates the Textbox's value, then I have to save that on new text file. Pls Suggest me.

Thanks
lmenaria


Lady luck, why don't you try here:

http://forums.winamp.com/forumdisplay.php?s=&forumid=65


moved.


Read the Text value from the INI using ReadINIStr or the MUI_INSTALLOPTIONS_READ macro.


Take a look at testnotify.nsi and testnotify.ini

If you are using the MUI, there is a good example .... installoptions.nsi