PyOxidizer
PyOxidizer copied to clipboard
Add support for MSI start menu shortcut
WiX Toolset has the capabilities of adding a shortcut to the Start Menu on Windows, but I don't see any option to include this during building.
This would add a lot of value to installations where the user is trying to find the program they just installed on Windows.
FYI I've added an implementation for this in https://github.com/indygreg/PyOxidizer/pull/714