Talk:InstallOptionsEx plug-in

From NSIS Wiki
Jump to navigationJump to search

You seem to have an error at the bottom of the page, I never worked on InstallOptions. --Nandhp 10:09, 21 November 2005 (PST)

Wow, my bad. Fixed. --deguix 14:17, 21 November 2005 (PST)

Hello, i have a little question, as the WinMessages.nsh do not include Progress bar controls i just want to know how i can update the state for it. Example: GetDlgItem $R1 $R0 1208 ;$R0 is dialog handle SendMessage $R1 ${WM_SETTEXT} 0 "STR:23" ; percents of done process i am running WriteINIStr "$PLUGINSDIR\main.ini" "Field 9" "State" "$3"

And this dont works. What would be the way to do this? Thank you for this great plug-in!

Please post on the forums next time, as I'm a long time away from this community, and the people there will help you better. deguix