How to specify parameters for the executable file in a StartupTask

后端 未结 2 1924
我在风中等你
我在风中等你 2020-12-19 22:13

When desktop applications set to run on startup, they usually start minimized to system tray. The common approach to implement this behavior is an special parameter for the

相关标签:
2条回答
  • 2020-12-19 22:35

    As Stefan mentioned, currently there is no native support for shortcut arguments but tools like Advanced Installer and others handle this stub (different EXE) behind the scenes, saving you some precious time.

    Disclaimer: I work on the team building Advanced Installer.

    0 讨论(0)
  • 2020-12-19 22:41

    There is no way to specify a parameter for startup task today unfortunately. It is an open work item on our backlog.

    As you point out, a possible work around is to launch a different EXE that then launches your app in the desired mode.

    Thanks!

    0 讨论(0)
提交回复
热议问题