I am writing a program that runs some Adobe Imageready CS2 droplets on files on a local workgroup fileserver (XP Pro SMB fileshare) and then moves the output files to another location on the same computer. When I try to run the .exe from the server (.exe is stored in same folder on server as the droplets) I get the security error. I would like the program to be capable of being run from any computer on the network. I've tried various methods of publishing through VS2005 publish wizard and I've also tried using a setup wizard to deploy the application. The setup wizard gets around the security issue but it installs the .exe in some deeply buried folder in Local Settings on the client. Ideally, I'd like the program to be portable so that a client can run the program from any folder they want, whether that be client side or server side.
I never had trouble doing this kind of thing in VB6 :(
Start Free Trial