A
alegon
Hi... I´m making an instaler for the windows service I've recently
develop, my sevice needs a few config files to be located on the same
path of the executable file of the service, when I install the service
in a folder I put all the config files on this folder but the problem
is that when the service starts it cannot load that files because the
System.Environment.CurrentDirectory property points to windows\system32
and not to the instalation folder of the service where the files really
are... how to fix it...???
thank you
develop, my sevice needs a few config files to be located on the same
path of the executable file of the service, when I install the service
in a folder I put all the config files on this folder but the problem
is that when the service starts it cannot load that files because the
System.Environment.CurrentDirectory property points to windows\system32
and not to the instalation folder of the service where the files really
are... how to fix it...???
thank you