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
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.