Skip to content

NSIS - nested start menu folders #1538

@QuiGonRazor

Description

@QuiGonRazor
  • Version: 17.3.1
  • Target: windows

I noticed that I can't set a nested path for start menu shortcut of my application.
Even setting a string with "menuCategory" option into my package.json at project level it creates only a level.

While searching into your scripts I noticed that's because you use sanitize-filename package.
So, using a path string like "level1\application\" will result into a single level "level1application".

can you add the possibility to give a path with multiple levels?

image

Setting "menuCategory" item like this the result will be:

tmp

Using a string with a backslash into json file

image

Return me this

tmp3

I want to create a folder tree like Microsoft apps

tmp2

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions