Archive: problem with MUI_INSTALLOPTIONS_EXTRACT


problem with MUI_INSTALLOPTIONS_EXTRACT
I have designed three custome pages for my installer. In .onint function i'm extracting that .ini files.Currently i have these .ini files in directory of installer also in directory of plugins of NSIS installation. But when i run this installr code in which i'm reading or writing .ini file for getting state of Radio buttton is not getting executed. How can i solve this problem ie How can i extract these files along with other installation files & refrance from extracted location


If you extract with MUI_INSTALLOPTIONS_EXTRACT, you should read with MUI_INSTALLOPTIONS_READ. Then, you don't have to deal with the paths as the macros deal with that for you.