Unable to Install Service
Posted: Wed Aug 31, 2016 8:02 am
I am trying to use the Install Service feature, but I'm not able to set the Target Folder. The Service File I am trying to install is part of the installation files which are getting installed to a path stored in a variable named $CL_FILESPATH$\Services. Back in the Install Service dialog I specify the Target Folder to be $CL_FILESPATH$\Services. When I compile the project, I get an error message...
Error during build: Cannot open file "c:\users\administrator\documents\cemlink\MonitorService.exe". The system cannot find the file specified
It looks like Install Services is looking for the file at compile time in the IA project folder for this service. How can I get it to use the $CL_FILESPATH$ variable which is set at run time?
Error during build: Cannot open file "c:\users\administrator\documents\cemlink\MonitorService.exe". The system cannot find the file specified
It looks like Install Services is looking for the file at compile time in the IA project folder for this service. How can I get it to use the $CL_FILESPATH$ variable which is set at run time?