0

如何在 VS 2008 安装项目中创建指向我的网站的快捷方式?

安装应用程序后,我想在用户的 Program Menu\MyProgram 中创建一个快捷方式。

我可以创建应用程序本身的快捷方式,但我不知道如何创建 http:// 地址的快捷方式。

任何人都可以帮忙吗?

4

1 回答 1

1

Found the answser.

Create a .cmd file with:

start http://www.mywebsite.com

And add a shortcut to it.

于 2008-11-27T18:07:51.977 回答