开发者

Shortcuts on networked computer's desktop

开发者 https://www.devze.com 2023-01-26 14:14 出处:网络
I need my application to create shortcuts to my application on all computers connected to a particular network, when the Setup is run.

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 possib开发者_如何学Gole in Setup Project.

Thanks Furqan


This is usually done through separate installations:

  • one on the server to install the application
  • one on each client to create shortcuts and/or configuration files or registry entries

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消