Archive: MUI start menu page question


MUI start menu page question
Hi NSIS users/developers,

I am setting up an NSIS script for distribution of a set of small program modules. Each module will be distributed separately. I am using NSIS 2.0.b4 with modern UI.

I want all modules to be installed as Modules\Module_Name_1, Modules\Module_Name_2, etc by default. I want the default start menu page to show Modules\Module_Name. Currently, it shows only the Module_Name. I believe I need to do something with MUI_STARTMENUPAGE_VARIABLE.

Can anybody point me to the right direction?

Thank you,

NullCube.


Define MUI_STARTMENUPAGE_DEFAULTFOLDER.


Thanks.