I have a vb script that modify file in user folder
i would like to change it to .net appliation
The problem is that the appliation must run on a network drive.
how can i deploy the application on a network drive,
is it possible after creating the exe file installing it locally then copy all folder to a network drive, will this work?
maybe there is a project settings to allow creating exe without installation process?
i hope i made my self clear.
Thanks
the short answer is Yes, theoretically it should work,
but in practice it is not so easy to do,
you can meet some difficulties with trusted zone like described here which is canceled for .net4
Also I met this bug while working on such kind of problem