When I run the B4j Packager I end up with the Start Menu Group "Unknown" which contains the generated EXE shortcut.
I went through the tutorial but can't find reference to declaring my own name for the start menu group.
I added this line
args.Add("-Bwin.menuGroup=ThisGroup")
after the agr.AddAll in the B4jPackager code
but It still installs into the "Unknown" start menu group.
Is there another way to specify the start menu group?
I am surprised others have not had the same problem.
I must be missing something obvious to others.
Sorry, my mistake. You need to use the parameter -Bwin.menuGroup in combination with -BmenuHint=True
if -BmenuHint = False the menuGroup parameter is ignored.