Hi friends.
My application uses a lots of exe files for the sake of simplicity of easy and modular upgradation of the application. The presence of so many executables is the basic requirement of the application and I can not change it. I installs all such exes and some vcx files on all workstations and shared files including data files on my application's server. Finally I map the shared folder of server disk as a drive and let all terminals know about this so that each fo them can pick shared data from here.
a) Does this arrangement is ok? Or there is any other arrangement which is worth consedering ?
b) As I do all this installation from my own developed setup routine, I want to do mapping of shared folder from inside of the proram. Also I want that the shared folder be defined as shared resource from inside the application and no user intervention is required in this setting, except the disk letters, paths etc. which I will ask thru getdir() and alike functions.
Thanks in advance
My application uses a lots of exe files for the sake of simplicity of easy and modular upgradation of the application. The presence of so many executables is the basic requirement of the application and I can not change it. I installs all such exes and some vcx files on all workstations and shared files including data files on my application's server. Finally I map the shared folder of server disk as a drive and let all terminals know about this so that each fo them can pick shared data from here.
a) Does this arrangement is ok? Or there is any other arrangement which is worth consedering ?
b) As I do all this installation from my own developed setup routine, I want to do mapping of shared folder from inside of the proram. Also I want that the shared folder be defined as shared resource from inside the application and no user intervention is required in this setting, except the disk letters, paths etc. which I will ask thru getdir() and alike functions.
Thanks in advance