How to init initial start menu directory for MUI_PAGE_STARTMENU
There is a problem.
I have following code:
...
Name "Application 1.0"
...
!insertmacro MUI_PAGE_STARTMENU Application $StartMenuFolder
...
But when Start menu selection is displayed, the initial value
on "Choose Start Menu Folder" page is "Application 1.0",
but I need name here without version: "Application".
How can I do this?