Quote Originally Posted by tkstock
I have help and version documentation (in the form of web pages) that are located on a server share (\\server\share\index.html)

I want to have my installation package install a shorcut to the HTML file in the user's program files folder.

I've created shortcuts to the HTML file and tried adding those to the package, but the HTML file itself gets added! I've tried several different methods - none of them worked properly. I just want the shortcuts to the HTML file added... what am I doing wrong?

BTW, I've searched the forums to no avail...

Thanks in advance!

Tom Stock
VS.net 2003
Hi Tom,

I've been searching in MSDN for, How to add your Shortcut to the package.

But however I found a link how you can add your Shortcut via code and than

yous Shortcut will automaticly added into the package.

Here is the link:

http://msdn.microsoft.com/library/de...cxshortcut.asp

Hope it helps,

sparrow1