You are here

How can I rename a menu item?

7 posts / 0 new
Last post
truthseeker
truthseeker's picture
Offline
Last seen: 12 years 10 months ago
Joined: 2008-07-30 20:32
How can I rename a menu item?

Hi,

How can I rename an entry in the PortableApps Menu?

Thank you.

TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 11 years 4 months ago
Developer
Joined: 2006-12-14 17:24
you have 2 options: 1. use a

you have 2 options:
1. use a menu mod, or
2. recompile each launcher with changed credentials.
doesn't the menu read the file description?

But there’s no sense crying over every mistake,
You just keep on trying till you run out of cake.

truthseeker
truthseeker's picture
Offline
Last seen: 12 years 10 months ago
Joined: 2008-07-30 20:32
What do you mean by,

What do you mean by, "recompile each launcher with changed credentials."?

TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 11 years 4 months ago
Developer
Joined: 2006-12-14 17:24
ok, go to the launcher source

ok, go to the launcher source (Other\Source\AppNamePortable.nsi) and open it with something like Notepad, or Notepad++. find this line:

VIAddVersionKey FileDescription "${PORTABLEAPPNAME}"

and replace ${PORTABLEAPPNAME} with whatever you want it to show up as in the menu.
then, finally, compile with NSIS.

But there’s no sense crying over every mistake,
You just keep on trying till you run out of cake.

truthseeker
truthseeker's picture
Offline
Last seen: 12 years 10 months ago
Joined: 2008-07-30 20:32
Compile with NSIS? What's

Compile with NSIS? What's NSIS?

OliverK
OliverK's picture
Offline
Last seen: 3 years 10 months ago
Developer
Joined: 2007-03-27 15:21
Search for either the

Search for either the geek.menu or PortableAppMenuModR34

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

truthseeker
truthseeker's picture
Offline
Last seen: 12 years 10 months ago
Joined: 2008-07-30 20:32
Thanks Oli :)

Thanks Oli Smile

Log in or register to post comments