Pregunta

I've a Silverlight Out of Browser application where I does installation like this:

C:\Program Files\Microsoft Silverlight\sllauncher.exe /install:[path to xap file] /shortcut:desktop+startmenu

This does create shortcut in the current user's desktop. But once another user logs in it wont be available in his desktop. As part of testing I copied the created exe into the public desktop. But still the another user wont be able run the application from his account. How can I configure so that it works in all user accounts?

¿Fue útil?

Solución

I did some work around on this and have made a blog post here

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top