'Adding right-click menu items to shortcut with InnoSetup
Is it possible with InnoSetup to add additional right-click menu options for a specific shortcut?
Say my shortcut has a target of "%localappdata%/Programs/MyApp/app.exe"
that is run on double-click. But my app.exe
takes some additional command line options that I'd like to abstract, say for "safe mode". Does InnoSetup support adding a menu item that would read "Run in safe mode" and would have a target of "%localappdata%/Programs/MyApp/app.exe" --safe
?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|