Archive: MUI_STARTMENU_DEFAULTFOLDER - no effect?


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


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.

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.


maybe if you put part of the script, we can help more


Ok, here is an simple installer with that function. It works perfect in 2.0b2 but with the CSV that function has no effect.


well, in my machine appear an dialog with the start menu page with
the text "TEXTTEXTTEXTTEXTTEXTTEXT" on it....
apparently it work


even with the CVS?


the current? Nop... I going to download it...


ok
i hope i am not the only one who has this problem


I have the current and don't work... because it changed to MUI_STARTMENUPAGE_DEFAULTFOLDER. When I used this, worked.


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
:igor:

ok, thx
now it works
i don't knew it changed to MUI_STARTMENUPAGE_DEFAULTFOLDER in the newer builds. Thx for the info!


Nor me! I don't use this! I searched for it at Modern UI Documentation.


ugh, i haven't read the doc from the cvs


maybe a bug?


Yep. Changed in 1.62b (see changelog).

Use MUI_STARTMENUPAGE_DEFAULTFOLDER


smoking :up: