![]() |
Can't change value of MUI_STARTMENUPAGE_DEFAULT_FOLDER
Hello,
I've used the EclipseNSIS plugin to create an initial functioning NSI script. This created among other things the lines Name MyApp # [...] !define MUI_STARTMENUPAGE_DEFAULT_FOLDER $(^Name) Well, now I wanted to change this value to something else, like this: !define COMPANY "Company Name" # [...] !define MUI_STARTMENUPAGE_DEFAULT_FOLDER "${COMPANY}" But I can try whatever I do ... when testing the setup.exe the default folder is always MyApp. Could anybody please tell me what I am doing wrong (should something else be changed as well, is this an immutable value???). I spent a couple of hours on this and found no solution. Thanks in advance. |
Make sure you've put the code above your !insertmacro pages.
-Stu |
Hi Stu,
Quote:
However, I tried to understand the following and failed :igor: code: Is "Application" some hard-coded symbol, can I change it, why is it called "Application"? When does the StartMenuGroup variable gets its initial default value and from where ...? I wonder whether it's possible to define a Start menu group that's not just one directory deep, but three. While I know it's possible in theory, I don't know how to do it in NSIS. Help, please?! I can provide the nsi file if it helps ... |
Quote:
|
1 Attachment(s)
Quote:
|
| All times are GMT. The time now is 05:00. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.