#******************************************************************** # # Wrapper config file specific to the windows platform. # # This file contains information about the NT Service # # Copyright 2004-2009 The MathWorks, Inc. #******************************************************************** # Make sure that MATLABROOT\bin\arch is on the path so that we can # load libraries within JNI libs from there. One library that needs this # is dctprocess. set.PATH=%MATBASE%\bin\%ARCH%;%PATH% #******************************************************************** # Wrapper NT Service Properties #******************************************************************** # WARNING - Do not modify any of these properties when an application # using this configuration file has been installed as a service. # Please uninstall the service before modifying this section. The # service can then be reinstalled. # Name of the service wrapper.ntservice.name=%APPNAME% # Display name of the service wrapper.ntservice.displayname=%APP_LONG_NAME% # Description of the service wrapper.ntservice.description=Allows the use of worker MATLAB services on this computer # Service dependencies. Add dependencies as needed starting from 1 wrapper.ntservice.dependency.1= # Mode in which the service is installed. AUTO_START or DEMAND_START wrapper.ntservice.starttype=AUTO_START # Allow the service to interact with the desktop. wrapper.ntservice.interactive=false wrapper.ntservice.account=%MDCEUSER% wrapper.ntservice.password=%MDCEPASS% # On Windows, the wrapper starts up in the directory where the executable # resides. We would like it to start up in toolbox/distcomp/bin instead. wrapper.working.dir=%MDCEBASE%/bin/