I have created an application that I want to run on a network server to be accessed by multiple clients, however, I am having problems using the packaging and deployment wizard to create an appropriate setup.exe. I can create a setup program that will create the executable files on the server, but this means they will be recreated every time a new user runs setup, which seems a bit crap. What I really want is to run this setup program once and then have a different one that will just create a shortcut on the users machine to the application on the server. Is this possible?
