Archive: Change the startmenu entry "dynamic" for Windows Installer


Change the startmenu entry "dynamic" for Windows Installer
I wanna change the startmenu entry from windows installer packages, the *.msi installer, dynamic. (Tortoise Git, Graphviz) That means I need a switch or anything similar to change the entry while installing with the NSIS installer.

Til now I modified the Windows installer with the orca editor. But thats so to say a static solution because I canĀ“t change it while installing with NSIS.

Anyone installed Windows Installer with NSIS!?

Every installer accepts switches for this issue apart from the windows installer :weird:


If there's no command line parameters for it (ask in the Microsoft forums, not NSIS forum...), then how about simply renaming the startmenu folder after it's created?