|
|
#1 |
|
Junior Member
|
WriteIniStr to insert values on a custom page?
I have created a custom page in MUI including a field that should (if it exists) read a value from registry and pre-fill out the field with this value. So far this is somewhat working:
ReadRegStr $1 HKLM "regpath..." '' WriteIniStr 'custom.ini' 'Field 3' 'State' '$0' However this does not just fill out the value in the custom page, but also alters my custom page ini-file. I want this file to be unaltered since I use it for the setup - How do I avoid this? |
|
|
|
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|