Skip to content
⌘ NSIS Forum Archive

Change the startmenu entry "dynamic" for Windows Installer

2 posts

Harner#

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 🤪
MSG#
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?