>i have to create from within a kind of setup program (with admin rights) a
>shortcut to the desktop of a users pointing to a UNC path .
What's a "kind of setup program"? If you're using MSI it should have
built in support for creating shortcuts.
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
PitG - 13 Aug 2007 09:32 GMT
Hi Mattias,
There is no chance for using MSI in this case.
I am just looking for a .NET class providing this link feature for
filesystem objects.
(I am avare of the Windows API - but try hard to avoid using it!)
Regards PitG

Signature
PG
> >i have to create from within a kind of setup program (with admin rights) a
> >shortcut to the desktop of a users pointing to a UNC path .
[quoted text clipped - 3 lines]
>
> Mattias