This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Can InstallAnywhere control the windows menuorder?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 26, 2010
03:48 PM
Can InstallAnywhere control the windows menuorder?
As I know, by default, windows startup menus are ordered by alphabetically -- it is decided by Windows 'MenuOrder' registry.
is it possible for InstallAnywhere to control the menuorder? for example, I want to 'UnInstall' always on the bottom, even we have some menu names starting with 'Y..' or 'Z..'
is it possible for InstallAnywhere to control the menuorder? for example, I want to 'UnInstall' always on the bottom, even we have some menu names starting with 'Y..' or 'Z..'
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 26, 2010
04:59 PM
Natively, I don't think so. I worked around this limitation by doing this simple trick:
The above is the content of a sort.zgr file that you can import at the beginning of the Install section.
DELIMITER=,
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\Programs\$DEFAULT_INSTALL_SUB_FOLDER$, Order, Binary, $NULL$
The above is the content of a sort.zgr file that you can import at the beginning of the Install section.