如何在Windows启动时将silverlight设置为退出浏览器应用程序
你好 我有一个 silverlight 应用程序,已将其设置为浏览器外应用程序,以便用户可以安装在他们的计算机上。
现在我的问题是“是否有任何方法或配置或以编程方式可能,当我的 silverlight 应用程序安装时,它会将其自身置于 Windows 启动中,以便当用户登录时,它会像信使应用程序(yahoo、msn 等)一样自动启动? ”
谢谢
Hi
I have one silverlight application which I have set for Out of browser application so that user can installed on their machine.
Now my question is "Is there any way or configuration or programmatically possible that when my silverlight application get installed it will put it self in the windows startup so that when user logged in it will automatically starts like messenger applications (yahoo, msn etc)?"
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建一个执行以下两件事的批处理文件:
使用 SLLauncher.exe(OOB 应用程序的 silverlight 可执行文件)在 OOB 中安装您的应用程序,它的参数中现在有一个 /install 选项,您可以使用该方法来安装它.
将快捷方式复制到当前用户的“Startup”文件夹:
%UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
You could create a batch file that would do 2 things :
Install your app in OOB using SLLauncher.exe (silverlight executable fo OOB applications), It now have a /install option in its parameters you could use that method to install it.
Copy the shortcut to the"Startup" folder of the current user :
%UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup