联网计算机桌面上的快捷方式
当安装程序运行时,我需要我的应用程序在连接到特定网络的所有计算机上创建应用程序的快捷方式。 请告知在安装项目中如何可能。
谢谢 富尔坎
I need my application to create shortcuts to my application on all computers connected to a particular network, when the Setup is run.
Please advise how is it possible in Setup Project.
Thanks
Furqan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这通常通过单独安装来完成:
您可以使用单个安装程序进行这两种安装,但使用 Visual Studio 安装项目时会更容易创建单独的安装程序。
为了实现自动化,您可以通过网络部署软件(例如 Active Directory (GPO))部署客户端安装程序。我没有在网上找到 GPO 教程,因此我可以将其发布在这里,但如果您需要一些指导,可以联系我。
This is usually done through separate installations:
You can use a single installer for both installations, but when using Visual Studio setup projects it's easier to create separate installers.
For automation you can deploy the client installer through network deployment software, for example Active Directory (GPO). I didn't find a GPO tutorial online so I can post it here, but you can contact me if you need some guidance.