Hi there,

I have a Windows forms app that resides on a web server. I (and my
intended user base) access the application via an Internet shortcut,
i.e. "http://servername/appshare/app.exe". That's all fine and dandy,
as well as the setup and deployment project I had to write to
install/uninstall a Site code group to give FullTrust to any
applications from "servername", but that's another story (code's
available if anyone's interested).

So, one last thing I wish to do: During the install, create an
Internet Shortcut on the desktop which points at
"http://servername/appshare/app.exe". As far as I can see, there's no
way to create an *internet* shortcut during the install process or via
code - does anyone have any suggestions?

Kind regards,

Mike Kingscott

Re: Help: Placing Internet Shortcut for Windows Forms application (hosted on web server) on Desktop by Mattias

Mattias
Fri Feb 20 13:44:50 CST 2004

Mike,

>So, one last thing I wish to do: During the install, create an
>Internet Shortcut on the desktop

Does it have to be created during setup? Can't you just create one and
include in the setup package? Internet shortcuts are just text files
after all.



Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.

Re: Help: Placing Internet Shortcut for Windows Forms application (hosted on web server) on Desktop by mike

mike
Thu Feb 26 17:38:32 CST 2004

Hi Mattias,

> Does it have to be created during setup? Can't you just create one and
> include in the setup package? Internet shortcuts are just text files
> after all.
>
>
>
> Mattias

I have tried doing what you suggested, but the setup project won't let
me add a Internet Shortcut or .lnk file...

Ah well... ;-)

Mike Kingscott