Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top