我正在尝试在 Startup 文件夹中包含指向我的应用程序的链接,并将参数传递给程序。
我认为如果我在本地创建快捷方式然后将其添加到我的源中它会起作用。之后,我可以在第一次运行时将其复制到 Startup 文件夹。
File.userDirectory.resolvePath("Start Menu\\Programs\\Startup\\startup.lnk");
但是,我试图在安装过程中发生这种情况。我看到 app.xml 中有一些与安装相关的设置,但没有任何东西可以让我将它安装到两个文件夹或使用参数。
<!-- The subpath of the standard default installation location to use. Optional. -->
<!-- <installFolder></installFolder> -->
<!-- The subpath of the Windows Start/Programs menu to use. Optional. -->
<!-- <programMenuFolder></programMenuFolder> -->