Archive: display reg key value in text field


display reg key value in text field
hello

1. i insert an dialog page (install options page) that include 2 lines of text field that are connected with dirrequst in ini file
how can i display path as a default - from value in the registry

2.
i define the
!define MUI_WELCOMEPAGE
!define MUI_FINISHPAGE



but they do not dispalay the welcome page and finish page


You probably added the MUI defines on the wrong place. Check the WelcomeFinish.nsi example.


1. You can use WriteINIStr to write the default value into the .ini file after you read it from the registry, but before you show the custom dialog box.

2. You must declare and do a lot more than just those two lines. Please follow these steps: Modern UI Manual.