Skip to content
⌘ NSIS Forum Archive

MUI_STARTMENU_DEFAULTFOLDER - no effect?

17 posts

DOCa Cola#

MUI_STARTMENU_DEFAULTFOLDER - no effect?

Could it be that MUI_STARTMENU_DEFAULTFOLDER in the CVS has no effect anymore? The last time that worked for me was in 2.0b2

DOCa Cola
Joel#
MUI_STARTMENU_VARIABLE
Variable to store the current Start Menu Folder. Default is $9. You cannot use this variable in your script
maybe you are using $9 as variable again in your script.
DOCa Cola#
Nope, when i compile it with 2.0b2 it works. i also tried that with a simple installer and compiled it with both versions and the the same result occured. The installer uses MUI_PRODUCT instead of the MUI_STARTMENU_VARIABLE as startmenu folder.
DOCa Cola#
Ok, here is an simple installer with that function. It works perfect in 2.0b2 but with the CSV that function has no effect.
Joel#
well, in my machine appear an dialog with the start menu page with
the text "TEXTTEXTTEXTTEXTTEXTTEXT" on it....
apparently it work
deguix#
I have the current and don't work... because it changed to MUI_STARTMENUPAGE_DEFAULTFOLDER. When I used this, worked.
Joel#
Hey!

with:
!define MUI_STARTMENUPAGE
!define MUI_STARTMENU_DEFAULTFOLDER "${MUI_PRODUCT}"

I got this:

1 warning:
install function "mui.Startmenu" not referenced - zeroing code (88-112) out
🧟
DOCa Cola#
ok, thx
now it works
i don't knew it changed to MUI_STARTMENUPAGE_DEFAULTFOLDER in the newer builds. Thx for the info!